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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.h 146 int *bottom_index,
vp9_ratectrl.c 492 int *bottom_index,
570 *bottom_index = active_best_quality;
595 assert(*bottom_index <= rc->worst_quality &&
596 *bottom_index >= rc->best_quality);
602 int *bottom_index,
731 *bottom_index = active_best_quality;
771 *bottom_index = q;
778 assert(*bottom_index <= rc->worst_quality &&
779 *bottom_index >= rc->best_quality);
785 int *bottom_index,
    [all...]
vp9_onyx_if.c 2545 int bottom_index; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 486 int *bottom_index,
564 *bottom_index = active_best_quality;
589 assert(*bottom_index <= rc->worst_quality &&
590 *bottom_index >= rc->best_quality);
596 int *bottom_index,
725 *bottom_index = active_best_quality;
765 *bottom_index = q;
772 assert(*bottom_index <= rc->worst_quality &&
773 *bottom_index >= rc->best_quality);
779 int *bottom_index,
    [all...]
vp9_ratectrl.h 149 int *bottom_index,
vp9_onyx_if.c 2469 int bottom_index; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_ratectrl.c 601 int *bottom_index,
679 *bottom_index = active_best_quality;
692 *top_index = (*top_index > *bottom_index) ? *top_index : *bottom_index;
712 assert(*bottom_index <= rc->worst_quality &&
713 *bottom_index >= rc->best_quality);
733 int *bottom_index,
833 *bottom_index = active_best_quality;
854 *top_index = (*top_index > *bottom_index) ? *top_index : *bottom_index;
    [all...]
vp9_ratectrl.h 163 int *bottom_index,
vp9_encoder.c 2105 int bottom_index; local
    [all...]
  /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/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c 3484 int bottom_index; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 3337 int bottom_index; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 3338 int bottom_index; local
    [all...]

Completed in 100 milliseconds