/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
H A D | vp9_dct_neon.c | 24 const int16_t* quant_shift_ptr, 34 quant_ptr, quant_shift_ptr, qcoeff_ptr, dqcoeff_ptr, 20 vp9_fdct8x8_quant_neon(const int16_t *input, int stride, int16_t* coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t* zbin_ptr, const int16_t* round_ptr, const int16_t* quant_ptr, const int16_t* quant_shift_ptr, int16_t* qcoeff_ptr, int16_t* dqcoeff_ptr, const int16_t* dequant_ptr, uint16_t* eob_ptr, const int16_t* scan_ptr, const int16_t* iscan_ptr) argument
|
H A D | vp9_quantize_neon.c | 27 const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, 34 (void)quant_shift_ptr; 24 vp9_quantize_fp_neon(const int16_t *coeff_ptr, intptr_t count, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
H A D | vp9_quantize_sse2.c | 20 const int16_t* quant_shift_ptr, int16_t* qcoeff_ptr, 30 (void)quant_shift_ptr; 17 vp9_quantize_fp_sse2(const int16_t* coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t* zbin_ptr, const int16_t* round_ptr, const int16_t* quant_ptr, const int16_t* quant_shift_ptr, int16_t* qcoeff_ptr, int16_t* dqcoeff_ptr, const int16_t* dequant_ptr, uint16_t* eob_ptr, const int16_t* scan_ptr, const int16_t* iscan_ptr) argument
|
H A D | vp9_dct_ssse3.c | 27 const int16_t* quant_shift_ptr, 63 (void)quant_shift_ptr; 23 vp9_fdct8x8_quant_ssse3(const int16_t *input, int stride, int16_t* coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t* zbin_ptr, const int16_t* round_ptr, const int16_t* quant_ptr, const int16_t* quant_shift_ptr, int16_t* qcoeff_ptr, int16_t* dqcoeff_ptr, const int16_t* dequant_ptr, uint16_t* eob_ptr, const int16_t* scan_ptr, const int16_t* iscan_ptr) argument
|
H A D | vp9_dct_sse2.c | 190 const int16_t* quant_shift_ptr, int16_t* qcoeff_ptr, 224 (void)quant_shift_ptr; 186 vp9_fdct8x8_quant_sse2(const int16_t *input, int stride, int16_t* coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t* zbin_ptr, const int16_t* round_ptr, const int16_t* quant_ptr, const int16_t* quant_shift_ptr, int16_t* qcoeff_ptr, int16_t* dqcoeff_ptr, const int16_t* dequant_ptr, uint16_t* eob_ptr, const int16_t* scan_ptr, const int16_t* iscan_ptr) argument
|
/external/libvpx/libvpx/vpx_dsp/ |
H A D | quantize.c | 124 const int16_t *quant_ptr, const int16_t *quant_shift_ptr, 160 quant_shift_ptr[rc != 0]) >> 16; // quantization 176 const int16_t *quant_shift_ptr, 213 (uint32_t)((tmp2 * quant_shift_ptr[rc != 0]) >> 16); 229 const int16_t *quant_shift_ptr, 269 quant_shift_ptr[rc != 0]) >> 15; 287 const int16_t *quant_shift_ptr, 328 (uint32_t)((tmp2 * quant_shift_ptr[rc != 0]) >> 15); 121 vpx_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument 173 vpx_highbd_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument 225 vpx_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument 282 vpx_highbd_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
H A D | highbd_quantize_intrin_sse2.c | 24 const int16_t *quant_shift_ptr, 91 (uint32_t)((tmp2 * quant_shift_ptr[k != 0]) >> 16); 110 const int16_t *quant_shift_ptr, 170 (uint32_t)((tmp2 * quant_shift_ptr[rc != 0]) >> 15); 18 vpx_highbd_quantize_b_sse2(const tran_low_t *coeff_ptr, intptr_t count, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument 104 vpx_highbd_quantize_b_32x32_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument
|
H A D | quantize_sse2.c | 45 const int16_t* quant_shift_ptr, tran_low_t* qcoeff_ptr, 75 shift = _mm_load_si128((const __m128i*)quant_shift_ptr); 42 vpx_quantize_b_sse2(const tran_low_t* coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t* zbin_ptr, const int16_t* round_ptr, const int16_t* quant_ptr, const int16_t* quant_shift_ptr, tran_low_t* qcoeff_ptr, tran_low_t* dqcoeff_ptr, const int16_t* dequant_ptr, uint16_t* eob_ptr, const int16_t* scan_ptr, const int16_t* iscan_ptr) argument
|
/external/libvpx/libvpx/vp8/encoder/ |
H A D | vp8_quantize.c | 62 short *quant_shift_ptr = b->quant_shift; local 88 * quant_shift_ptr[rc]) >> 16; /* quantize (x) */
|
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_quantize.c | 26 const int16_t *quant_ptr, const int16_t *quant_shift_ptr, 35 (void)quant_shift_ptr; 70 const int16_t *quant_shift_ptr, 82 (void)quant_shift_ptr; 114 const int16_t *quant_shift_ptr, 121 (void)quant_shift_ptr; 156 const int16_t *quant_shift_ptr, 164 (void)quant_shift_ptr; 23 vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument 64 vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t count, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument 110 vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument 151 vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument
|
H A D | vp9_dct.c | 567 const int16_t *quant_shift_ptr, 646 (void)quant_shift_ptr; 562 vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
H A D | quantize_msa.c | 235 int16_t *quant_shift_ptr = b->quant_shift; local 243 quant_ptr, quant_shift_ptr,
|