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

  /frameworks/base/tools/velocityplot/
velocityplot.py 237 bottom_index = bisect.bisect_left(timeseries[0], bottom)
238 del timeseries[0][:bottom_index]
239 del timeseries[1][:bottom_index]
  /frameworks/base/tools/orientationplot/
orientationplot.py 385 bottom_index = bisect.bisect_left(timeseries[0], bottom)
386 del timeseries[0][:bottom_index]
387 del timeseries[1][:bottom_index]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 2977 int bottom_index; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 3328 int bottom_index; local
    [all...]

Completed in 343 milliseconds