Home
last modified time | relevance | path

Searched refs:ME_DIA_CROSS_FME (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dsvc_motion_estimate.h65 ME_DIA_CROSS_FME = (ME_DIA_CROSS | ME_FME) // DIA+CROSS+FME enumerator
/third_party/openh264/test/encoder/
DEncUT_MotionEstimate.cpp499 const int32_t kiNeedFeatureStorage = ME_DIA_CROSS_FME; in TEST_F()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp1031 const int32_t kiMe8x8 = ME_DIA_CROSS_FME; in InitDqLayers()
2643 case ME_DIA_CROSS_FME: in SetMeMethod()
2747 if (!SetMeMethod (ME_DIA_CROSS_FME, pFuncList->pfSearchMethod[BLOCK_8x8])) { in PreprocessSliceCoding()