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

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 746 active_best_quality = rc->best_quality;
755 active_best_quality = VPXMAX(qindex + delta_qindex, rc->best_quality);
804 clamp(active_best_quality, rc->best_quality, rc->worst_quality);
838 assert(*top_index <= rc->worst_quality && *top_index >= rc->best_quality);
840 *bottom_index >= rc->best_quality);
841 assert(q <= rc->worst_quality && q >= rc->best_quality);
    [all...]
vp9_ratectrl.h 139 int best_quality; member in struct:__anon24804
vp9_svc_layercontext.c 190 lrc->best_quality = rc->best_quality;
229 lrc->best_quality = rc->best_quality;
643 // Setting the worst/best_quality via the encoder control: SET_SVC_PARAMETERS,
648 lrc->best_quality = vp9_quantizer_to_qindex(lc->min_q);
    [all...]
vp9_firstpass.c     [all...]
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 233 int best_quality; member in struct:__anon24713
409 int best_quality; member in struct:VP8_COMP
firstpass.c     [all...]
onyx_if.c 209 lc->best_quality = cpi->best_quality;
356 // active_worst/best_quality to values derived from the previous layer
    [all...]
ratectrl.c 814 cpi->active_best_quality = cpi->best_quality;
    [all...]

Completed in 257 milliseconds