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

  /art/runtime/
indirect_reference_table.cc 344 const uint32_t bottom_index = previous_state.top_index; local
364 if (idx < bottom_index) {
367 << " vs " << bottom_index << "-" << top_index << ")";
373 << " (bottom=" << bottom_index << " top=" << top_index << ")";
390 while (--collapse_top_index > bottom_index && current_num_holes_ != 0) {
394 << " (previous_state=" << bottom_index << ") val="
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 3271 int bottom_index; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 3456 int q = 0, bottom_index = 0, top_index = 0; \/\/ Dummy variables. local
3665 int bottom_index, top_index; local
    [all...]

Completed in 238 milliseconds