Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c141 int new_map_value = cr->map[block_index]; in vp9_cyclic_refresh_update_segment() local
153 new_map_value = -cr->time_for_refresh; in vp9_cyclic_refresh_update_segment()
159 new_map_value = 0; in vp9_cyclic_refresh_update_segment()
162 new_map_value = 1; in vp9_cyclic_refresh_update_segment()
168 cr->map[block_index + y * cm->mi_cols + x] = new_map_value; in vp9_cyclic_refresh_update_segment()