HomeSort by relevance Sort by last modified time
    Searched refs:best_quality (Results 1 - 25 of 28) sorted by null

1 2

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.h 82 int best_quality; member in struct:__anon40754
vp9_ratectrl.c 501 active_best_quality = rc->best_quality;
510 active_best_quality = MAX(qindex + delta_qindex, rc->best_quality);
565 rc->best_quality, rc->worst_quality);
594 *top_index >= rc->best_quality);
596 *bottom_index >= rc->best_quality);
597 assert(q <= rc->worst_quality && q >= rc->best_quality);
612 active_best_quality = rc->best_quality;
622 active_best_quality = MAX(qindex + delta_qindex, rc->best_quality);
726 rc->best_quality, rc->worst_quality);
777 *top_index >= rc->best_quality);
    [all...]
vp9_svc_layercontext.c 107 lrc->best_quality = rc->best_quality;
vp9_onyx_if.c 222 for (i = rc->best_quality; i < rc->worst_quality; ++i) {
229 for (i = rc->best_quality; i < rc->worst_quality; ++i) {
254 for (i = rc->best_quality; i < rc->worst_quality; ++i) {
941 rc->best_quality = cpi->oxcf.best_allowed_q;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 495 active_best_quality = rc->best_quality;
504 active_best_quality = MAX(qindex + delta_qindex, rc->best_quality);
559 rc->best_quality, rc->worst_quality);
588 *top_index >= rc->best_quality);
590 *bottom_index >= rc->best_quality);
591 assert(q <= rc->worst_quality && q >= rc->best_quality);
606 active_best_quality = rc->best_quality;
616 active_best_quality = MAX(qindex + delta_qindex, rc->best_quality);
720 rc->best_quality, rc->worst_quality);
771 *top_index >= rc->best_quality);
    [all...]
vp9_ratectrl.h 85 int best_quality; member in struct:__anon29572
vp9_svc_layercontext.c 109 lrc->best_quality = rc->best_quality;
vp9_firstpass.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_ratectrl.c 612 active_best_quality = rc->best_quality;
622 active_best_quality = MAX(qindex + delta_qindex, rc->best_quality);
674 rc->best_quality, rc->worst_quality);
711 *top_index >= rc->best_quality);
713 *bottom_index >= rc->best_quality);
714 assert(q <= rc->worst_quality && q >= rc->best_quality);
756 active_best_quality = MAX(qindex + delta_qindex, rc->best_quality);
828 rc->best_quality, rc->worst_quality);
    [all...]
vp9_ratectrl.h 95 int best_quality; member in struct:__anon17809
vp9_svc_layercontext.c 130 lrc->best_quality = rc->best_quality;
vp9_firstpass.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_int.h 257 int best_quality; member in struct:__anon17721
437 int best_quality; member in struct:VP8_COMP
firstpass.c     [all...]
onyx_if.c 236 lc->best_quality = cpi->best_quality;
394 // active_worst/best_quality to values derived from the previous layer
    [all...]
ratectrl.c 894 cpi->active_best_quality = cpi->best_quality;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 260 int best_quality; member in struct:__anon29497
440 int best_quality; member in struct:VP8_COMP
firstpass.c     [all...]
onyx_if.c 233 lc->best_quality = cpi->best_quality;
391 // active_worst/best_quality to values derived from the previous layer
    [all...]
ratectrl.c 894 cpi->active_best_quality = cpi->best_quality;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_int.h 260 int best_quality; member in struct:__anon40680
440 int best_quality; member in struct:VP8_COMP
firstpass.c     [all...]
onyx_if.c 233 lc->best_quality = cpi->best_quality;
391 // active_worst/best_quality to values derived from the previous layer
    [all...]
ratectrl.c 894 cpi->active_best_quality = cpi->best_quality;
    [all...]
  /external/chromium_org/components/wifi/
wifi_service_win.cc 1512 unsigned int best_quality = 0u; local
    [all...]

Completed in 237 milliseconds

1 2