Searched refs:new_map_value (Results 1 – 2 of 2) sorted by relevance
213 int new_map_value = cr->map[block_index]; in av1_cyclic_refresh_update_segment() local230 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()
172 int new_map_value = cr->map[block_index]; in vp9_cyclic_refresh_update_segment() local201 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()