Searched defs:pMF (Results 1 – 4 of 4) sorted by relevance
/third_party/openh264/test/encoder/ |
D | EncUT_Reconstruct.cpp | 255 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/ |
D | svc_encode_mb.cpp | 68 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
|
D | encode_mb_aux.cpp | 164 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/ |
D | quant_lsx.c | 47 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()
|