Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Daq_cyclicrefresh.c213 int new_map_value = cr->map[block_index]; in av1_cyclic_refresh_update_segment() local
230 new_map_value = -cr->time_for_refresh; in av1_cyclic_refresh_update_segment()
235 if (cr->map[block_index] == 1) new_map_value = 0; in av1_cyclic_refresh_update_segment()
238 new_map_value = 1; in av1_cyclic_refresh_update_segment()
246 cr->map[map_offset] = new_map_value; in av1_cyclic_refresh_update_segment()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c172 int new_map_value = cr->map[block_index]; in vp9_cyclic_refresh_update_segment() local
201 new_map_value = -cr->time_for_refresh; in vp9_cyclic_refresh_update_segment()
206 if (cr->map[block_index] == 1) new_map_value = 0; in vp9_cyclic_refresh_update_segment()
209 new_map_value = 1; in vp9_cyclic_refresh_update_segment()
217 cr->map[map_offset] = new_map_value; in vp9_cyclic_refresh_update_segment()