Home
last modified time | relevance | path

Searched refs:iSign (Results 1 – 1 of 1) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dencode_mb_aux.cpp161 #define WELS_ABS_LC(a) ((iSign ^ (int32_t)(a)) - iSign)
165 int32_t i, j, iSign; in WelsQuant4x4_c() local
168 iSign = WELS_SIGN (pDct[i]); in WelsQuant4x4_c()
170 iSign = WELS_SIGN (pDct[i + 1]); in WelsQuant4x4_c()
172 iSign = WELS_SIGN (pDct[i + 2]); in WelsQuant4x4_c()
174 iSign = WELS_SIGN (pDct[i + 3]); in WelsQuant4x4_c()
180 int32_t i, iSign; in WelsQuant4x4Dc_c() local
182 iSign = WELS_SIGN (pDct[i]); in WelsQuant4x4Dc_c()
184 iSign = WELS_SIGN (pDct[i + 1]); in WelsQuant4x4Dc_c()
186 iSign = WELS_SIGN (pDct[i + 2]); in WelsQuant4x4Dc_c()
[all …]