HomeSort by relevance Sort by last modified time
    Searched refs:new_map_value (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 141 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/
vp9_aq_cyclicrefresh.c 205 int new_map_value = cr->map[block_index]; local
222 new_map_value = -cr->time_for_refresh;
228 new_map_value = 0;
231 new_map_value = 1;
234 // Update entries in the cyclic refresh map with new_map_value, and
239 cr->map[map_offset] = new_map_value;
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 5102 Register new_map_value = ToRegister(instr->temp0()); local
    [all...]

Completed in 101 milliseconds