OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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/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)
/external/libvpx/libvpx/vp9/encoder/
vp9_skin_detection.c
24
static const int
y_low
= 20;
variable
45
if (y <
y_low
|| y > y_high)
Completed in 117 milliseconds