Lines Matching refs:s16

55 rlc(const s16 *in, __be16 *output, int blocktype)  in rlc()
57 s16 block[8 * 8]; in rlc()
58 s16 *wp = block; in rlc()
115 derlc(const __be16 **rlc_in, s16 *dwht_out, const __be16 *end_of_input) in derlc()
121 s16 block[8 * 8 + 16]; in derlc()
122 s16 *wp = block; in derlc()
138 s16 in; in derlc()
196 static void quantize_intra(s16 *coeff, s16 *de_coeff, u16 qp) in quantize_intra()
212 static void dequantize_intra(s16 *coeff) in dequantize_intra()
222 static void quantize_inter(s16 *coeff, s16 *de_coeff, u16 qp) in quantize_inter()
238 static void dequantize_inter(s16 *coeff) in dequantize_inter()
248 static void noinline_for_stack fwht(const u8 *block, s16 *output_block, in fwht()
255 s16 *out = output_block; in fwht()
383 fwht16(const s16 *block, s16 *output_block, int stride, int intra) in fwht16()
387 const s16 *tmp = block; in fwht16()
388 s16 *out = output_block; in fwht16()
467 ifwht(const s16 *block, s16 *output_block, int intra) in ifwht()
475 const s16 *tmp = block; in ifwht()
476 s16 *out = output_block; in ifwht()
577 static void fill_encoder_block(const u8 *input, s16 *dst, in fill_encoder_block()
589 static int var_intra(const s16 *input) in var_intra()
593 const s16 *tmp = input; in var_intra()
605 static int var_inter(const s16 *old, const s16 *new) in var_inter()
616 decide_blocktype(const u8 *cur, const u8 *reference, s16 *deltablock, in decide_blocktype()
619 s16 tmp[64]; in decide_blocktype()
620 s16 old[64]; in decide_blocktype()
621 s16 *work = tmp; in decide_blocktype()
643 static void fill_decoder_block(u8 *dst, const s16 *input, int stride, in fill_decoder_block()
661 static void add_deltas(s16 *deltas, const u8 *ref, int stride, in add_deltas()
691 s16 deltablock[64]; in encode_plane()
736 s16 hdr = ntohs(*last_rlco); in encode_plane()
842 s16 copy[8 * 8]; in decode_plane()