Home
last modified time | relevance | path

Searched refs:block_count (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c198 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in vp9_cyclic_refresh_setup() local
262 block_count = cr->max_sbs_perframe * sbs_in_frame / 100; in vp9_cyclic_refresh_setup()
310 block_count--; in vp9_cyclic_refresh_setup()
311 } while (block_count && i != cr->sb_index); in vp9_cyclic_refresh_setup()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c574 int block_count = cpi->cyclic_refresh_mode_max_mbs_perframe; in cyclic_background_refresh() local
600 block_count --; in cyclic_background_refresh()
610 while(block_count && i != cpi->cyclic_refresh_mode_index); in cyclic_background_refresh()