/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 15 void vpx_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, int skip_block, in vpx_quantize_dc() 39 void vpx_highbd_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, in vpx_highbd_quantize_dc() 63 void vpx_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, in vpx_quantize_dc_32x32() 89 void vpx_highbd_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, in vpx_highbd_quantize_dc_32x32() 115 void vpx_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_c() 166 void vpx_highbd_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_highbd_quantize_b_c() 216 void vpx_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_32x32_c() 272 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vpx_highbd_quantize_b_32x32_c()
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | encodeopt_msa.c | 15 int32_t vp8_block_error_msa(int16_t *coeff_ptr, int16_t *dq_coeff_ptr) { in vp8_block_error_msa() 44 int16_t *coeff_ptr, *dq_coeff_ptr; in vp8_mbblock_error_msa() local 110 int16_t *coeff_ptr, *dq_coeff_ptr; in vp8_mbuverror_msa() local
|
D | quantize_msa.c | 15 static int8_t fast_quantize_b_msa(int16_t *coeff_ptr, int16_t *round, in fast_quantize_b_msa() 82 int16_t *zbin_boost, int16_t *coeff_ptr, int16_t *zbin, int16_t *round, in exact_regular_quantize_b_msa() 185 int16_t *coeff_ptr = b->coeff; in vp8_fast_quantize_b_msa() local 198 int16_t *coeff_ptr = b->coeff; in vp8_regular_quantize_b_msa() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 23 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_c() 57 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t count, in vp9_highbd_quantize_fp_c() 92 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_32x32_c() 128 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vp9_highbd_quantize_fp_32x32_c()
|
D | vp9_dct.c | 558 tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_fdct8x8_quant_c()
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | vp8_enc_stubs_sse2.c | 18 short *coeff_ptr = mb->block[0].coeff; in vp8_mbblock_error_sse2() local
|
D | vp8_enc_stubs_mmx.c | 22 short *coeff_ptr = b->coeff; in vp8_fast_quantize_b_mmx() local
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_error_msa.c | 87 int64_t vp9_block_error_msa(const tran_low_t *coeff_ptr, in vp9_block_error_msa()
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_dct_neon.c | 22 tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_fdct8x8_quant_neon()
|
D | vp9_quantize_neon.c | 28 void vp9_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t count, in vp9_quantize_fp_neon()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_quantize_intrin_sse2.c | 18 void vpx_highbd_quantize_b_sse2(const tran_low_t *coeff_ptr, intptr_t count, in vpx_highbd_quantize_b_sse2() 95 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vpx_highbd_quantize_b_32x32_sse2()
|
D | quantize_sse2.c | 18 void vpx_quantize_b_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_sse2()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | vp8_quantize.c | 21 short *coeff_ptr = b->coeff; in vp8_fast_quantize_b_c() local 53 short *coeff_ptr = b->coeff; in vp8_regular_quantize_b_c() local
|
D | encodemb.c | 150 const short *coeff_ptr; in optimize_b() local
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_sse2.c | 19 void vp9_quantize_fp_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_sse2()
|
D | vp9_dct_ssse3.c | 22 const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_fdct8x8_quant_ssse3()
|
D | vp9_dct_intrin_sse2.c | 183 int16_t *coeff_ptr, intptr_t n_coeffs, in vp9_fdct8x8_quant_sse2()
|