/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 18 const int16_t *round_ptr, const int16_t quant, in vpx_quantize_dc() 42 int skip_block, const int16_t *round_ptr, in vpx_highbd_quantize_dc() 66 const int16_t *round_ptr, const int16_t quant, in vpx_quantize_dc_32x32() 92 const int16_t *round_ptr, const int16_t quant, in vpx_highbd_quantize_dc_32x32() 119 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_c() 170 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_highbd_quantize_b_c() 219 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_32x32_c() 273 const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_highbd_quantize_b_32x32_c()
|
/external/libvpx/libvpx/vp8/encoder/mips/mmi/ |
D | vp8_quantize_mmi.c | 36 const int16_t *round_ptr = b->round; in vp8_fast_quantize_b_mmi() local 207 const int16_t *round_ptr = b->round; in vp8_regular_quantize_b_mmi() local
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_dct_neon.c | 23 int skip_block, const int16_t *round_ptr, in vp9_fdct8x8_quant_neon()
|
D | vp9_quantize_neon.c | 30 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_neon() 121 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_32x32_neon()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 25 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_c() 59 int skip_block, const int16_t *round_ptr, in vp9_highbd_quantize_fp_c() 94 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_32x32_c() 130 const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, in vp9_highbd_quantize_fp_32x32_c()
|
D | vp9_dct.c | 559 int skip_block, const int16_t *round_ptr, in vp9_fdct8x8_quant_c()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | quantize_avx.c | 24 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_avx() 154 const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_32x32_avx()
|
D | quantize_ssse3.c | 21 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_ssse3() 121 const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_32x32_ssse3()
|
D | highbd_quantize_intrin_sse2.c | 21 const int16_t *round_ptr, in vpx_highbd_quantize_b_sse2() 97 const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_highbd_quantize_b_32x32_sse2()
|
D | quantize_sse2.c | 22 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_sse2()
|
D | quantize_x86.h | 18 const int16_t *round_ptr, __m128i *round, in load_b_values()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | vp8_quantize.c | 22 short *round_ptr = b->round; in vp8_fast_quantize_b_c() local 55 short *round_ptr = b->round; in vp8_regular_quantize_b_c() local
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | quantize_neon.c | 20 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_neon() 155 const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_32x32_neon()
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | quantize_msa.c | 186 int16_t *round_ptr = b->round; in vp8_fast_quantize_b_msa() local 200 int16_t *round_ptr = b->round; in vp8_regular_quantize_b_msa() local
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_sse2.c | 21 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_sse2()
|
D | vp9_dct_ssse3.c | 23 int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, in vp9_fdct8x8_quant_ssse3()
|
D | vp9_dct_intrin_sse2.c | 185 int skip_block, const int16_t *round_ptr, in vp9_fdct8x8_quant_sse2()
|
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 139 int skip_block, const int16_t *round_ptr, in quantize_fp_nz_c()
|