Searched defs:pMvdCost (Results 1 – 4 of 4) sorted by relevance
408 void CalcMvdCostx8_c (uint16_t* pMvdCost, const int32_t kiStartMv, uint16_t* pMvdTable, const uint1… in CalcMvdCostx8_c()431 uint16_t* pMvdCost = & (pMvdTable[ (kiMinMv * (1 << 2)) - pMe->sMvp.iMvY]); in VerticalFullSearchUsingSSE41() local511 uint16_t* pMvdCost = & (pMvdTable[ (kiMinMv * (1 << 2)) - pMe->sMvp.iMvX]); in HorizontalFullSearchUsingSSE41() local572 uint16_t* pMvdCost; in LineFullSearch_c() local
88 uint16_t* pMvdCost; member
74 uint16_t* pMvdCost; member
343 uint16_t* pMvdCost = vertical ? pMvdCostY : pMvdCostX; in DoLineTest() local