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

/external/libvpx/libvpx/vp8/encoder/mips/mmi/
H A 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; local
/external/libvpx/libvpx/vp8/encoder/x86/
H A 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; local
H A 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; local
109 zbin_boost_ptr = b->zrun_zbin_boost;
/external/libvpx/libvpx/vp8/encoder/
H A Dvp8_quantize.c52 short *zbin_boost_ptr = b->zrun_zbin_boost; local
72 zbin = zbin_ptr[rc] + *zbin_boost_ptr + zbin_oq_value;
74 zbin_boost_ptr++;
88 zbin_boost_ptr = b->zrun_zbin_boost; /* reset zero runlength */
/external/libvpx/libvpx/vp8/encoder/mips/msa/
H A Dquantize_msa.c197 int16_t *zbin_boost_ptr = b->zrun_zbin_boost; local
209 zbin_boost_ptr, coeff_ptr, zbin_ptr, round_ptr, quant_ptr,

Completed in 301 milliseconds