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

  /external/libvpx/libvpx/vp9/common/
vp9_onyx.h 127 int worst_allowed_q; member in struct:__anon21289
  /external/libvpx/libvpx/vp8/common/
onyx.h 170 int worst_allowed_q; member in struct:__anon21219
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 340 lc->active_worst_quality = cpi->oxcf.worst_allowed_q;
342 lc->avg_frame_qindex = cpi->oxcf.worst_allowed_q;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 292 oxcf->worst_allowed_q = cfg.rc_max_quantizer;
356 printf("worst_allowed_q: %d\n", oxcf->worst_allowed_q);
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 344 oxcf->worst_allowed_q = cfg.rc_max_quantizer;
427 printf("worst_allowed_q: %d\n", oxcf->worst_allowed_q);
    [all...]

Completed in 32 milliseconds