Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/x86/
Dquantize_sse4.c20 short boost = *zbin_boost_ptr; \
24 zbin_boost_ptr++; \
29 zbin_boost_ptr = b->zrun_zbin_boost; \
34 short *zbin_boost_ptr = b->zrun_zbin_boost; in vp8_regular_quantize_b_sse4_1() local
Dvp8_quantize_sse2.c25 short boost = *zbin_boost_ptr; \
27 zbin_boost_ptr++; \
32 zbin_boost_ptr = b->zrun_zbin_boost; \
38 short *zbin_boost_ptr; in vp8_regular_quantize_b_sse2() local
112 zbin_boost_ptr = b->zrun_zbin_boost; in vp8_regular_quantize_b_sse2()
/external/libvpx/libvpx/vp8/encoder/
Dvp8_quantize.c57 short *zbin_boost_ptr = b->zrun_zbin_boost; in vp8_regular_quantize_b_c() local
78 zbin = zbin_ptr[rc] + *zbin_boost_ptr + zbin_oq_value; in vp8_regular_quantize_b_c()
80 zbin_boost_ptr ++; in vp8_regular_quantize_b_c()
96 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.c230 int16_t *zbin_boost_ptr = b->zrun_zbin_boost; in vp8_regular_quantize_b_msa() local
241 *d->eob = exact_regular_quantize_b_msa(zbin_boost_ptr, coeff_ptr, in vp8_regular_quantize_b_msa()