Home
last modified time | relevance | path

Searched refs:x_low (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/ilbc/
Dwindow32_w32.c32 int16_t x_low, x_hi, y_low, y_hi; in WebRtcIlbcfix_Window32W32() local
49 x_low = (int16_t)((x[i] - (x_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()
56 z[i] = temp + ((x_low * y_hi) >> 14); in WebRtcIlbcfix_Window32W32()
/external/rust/crates/criterion-plot/src/
Derrorbar.rs166 x_low: L,
177 x_low: L,
240 x_low, in plot()
246 x_low, in plot()
248 } => (x, y, x_low, x_high, x_factor), in plot()