Home
last modified time | relevance | path

Searched defs:pMF (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/test/encoder/
DEncUT_Reconstruct.cpp255 const int16_t* pMF = g_kiQuantMF[uiQp]; in TEST() local
285 const int16_t* pMF = g_kiQuantMF[uiQp]; in TEST() local
314 const int16_t* pMF = g_kiQuantMF[uiQp]; in TEST() local
341 const int16_t* pMF = g_kiQuantMF[uiQp]; in TEST() local
367 const int16_t* pMF = g_kiQuantMF[uiQp]; in TEST() local
394 const int16_t* pMF = g_kiQuantMF[uiQp]; in TEST() local
421 const int16_t* pMF = g_kiQuantMF[uiQp]; in TEST() local
449 const int16_t* pMF = g_kiQuantMF[uiQp]; in TEST() local
476 const int16_t* pMF = g_kiQuantMF[uiQp]; in TEST() local
/third_party/openh264/codec/encoder/core/src/
Dsvc_encode_mb.cpp68 const int16_t* pMF = g_kiQuantMF[uiQp]; in WelsEncRecI16x16Y() local
156 const int16_t* pMF = g_kiQuantMF[uiQp]; in WelsEncRecI4x4Y() local
192 const int16_t* pMF = g_kiQuantMF[uiQp]; in WelsEncInterY() local
263 const int16_t* pMF = g_kiQuantMF[kiQp]; in WelsEncRecUV() local
335 const int16_t* pMF = g_kiQuantMF[kuiQp]; in WelsTryPYskip() local
361 const int16_t* pMF = g_kiQuantMF[kuiQp]; in WelsTryPUVskip() local
Dencode_mb_aux.cpp164 void WelsQuant4x4_c (int16_t* pDct, const int16_t* pFF, const int16_t* pMF) { in WelsQuant4x4_c()
193 void WelsQuantFour4x4_c (int16_t* pDct, const int16_t* pFF, const int16_t* pMF) { in WelsQuantFour4x4_c()
209 void WelsQuantFour4x4Max_c (int16_t* pDct, const int16_t* pFF, const int16_t* pMF, int16_t* pMax) { in WelsQuantFour4x4Max_c()
/third_party/openh264/codec/encoder/core/loongarch/
Dquant_lsx.c47 void WelsQuantFour4x4_lsx (int16_t* pDct, const int16_t* pFF, const int16_t* pMF) { in WelsQuantFour4x4_lsx()
90 void WelsQuantFour4x4Max_lsx (int16_t* pDct, const int16_t* pFF, const int16_t* pMF, int16_t* pMax)… in WelsQuantFour4x4Max_lsx()