Home
last modified time | relevance | path

Searched refs:ME_DIA_CROSS (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dsvc_motion_estimate.h64 ME_DIA_CROSS = (ME_DIA | ME_CROSS), // DIA+CROSS enumerator
65 ME_DIA_CROSS_FME = (ME_DIA_CROSS | ME_FME) // DIA+CROSS+FME
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp1030 const int32_t kiMe16x16 = ME_DIA_CROSS; in InitDqLayers()
2640 case ME_DIA_CROSS: in SetMeMethod()
2719 if (!SetMeMethod (ME_DIA_CROSS, pFuncList->pfSearchMethod[BLOCK_16x16])) { in PreprocessSliceCoding()