HomeSort by relevance Sort by last modified time
    Searched refs:zrun_zbin_boost (Results 1 - 6 of 6) sorted by null

  /external/libvpx/vp8/encoder/
block.h 39 short *zrun_zbin_boost; member in struct:__anon8475
quantize.c 110 short *zbin_boost_ptr = b->zrun_zbin_boost;
149 zbin_boost_ptr = b->zrun_zbin_boost; // reset zero runlength
222 short *zbin_boost_ptr = b->zrun_zbin_boost;
261 zbin_boost_ptr = &b->zrun_zbin_boost[0]; // reset zero runlength
asm_enc_offsets.c 43 DEFINE(vp8_block_zrun_zbin_boost, offsetof(BLOCK, zrun_zbin_boost));
ethreading.c 340 z->block[i].zrun_zbin_boost = x->block[i].zrun_zbin_boost;
encodeframe.c 339 x->block[i].zrun_zbin_boost = cpi->zrun_zbin_boost_y1[QIndex];
354 x->block[i].zrun_zbin_boost = cpi->zrun_zbin_boost_uv[QIndex];
366 x->block[24].zrun_zbin_boost = cpi->zrun_zbin_boost_y2[QIndex];
    [all...]
  /external/libvpx/vp8/encoder/x86/
quantize_sse2.asm 37 %define zrun_zbin_boost 8 ; 8
130 mov [rsp + zrun_zbin_boost], rsi
150 mov rsi, [rsp + zrun_zbin_boost] ; reset to b->zrun_zbin_boost

Completed in 1575 milliseconds