Searched defs:eob_ptr (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 18 const int16_t dequant_ptr, uint16_t *eob_ptr) { in vpx_quantize_dc() 43 uint16_t *eob_ptr) { in vpx_highbd_quantize_dc() 66 const int16_t dequant_ptr, uint16_t *eob_ptr) { in vpx_quantize_dc_32x32() 94 uint16_t *eob_ptr) { in vpx_highbd_quantize_dc_32x32() 120 uint16_t *eob_ptr, const int16_t *scan, in vpx_quantize_b_c() 171 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_highbd_quantize_b_c() 221 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_quantize_b_32x32_c() 275 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_highbd_quantize_b_32x32_c()
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_dct_neon.c | 26 uint16_t *eob_ptr, const int16_t *scan_ptr, in vp9_fdct8x8_quant_neon()
|
D | vp9_quantize_neon.c | 32 uint16_t *eob_ptr, const int16_t *scan, in vp9_quantize_fp_neon()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 27 uint16_t *eob_ptr, const int16_t *scan, in vp9_quantize_fp_c() 61 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_highbd_quantize_fp_c() 96 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_quantize_fp_32x32_c() 130 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_highbd_quantize_fp_32x32_c()
|
D | vp9_dct.c | 562 uint16_t *eob_ptr, const int16_t *scan, in vp9_fdct8x8_quant_c()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_quantize_intrin_sse2.c | 24 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_highbd_quantize_b_sse2() 98 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_highbd_quantize_b_32x32_sse2()
|
D | quantize_sse2.c | 23 uint16_t *eob_ptr, const int16_t *scan_ptr, in vpx_quantize_b_sse2()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_sse2.c | 23 uint16_t *eob_ptr, const int16_t *scan_ptr, in vp9_quantize_fp_sse2()
|
D | vp9_dct_ssse3.c | 25 uint16_t *eob_ptr, const int16_t *scan_ptr, const int16_t *iscan_ptr) { in vp9_fdct8x8_quant_ssse3()
|
D | vp9_dct_intrin_sse2.c | 187 uint16_t *eob_ptr, const int16_t *scan_ptr, in vp9_fdct8x8_quant_sse2()
|