Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_Reconstruct.cpp256 const int16_t* pFF = g_iQuantIntraFF[uiQp]; in TEST() local
286 const int16_t* pFF = g_iQuantIntraFF[uiQp]; in TEST() local
315 const int16_t* pFF = g_iQuantIntraFF[uiQp]; in TEST() local
342 const int16_t* pFF = g_iQuantIntraFF[uiQp]; in TEST() local
368 const int16_t* pFF = g_iQuantIntraFF[uiQp]; in TEST() local
395 const int16_t* pFF = g_iQuantIntraFF[uiQp]; in TEST() local
422 const int16_t* pFF = g_iQuantIntraFF[uiQp]; in TEST() local
450 const int16_t* pFF = g_iQuantIntraFF[uiQp]; in TEST() local
477 const int16_t* pFF = g_iQuantIntraFF[uiQp]; in TEST() local
/third_party/openh264/codec/encoder/core/src/
Dsvc_encode_mb.cpp69 const int16_t* pFF = g_iQuantIntraFF[uiQp]; in WelsEncRecI16x16Y() local
157 const int16_t* pFF = g_iQuantIntraFF[uiQp]; in WelsEncRecI4x4Y() local
193 const int16_t* pFF = g_kiQuantInterFF[uiQp]; in WelsEncInterY() local
264 const int16_t* pFF = g_kiQuantInterFF[ (!kiInterFlag) * 6 + kiQp]; in WelsEncRecUV() local
336 const int16_t* pFF = g_kiQuantInterFF[kuiQp]; in WelsTryPYskip() local
362 const int16_t* pFF = g_kiQuantInterFF[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 WelsQuantFour4x4Max_lsx (int16_t* pDct, const int16_t* pFF, const int16_t* pMF, int16_t* pMax)… in WelsQuantFour4x4Max_lsx()