Searched refs:new_qc (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_cx_iface.c704 unsigned int new_qc; local
708 new_qc = MODE_BESTQUALITY;
722 new_qc = (deadline > duration_us) ? MODE_GOODQUALITY : MODE_REALTIME;
726 new_qc = MODE_REALTIME;
730 new_qc = MODE_FIRSTPASS;
732 new_qc = (new_qc == MODE_BESTQUALITY)
736 if (ctx->oxcf.Mode != (int32_t)new_qc)
738 ctx->oxcf.Mode = new_qc;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_cx_iface.c589 MODE new_qc = MODE_BESTQUALITY; local
599 new_qc = (deadline > duration_us) ? MODE_GOODQUALITY : MODE_REALTIME;
603 new_qc = MODE_FIRSTPASS;
605 new_qc = (new_qc == MODE_BESTQUALITY) ? MODE_SECONDPASS_BEST
608 if (ctx->oxcf.mode != new_qc) {
609 ctx->oxcf.mode = new_qc;

Completed in 86 milliseconds