Home
last modified time | relevance | path

Searched refs:sbs_in_frame (Results 1 – 1 of 1) 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
260 sbs_in_frame = sb_cols * sb_rows; in vp9_cyclic_refresh_setup()
262 block_count = cr->max_sbs_perframe * sbs_in_frame / 100; in vp9_cyclic_refresh_setup()
266 assert(cr->sb_index < sbs_in_frame); in vp9_cyclic_refresh_setup()
306 if (i == sbs_in_frame) { in vp9_cyclic_refresh_setup()