10 int (*quant_4x4)(dctcoef dct[16], udctcoef mf[16], udctcoef bias[16]);
11 int (*quant_4x4_dc)(dctcoef dct[16],
int mf,
int bias);
12 int (*quant_2x2_dc)(dctcoef dct[4],
int mf,
int bias);
14 void (*dequant_4x4)(dctcoef dct[16],
int dequant_mf[6][16],
int i_qp);
15 void (*dequant_4x4_dc)(dctcoef dct[16],
int dequant_mf[6][16],
int i_qp);
17 int (*optimize_chroma_2x2_dc)(dctcoef dct[4],
int dequant_mf);
19 void (*denoise_dct)(dctcoef *dct, uint32_t *sum, udctcoef *offset,
int size);
21 int (*decimate_score15)(dctcoef *dct);
22 int (*decimate_score16)(dctcoef *dct);
24 int (*coeff_last[14])(dctcoef *dct);
25 int (*coeff_last4)(dctcoef *dct);
26 int (*coeff_last8)(dctcoef *dct);
Definition: bitstream.h:33