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

  /external/chromium_org/chromeos/display/
output_configurator.cc 220 float best_rate = 0; local
235 best_rate = info.refresh_rate;
238 if (info.refresh_rate < best_rate)
242 best_rate = info.refresh_rate;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 1252 int rate, best_rate = 0, distortion, best_sse; local
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 1491 int this_rate, sum_rate = 0, best_rate = INT_MAX; local
    [all...]

Completed in 324 milliseconds