Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c269 int sum_map = 0; in vp9_cyclic_refresh_setup() local
291 sum_map++; in vp9_cyclic_refresh_setup()
299 if (sum_map > 0 && sum_map < xmis * ymis) { in vp9_cyclic_refresh_setup()
300 const int new_value = (sum_map >= xmis * ymis / 2); in vp9_cyclic_refresh_setup()
309 if (sum_map >= xmis * ymis /2) in vp9_cyclic_refresh_setup()