Home
last modified time | relevance | path

Searched defs:y_l (Results 1 – 10 of 10) sorted by relevance

/external/libjpeg-turbo/simd/arm/aarch64/
Djccolext-neon.c134 uint16x8_t y_l = vcombine_u16(vrshrn_n_u32(y_ll, 16), in jsimd_rgb_ycc_convert_neon() local
233 uint16x8_t y_l = vcombine_u16(vrshrn_n_u32(y_ll, 16), in jsimd_rgb_ycc_convert_neon() local
272 uint32x4_t y_l = vmull_laneq_u16(vget_low_u16(r), consts, 0); in jsimd_rgb_ycc_convert_neon() local
/external/cronet/stable/third_party/llvm-libc/src/src/math/generic/
Drange_reduction_double_fma.h54 double y_l = in fast() local
Drange_reduction_double_nofma.h55 double y_l = in fast() local
/external/llvm-libc/src/math/generic/
Drange_reduction_double_fma.h54 double y_l = in fast() local
Drange_reduction_double_nofma.h55 double y_l = in fast() local
/external/cronet/tot/third_party/llvm-libc/src/src/math/generic/
Drange_reduction_double_fma.h54 double y_l = in fast() local
Drange_reduction_double_nofma.h55 double y_l = in fast() local
/external/libjpeg-turbo/simd/arm/
Djcgryext-neon.c91 uint16x8_t y_l = vcombine_u16(vrshrn_n_u32(y_ll, 16), in jsimd_rgb_gray_convert_neon() local
/external/libultrahdr/lib/src/dsp/arm/
Dgainmapmath_neon.cpp430 uint16x8_t y_l = vcombine_u16(vrshrn_n_u32(y_ll, 14), vrshrn_n_u32(y_lh, 14)); in ConvertRgba8888ToYuv444_neon() local
/external/libopenapv/src/
Doapv.c34 static void imgb_to_block(oapv_imgb_t *imgb, int c, int x_l, int y_l, int w_l, int h_l, s16 *block) in imgb_to_block()
105 static void imgb_to_block_p210(oapv_imgb_t *imgb, int c, int x_l, int y_l, int w_l, int h_l, s16 *b… in imgb_to_block_p210()