Home
last modified time | relevance | path

Searched defs:dqcoeff_ptr (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c24 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/
Dquantize.c33 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
Dencodemb.c234 short *dqcoeff_ptr; in optimize_b() local
/external/libvpx/libvpx/vp8/encoder/x86/
Dvp8_enc_stubs_mmx.c36 short *dqcoeff_ptr = d->dqcoeff; in vp8_fast_quantize_b_mmx() local
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c28 int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vp9_quantize_fp_neon()