Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_SVC_me.cpp99 uint16_t uiFeature = pSrcPointer[x]; in FillQpelLocationByFeatureValue_ref() local
100 pFeatureValuePointerList[uiFeature][0] = x << 2; in FillQpelLocationByFeatureValue_ref()
101 pFeatureValuePointerList[uiFeature][1] = iQpelY; in FillQpelLocationByFeatureValue_ref()
102 pFeatureValuePointerList[uiFeature] += 2; in FillQpelLocationByFeatureValue_ref()
/third_party/openh264/codec/encoder/core/src/
Dsvc_motion_estimate.cpp825 uint16_t uiFeature = pSrcPointer[x]; in FillQpelLocationByFeatureValue_c() local
826 pFeatureValuePointerList[uiFeature][0] = x << 2; in FillQpelLocationByFeatureValue_c()
827 pFeatureValuePointerList[uiFeature][1] = iQpelY; in FillQpelLocationByFeatureValue_c()
828 pFeatureValuePointerList[uiFeature] += 2; in FillQpelLocationByFeatureValue_c()