Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/arm/aarch32/
Djccolext-neon.c98 uint32x4_t y_low = vmull_lane_u16(vget_low_u16(r), consts.val[0], 0); in jsimd_rgb_ycc_convert_neon() local
99 y_low = vmlal_lane_u16(y_low, vget_low_u16(g), consts.val[0], 1); in jsimd_rgb_ycc_convert_neon()
100 y_low = vmlal_lane_u16(y_low, vget_low_u16(b), consts.val[0], 2); in jsimd_rgb_ycc_convert_neon()
126 uint16x8_t y_u16 = vcombine_u16(vrshrn_n_u32(y_low, 16), in jsimd_rgb_ycc_convert_neon()
/external/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/rust/crates/criterion-plot/src/
Derrorbar.rs188 y_low: L,
199 y_low: L,
252 y_low, in plot()
258 y_low, in plot()
260 } => (x, y, y_low, y_high, y_factor), in plot()
/external/libvpx/libvpx/vpx_dsp/
Dskin_detection.c25 static const int y_low = 40; variable
50 if (y < y_low || y > y_high) { in vpx_skin_pixel()
/external/webrtc/modules/video_processing/util/
Dskin_detection.cc26 static const int y_low = 40; variable
49 if (y < y_low || y > y_high) { in SkinPixel()
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dunfold-masked-merge-scalar-variablemask.ll206 define i32 @in_complex_y0(i32 %x, i32 %y_hi, i32 %y_low, i32 %mask) {
214 %y = and i32 %y_hi, %y_low
220 define i32 @in_complex_y1(i32 %x, i32 %y_hi, i32 %y_low, i32 %mask) {
228 %y = and i32 %y_hi, %y_low
268 define i32 @in_complex_y0_m0(i32 %x, i32 %y_hi, i32 %y_low, i32 %m_a, i32 %m_b) {
277 %y = and i32 %y_hi, %y_low
284 define i32 @in_complex_y1_m0(i32 %x, i32 %y_hi, i32 %y_low, i32 %m_a, i32 %m_b) {
293 %y = and i32 %y_hi, %y_low
300 define i32 @in_complex_y0_m1(i32 %x, i32 %y_hi, i32 %y_low, i32 %m_a, i32 %m_b) {
309 %y = and i32 %y_hi, %y_low
[all …]
Dunfold-masked-merge-scalar-constmask-lowhigh.ll159 define i32 @in_complex_y0_constmask(i32 %x, i32 %y_hi, i32 %y_low) {
167 %y = and i32 %y_hi, %y_low
174 define i32 @in_complex_y1_constmask(i32 %x, i32 %y_hi, i32 %y_low) {
182 %y = and i32 %y_hi, %y_low
Dunfold-masked-merge-scalar-constmask-innerouter.ll164 define i32 @in_complex_y0_constmask(i32 %x, i32 %y_hi, i32 %y_low) {
172 %y = and i32 %y_hi, %y_low
179 define i32 @in_complex_y1_constmask(i32 %x, i32 %y_hi, i32 %y_low) {
187 %y = and i32 %y_hi, %y_low
Dunfold-masked-merge-scalar-constmask-interleavedbytehalves.ll166 define i32 @in_complex_y0_constmask(i32 %x, i32 %y_hi, i32 %y_low) {
174 %y = and i32 %y_hi, %y_low
181 define i32 @in_complex_y1_constmask(i32 %x, i32 %y_hi, i32 %y_low) {
189 %y = and i32 %y_hi, %y_low
Dunfold-masked-merge-scalar-constmask-interleavedbits.ll170 define i32 @in_complex_y0_constmask(i32 %x, i32 %y_hi, i32 %y_low) {
178 %y = and i32 %y_hi, %y_low
185 define i32 @in_complex_y1_constmask(i32 %x, i32 %y_hi, i32 %y_low) {
193 %y = and i32 %y_hi, %y_low
/external/llvm-project/llvm/test/CodeGen/X86/
Dunfold-masked-merge-scalar-variablemask.ll340 define i32 @in_complex_y0(i32 %x, i32 %y_hi, i32 %y_low, i32 %mask) {
357 %y = and i32 %y_hi, %y_low
363 define i32 @in_complex_y1(i32 %x, i32 %y_hi, i32 %y_low, i32 %mask) {
380 %y = and i32 %y_hi, %y_low
438 define i32 @in_complex_y0_m0(i32 %x, i32 %y_hi, i32 %y_low, i32 %m_a, i32 %m_b) {
457 %y = and i32 %y_hi, %y_low
464 define i32 @in_complex_y1_m0(i32 %x, i32 %y_hi, i32 %y_low, i32 %m_a, i32 %m_b) {
483 %y = and i32 %y_hi, %y_low
490 define i32 @in_complex_y0_m1(i32 %x, i32 %y_hi, i32 %y_low, i32 %m_a, i32 %m_b) {
509 %y = and i32 %y_hi, %y_low
[all …]
Dunfold-masked-merge-scalar-constmask-lowhigh.ll258 define i32 @in_complex_y0_constmask(i32 %x, i32 %y_hi, i32 %y_low) {
274 %y = and i32 %y_hi, %y_low
281 define i32 @in_complex_y1_constmask(i32 %x, i32 %y_hi, i32 %y_low) {
297 %y = and i32 %y_hi, %y_low
Dunfold-masked-merge-scalar-constmask-interleavedbits.ll280 define i32 @in_complex_y0_constmask(i32 %x, i32 %y_hi, i32 %y_low) {
298 %y = and i32 %y_hi, %y_low
305 define i32 @in_complex_y1_constmask(i32 %x, i32 %y_hi, i32 %y_low) {
323 %y = and i32 %y_hi, %y_low
Dunfold-masked-merge-scalar-constmask-interleavedbytehalves.ll280 define i32 @in_complex_y0_constmask(i32 %x, i32 %y_hi, i32 %y_low) {
298 %y = and i32 %y_hi, %y_low
305 define i32 @in_complex_y1_constmask(i32 %x, i32 %y_hi, i32 %y_low) {
323 %y = and i32 %y_hi, %y_low
Dunfold-masked-merge-scalar-constmask-innerouter.ll280 define i32 @in_complex_y0_constmask(i32 %x, i32 %y_hi, i32 %y_low) {
298 %y = and i32 %y_hi, %y_low
305 define i32 @in_complex_y1_constmask(i32 %x, i32 %y_hi, i32 %y_low) {
323 %y = and i32 %y_hi, %y_low