Searched defs:dqcoeff_ptr (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 24 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, in vp9_quantize_dc() 45 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, in vp9_quantize_dc_32x32() 69 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, in vp9_quantize_fp_c() 113 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, in vp9_quantize_fp_32x32_c() 153 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, in vp9_quantize_b_c() 207 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, in vp9_quantize_b_32x32_c()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | quantize.c | 33 short *dqcoeff_ptr = d->dqcoeff; in vp8_fast_quantize_b_c() local 78 short *dqcoeff_ptr = d->dqcoeff; in vp8_fast_quantize_b_c() local 118 short *dqcoeff_ptr = d->dqcoeff; in vp8_regular_quantize_b_c() local 172 short *dqcoeff_ptr; in vp8_strict_quantize_b_c() local 229 short *dqcoeff_ptr = d->dqcoeff; in vp8_regular_quantize_b_c() local
|
D | encodemb.c | 234 short *dqcoeff_ptr; in optimize_b() local
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | vp8_enc_stubs_mmx.c | 36 short *dqcoeff_ptr = d->dqcoeff; in vp8_fast_quantize_b_mmx() local
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_quantize_neon.c | 28 int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vp9_quantize_fp_neon()
|