Searched refs:iSign (Results 1 – 1 of 1) sorted by relevance
161 #define WELS_ABS_LC(a) ((iSign ^ (int32_t)(a)) - iSign)165 int32_t i, j, iSign; in WelsQuant4x4_c() local168 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() local182 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 …]