Home
last modified time | relevance | path

Searched refs:zrun_zbin_boost (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dquantize_sse2.c32 zbin_boost_ptr = b->zrun_zbin_boost; \
39 short *zbin_boost_ptr = b->zrun_zbin_boost; in vp8_regular_quantize_b_sse2()
113 zbin_boost_ptr = b->zrun_zbin_boost; in vp8_regular_quantize_b_sse2()
Dquantize_sse4.asm133 ; zrun_zbin_boost
156 mov rdx, rax ; reset to b->zrun_zbin_boost
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dquantize.c111 short *zbin_boost_ptr = b->zrun_zbin_boost; in vp8_regular_quantize_b_c()
150 zbin_boost_ptr = b->zrun_zbin_boost; /* reset zero runlength */ in vp8_regular_quantize_b_c()
223 short *zbin_boost_ptr = b->zrun_zbin_boost; in vp8_regular_quantize_b_c()
259 zbin_boost_ptr = &b->zrun_zbin_boost[0]; /* reset zrl */ in vp8_regular_quantize_b_c()
677 x->block[i].zrun_zbin_boost = cpi->zrun_zbin_boost_y1[QIndex]; in vp8cx_mb_init_quantizer()
691 x->block[i].zrun_zbin_boost = cpi->zrun_zbin_boost_uv[QIndex]; in vp8cx_mb_init_quantizer()
703 x->block[24].zrun_zbin_boost = cpi->zrun_zbin_boost_y2[QIndex]; in vp8cx_mb_init_quantizer()
Dblock.h46 short *zrun_zbin_boost; member
Dvp8_asm_enc_offsets.c29 DEFINE(vp8_block_zrun_zbin_boost, offsetof(BLOCK, zrun_zbin_boost));
Dethreading.c361 z->block[i].zrun_zbin_boost = x->block[i].zrun_zbin_boost; in setup_mbby_copy()