HomeSort by relevance Sort by last modified time
    Searched refs:y_low (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
window32_w32.c 32 int16_t x_low, x_hi, y_low, y_hi; local
51 y_low = (int16_t)((y[i] - (y_hi << 16)) >> 1);
54 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 14);
  /external/libvpx/libvpx/vpx_dsp/
skin_detection.c 25 static const int y_low = 40; variable
50 if (y < y_low || y > y_high) {
  /external/webrtc/webrtc/modules/video_processing/util/
skin_detection.cc 24 static const int y_low = 20; member in namespace:webrtc
59 if (y_avg < y_low || y_avg > y_high)

Completed in 74 milliseconds