Searched refs:iMvp (Results 1 – 3 of 3) sorted by relevance
/third_party/openh264/test/decoder/ |
D | DecUT_PredMv.cpp | 28 int16_t iMvp[2]; member 128 int16_t iMvp[2]; member 163 …dMv (sAncMvPred.iMvArray, sAncMvPred.iRefIdxArray, iIndex, iBlockWidth, iRef, sAncMvPred.iMvp); \ 164 …sMvPred.iMvArray, sWelsMvPred.iRefIdxArray, LIST_0, iIndex, iBlockWidth, iRef, sWelsMvPred.iMvp); \ 165 …bOK = ((sAncMvPred.iMvp[0] == sWelsMvPred.iMvp[0]) && (sAncMvPred.iMvp[1] == sWelsMvPred.iMvp[1]))… 238 …horPredInter16x8Mv (sAncMvPred.iMvArray, sAncMvPred.iRefIdxArray, iIndex, iRef, sAncMvPred.iMvp); in TEST() 239 …ter16x8Mv (sWelsMvPred.iMvArray, sWelsMvPred.iRefIdxArray, LIST_0, iIndex, iRef, sWelsMvPred.iMvp); in TEST() 240 …bOK = ((sAncMvPred.iMvp[0] == sWelsMvPred.iMvp[0]) && (sAncMvPred.iMvp[1] == sWelsMvPred.iMvp[1])); in TEST() 257 …horPredInter8x16Mv (sAncMvPred.iMvArray, sAncMvPred.iRefIdxArray, iIndex, iRef, sAncMvPred.iMvp); in TEST() 258 …ter8x16Mv (sWelsMvPred.iMvArray, sWelsMvPred.iRefIdxArray, LIST_0, iIndex, iRef, sWelsMvPred.iMvp); in TEST() [all …]
|
/third_party/openh264/codec/decoder/core/src/ |
D | mv_pred.cpp | 158 void PredPSkipMvFromNeighbor (PDqLayer pCurDqLayer, int16_t iMvp[2]) { in PredPSkipMvFromNeighbor() 233 ST32 (iMvp, 0); in PredPSkipMvFromNeighbor() 251 ST32 (iMvp, 0); in PredPSkipMvFromNeighbor() 291 ST32 (iMvp, LD32 (iMvA)); in PredPSkipMvFromNeighbor() 298 ST32 (iMvp, LD32 (iMvA)); in PredPSkipMvFromNeighbor() 300 ST32 (iMvp, LD32 (iMvB)); in PredPSkipMvFromNeighbor() 302 ST32 (iMvp, LD32 (iMvC)); in PredPSkipMvFromNeighbor() 305 iMvp[0] = WelsMedian (iMvA[0], iMvB[0], iMvC[0]); in PredPSkipMvFromNeighbor() 306 iMvp[1] = WelsMedian (iMvA[1], iMvB[1], iMvC[1]); in PredPSkipMvFromNeighbor() 392 int32_t PredMvBDirectSpatial (PWelsDecoderContext pCtx, int16_t iMvp[LIST_A][2], int8_t ref[LIST_A], in PredMvBDirectSpatial() [all …]
|
/third_party/openh264/codec/decoder/core/inc/ |
D | mv_pred.h | 98 void PredPSkipMvFromNeighbor (PDqLayer pCurDqLayer, int16_t iMvp[2]); 105 int32_t PredMvBDirectSpatial (PWelsDecoderContext pCtx, int16_t iMvp[LIST_A][2], int8_t ref[LIST_A… 118 int32_t PredBDirectTemporal (PWelsDecoderContext pCtx, int16_t iMvp[LIST_A][2], int8_t ref[LIST_A],
|