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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c141 int new_map_value = cr->map[block_index]; local
153 new_map_value = -cr->time_for_refresh;
159 new_map_value = 0;
162 new_map_value = 1;
164 // Update entries in the cyclic refresh map with new_map_value, and
168 cr->map[block_index + y * cm->mi_cols + x] = new_map_value;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c141 int new_map_value = cr->map[block_index]; local
153 new_map_value = -cr->time_for_refresh;
159 new_map_value = 0;
162 new_map_value = 1;
164 // Update entries in the cyclic refresh map with new_map_value, and
168 cr->map[block_index + y * cm->mi_cols + x] = new_map_value;
/external/chromium_org/v8/src/arm64/
H A Dlithium-codegen-arm64.cc5371 Register new_map_value = ToRegister(instr->temp0()); local
5372 __ Mov(new_map_value, Operand(transition));
5373 __ Str(new_map_value, FieldMemOperand(object, HeapObject::kMapOffset));
5377 new_map_value,

Completed in 136 milliseconds