Searched refs:pfSearchMethod (Results 1 – 3 of 3) sorted by relevance
226 PSearchMethodFunc pfSearchMethod[BLOCK_SIZE_ALL]; member
2678 pFuncList->pfSearchMethod[BLOCK_16x16] = in PreprocessSliceCoding()2679 pFuncList->pfSearchMethod[BLOCK_16x8] = in PreprocessSliceCoding()2680 pFuncList->pfSearchMethod[BLOCK_8x16] = in PreprocessSliceCoding()2681 pFuncList->pfSearchMethod[BLOCK_8x8] = in PreprocessSliceCoding()2682 pFuncList->pfSearchMethod[BLOCK_4x4] = in PreprocessSliceCoding()2683 pFuncList->pfSearchMethod[BLOCK_8x4] = in PreprocessSliceCoding()2684 pFuncList->pfSearchMethod[BLOCK_4x8] = WelsDiamondSearch; in PreprocessSliceCoding()2719 if (!SetMeMethod (ME_DIA_CROSS, pFuncList->pfSearchMethod[BLOCK_16x16])) { in PreprocessSliceCoding()2747 if (!SetMeMethod (ME_DIA_CROSS_FME, pFuncList->pfSearchMethod[BLOCK_8x8])) { in PreprocessSliceCoding()
176 pFuncList->pfSearchMethod[pMe->uiBlockSize] (pFuncList, pMe, pSlice, kiStrideEnc, kiStrideRef); in WelsMotionEstimateSearch()