Home
last modified time | relevance | path

Searched refs:y_high (Results 1 – 4 of 4) sorted by relevance

/external/libjpeg-turbo/simd/arm/aarch32/
Djccolext-neon.c101 uint32x4_t y_high = vmull_lane_u16(vget_high_u16(r), consts.val[0], 0); in jsimd_rgb_ycc_convert_neon() local
102 y_high = vmlal_lane_u16(y_high, vget_high_u16(g), consts.val[0], 1); in jsimd_rgb_ycc_convert_neon()
103 y_high = vmlal_lane_u16(y_high, vget_high_u16(b), consts.val[0], 2); in jsimd_rgb_ycc_convert_neon()
127 vrshrn_n_u32(y_high, 16)); in jsimd_rgb_ycc_convert_neon()
/external/rust/crates/criterion-plot/src/
Derrorbar.rs190 y_high: H,
201 y_high: H,
253 y_high, in plot()
259 y_high, in plot()
260 } => (x, y, y_low, y_high, y_factor), in plot()
/external/libvpx/libvpx/vpx_dsp/
Dskin_detection.c26 static const int y_high = 220; variable
50 if (y < y_low || y > y_high) { in vpx_skin_pixel()
/external/webrtc/modules/video_processing/util/
Dskin_detection.cc27 static const int y_high = 220; variable
49 if (y < y_low || y > y_high) { in SkinPixel()