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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_svc_layercontext.c 41 lrc->ni_av_qi = oxcf->worst_allowed_q;
57 lrc->last_q[INTER_FRAME] = oxcf->worst_allowed_q;
58 lrc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q;
63 lrc->avg_frame_qindex[KEY_FRAME] = (oxcf->worst_allowed_q +
65 lrc->avg_frame_qindex[INTER_FRAME] = (oxcf->worst_allowed_q +
316 cpi->oxcf.worst_allowed_q = vp9_quantizer_to_qindex(lc->max_q);
vp9_encoder.h 158 int worst_allowed_q; member in struct:VP9EncoderConfig
226 return cfg->best_allowed_q == 0 && cfg->worst_allowed_q == 0;
vp9_ratectrl.c 269 rc->avg_frame_qindex[KEY_FRAME] = oxcf->worst_allowed_q;
270 rc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q;
272 rc->avg_frame_qindex[KEY_FRAME] = (oxcf->worst_allowed_q +
274 rc->avg_frame_qindex[INTER_FRAME] = (oxcf->worst_allowed_q +
302 rc->ni_av_qi = oxcf->worst_allowed_q;
307 rc->avg_q = vp9_convert_qindex_to_q(oxcf->worst_allowed_q, oxcf->bit_depth);
    [all...]
vp9_encoder.c 656 rc->worst_quality = cpi->oxcf.worst_allowed_q;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 35 lrc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q;
36 lrc->ni_av_qi = oxcf->worst_allowed_q;
50 lrc->last_q[INTER_FRAME] = oxcf->worst_allowed_q;
vp9_ratectrl.c 187 rc->avg_frame_qindex[0] = oxcf->worst_allowed_q;
188 rc->avg_frame_qindex[1] = oxcf->worst_allowed_q;
189 rc->avg_frame_qindex[2] = oxcf->worst_allowed_q;
191 rc->avg_frame_qindex[0] = (oxcf->worst_allowed_q +
193 rc->avg_frame_qindex[1] = (oxcf->worst_allowed_q +
195 rc->avg_frame_qindex[2] = (oxcf->worst_allowed_q +
223 rc->ni_av_qi = oxcf->worst_allowed_q;
228 rc->avg_q = vp9_convert_qindex_to_q(oxcf->worst_allowed_q);
    [all...]
vp9_onyx_int.h 228 int worst_allowed_q; member in struct:VP9_CONFIG
vp9_onyx_if.c 835 cpi->oxcf.worst_allowed_q = 0;
897 rc->worst_quality = cpi->oxcf.worst_allowed_q;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_svc_layercontext.c 34 lrc->avg_frame_qindex[INTER_FRAME] = q_trans[oxcf->worst_allowed_q];
35 lrc->ni_av_qi = q_trans[oxcf->worst_allowed_q];
49 lrc->last_q[INTER_FRAME] = q_trans[oxcf->worst_allowed_q];
vp9_onyx_int.h 229 int worst_allowed_q; member in struct:__anon40752
vp9_onyx_if.c 759 rc->avg_frame_qindex[0] = oxcf->worst_allowed_q;
760 rc->avg_frame_qindex[1] = oxcf->worst_allowed_q;
761 rc->avg_frame_qindex[2] = oxcf->worst_allowed_q;
763 rc->avg_frame_qindex[0] = (oxcf->worst_allowed_q +
765 rc->avg_frame_qindex[1] = (oxcf->worst_allowed_q +
767 rc->avg_frame_qindex[2] = (oxcf->worst_allowed_q +
870 cpi->oxcf.worst_allowed_q = q_trans[oxcf->worst_allowed_q];
878 cpi->oxcf.worst_allowed_q = 0;
940 rc->worst_quality = cpi->oxcf.worst_allowed_q;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 181 int worst_allowed_q; member in struct:__anon17688
  /external/libvpx/libvpx/vp8/common/
onyx.h 170 int worst_allowed_q; member in struct:__anon29465
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 170 int worst_allowed_q; member in struct:__anon40648
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c 343 lc->active_worst_quality = cpi->oxcf.worst_allowed_q;
345 lc->avg_frame_qindex = cpi->oxcf.worst_allowed_q;
    [all...]
  /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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 334 oxcf->worst_allowed_q = cfg.rc_max_quantizer;
416 printf("worst_allowed_q: %d\n", oxcf->worst_allowed_q);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 364 oxcf->worst_allowed_q =
465 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;
426 printf("worst_allowed_q: %d\n", oxcf->worst_allowed_q);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 328 oxcf->worst_allowed_q = q_trans[cfg->rc_max_quantizer];
411 printf("worst_allowed_q: %d\n", oxcf->worst_allowed_q);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 346 oxcf->worst_allowed_q = cfg.rc_max_quantizer;
428 printf("worst_allowed_q: %d\n", oxcf->worst_allowed_q);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 318 oxcf->worst_allowed_q = cfg->rc_max_quantizer;
401 printf("worst_allowed_q: %d\n", oxcf->worst_allowed_q);
    [all...]

Completed in 79 milliseconds