Home
last modified time | relevance | path

Searched refs:zbin_boost_ptr (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/x86/
Dquantize_sse4.c19 short boost = *zbin_boost_ptr; \
23 zbin_boost_ptr++; \
27 zbin_boost_ptr = b->zrun_zbin_boost; \
32 short *zbin_boost_ptr = b->zrun_zbin_boost; in vp8_regular_quantize_b_sse4_1() local
Dvp8_quantize_sse2.c24 short boost = *zbin_boost_ptr; \
26 zbin_boost_ptr++; \
30 zbin_boost_ptr = b->zrun_zbin_boost; \
35 short *zbin_boost_ptr; in vp8_regular_quantize_b_sse2() local
109 zbin_boost_ptr = b->zrun_zbin_boost; in vp8_regular_quantize_b_sse2()
/external/libvpx/libvpx/vp8/encoder/mips/mmi/
Dvp8_quantize_mmi.c21 zbin = zbin_ptr[rc] + *(zbin_boost_ptr++) + zbin_oq_value; \
30 zbin_boost_ptr = b->zrun_zbin_boost; \
204 const int16_t *zbin_boost_ptr = b->zrun_zbin_boost; in vp8_regular_quantize_b_mmi() local
/external/libvpx/libvpx/vp8/encoder/
Dvp8_quantize.c52 short *zbin_boost_ptr = b->zrun_zbin_boost; in vp8_regular_quantize_b_c() local
72 zbin = zbin_ptr[rc] + *zbin_boost_ptr + zbin_oq_value; in vp8_regular_quantize_b_c()
74 zbin_boost_ptr++; in vp8_regular_quantize_b_c()
88 zbin_boost_ptr = b->zrun_zbin_boost; /* reset zero runlength */ in vp8_regular_quantize_b_c()
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dquantize_msa.c197 int16_t *zbin_boost_ptr = b->zrun_zbin_boost; in vp8_regular_quantize_b_msa() local
209 zbin_boost_ptr, coeff_ptr, zbin_ptr, round_ptr, quant_ptr, in vp8_regular_quantize_b_msa()