Searched refs:y_low (Results 1 – 3 of 3) sorted by relevance
32 int16_t x_low, x_hi, y_low, y_hi; in WebRtcIlbcfix_Window32W32() local51 y_low = (int16_t)((y[i] - (y_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()54 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 14); in WebRtcIlbcfix_Window32W32()
24 static const int y_low = 20; variable59 if (y_avg < y_low || y_avg > y_high) in MbHasSkinColor()
24 static const int y_low = 20; variable45 if (y < y_low || y > y_high) in vp9_skin_pixel()