Home
last modified time | relevance | path

Searched refs:LOW_COMPLEXITY (Results 1 – 6 of 6) sorted by relevance

/third_party/openh264/codec/api/svc/
Dcodec_app_def.h505 LOW_COMPLEXITY = 0, ///< the lowest compleixty,the fastest speed, enumerator
/third_party/openh264/codec/encoder/core/inc/
Dparam_svc.h142 param.iComplexityMode = LOW_COMPLEXITY; in FillDefault()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.cpp132 {LOW_COMPLEXITY, "Low complexity / high speed encoding", "low"}, in gst_openh264enc_complexity_get_type()
/third_party/openh264/codec/encoder/core/src/
Dsvc_encode_slice.cpp685 sMd.bMdUsingSad = (pEncCtx->pSvcParam->iComplexityMode == LOW_COMPLEXITY); in WelsPSliceMdEnc()
700 sMd.bMdUsingSad = (pEncCtx->pSvcParam->iComplexityMode == LOW_COMPLEXITY); in WelsPSliceMdEncDynamic()
Dencoder_ext.cpp2661 bool bFastMode = (pCtx->pSvcParam->iComplexityMode == LOW_COMPLEXITY); in PreprocessSliceCoding()
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp695 sParam.iComplexityMode = LOW_COMPLEXITY; in FillSpecificParameters()