Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dwindow32_w32.c32 int16_t x_low, x_hi, y_low, y_hi; in WebRtcIlbcfix_Window32W32() local
51 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()
/external/webrtc/webrtc/modules/video_processing/util/
Dskin_detection.cc24 static const int y_low = 20; variable
59 if (y_avg < y_low || y_avg > y_high) in MbHasSkinColor()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_skin_detection.c24 static const int y_low = 20; variable
45 if (y < y_low || y > y_high) in vp9_skin_pixel()