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

/external/libvpx/libvpx/vp8/encoder/
H A Dquantize.c111 short *zbin_boost_ptr = b->zrun_zbin_boost; local
132 zbin = zbin_ptr[rc] + *zbin_boost_ptr + zbin_oq_value;
134 zbin_boost_ptr ++;
150 zbin_boost_ptr = b->zrun_zbin_boost; /* reset zero runlength */
223 short *zbin_boost_ptr = b->zrun_zbin_boost; local
243 zbin = zbin_ptr[rc] + *zbin_boost_ptr + zbin_oq_value;
245 zbin_boost_ptr ++;
259 zbin_boost_ptr = &b->zrun_zbin_boost[0]; /* reset zrl */
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dquantize_sse2.asm129 mov rdx, [rdi + vp8_block_zrun_zbin_boost] ; zbin_boost_ptr
139 lea rdx, [rdx + 2] ; zbin_boost_ptr++
H A Dquantize_sse4.asm142 lea rdx, [rdx + 2] ; zbin_boost_ptr++

Completed in 84 milliseconds