Searched refs:b_l (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/ |
H A D | jccolext-neon.c | 78 uint16x8_t b_l = vmovl_u8(vget_low_u8(input_pixels.val[RGB_BLUE])); in jsimd_rgb_ycc_convert_neon() local 86 y_ll = vmlal_laneq_u16(y_ll, vget_low_u16(b_l), consts, 2); in jsimd_rgb_ycc_convert_neon() 89 y_lh = vmlal_laneq_u16(y_lh, vget_high_u16(b_l), consts, 2); in jsimd_rgb_ycc_convert_neon() 101 cb_ll = vmlal_laneq_u16(cb_ll, vget_low_u16(b_l), consts, 5); in jsimd_rgb_ycc_convert_neon() 105 cb_lh = vmlal_laneq_u16(cb_lh, vget_high_u16(b_l), consts, 5); in jsimd_rgb_ycc_convert_neon() 119 cr_ll = vmlsl_laneq_u16(cr_ll, vget_low_u16(b_l), consts, 7); in jsimd_rgb_ycc_convert_neon() 123 cr_lh = vmlsl_laneq_u16(cr_lh, vget_high_u16(b_l), consts, 7); in jsimd_rgb_ycc_convert_neon() 177 uint16x8_t b_l = vmovl_u8(vget_low_u8(input_pixels.val[RGB_BLUE])); in jsimd_rgb_ycc_convert_neon() local 185 y_ll = vmlal_laneq_u16(y_ll, vget_low_u16(b_l), consts, 2); in jsimd_rgb_ycc_convert_neon() 188 y_lh = vmlal_laneq_u16(y_lh, vget_high_u16(b_l), const in jsimd_rgb_ycc_convert_neon() [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
H A D | jcgryext-neon.c | 73 uint16x8_t b_l = vmovl_u8(vget_low_u8(input_pixels.val[RGB_BLUE])); in jsimd_rgb_gray_convert_neon() local 85 y_ll = vmlal_n_u16(y_ll, vget_low_u16(b_l), F_0_113); in jsimd_rgb_gray_convert_neon() 86 y_lh = vmlal_n_u16(y_lh, vget_high_u16(b_l), F_0_113); in jsimd_rgb_gray_convert_neon()
|
H A D | jdcolext-neon.c | 125 int16x8_t b_l = in jsimd_ycc_rgb_convert_neon() local 143 rgba.val[RGB_BLUE] = vcombine_u8(vqmovun_s16(b_l), vqmovun_s16(b_h)); in jsimd_ycc_rgb_convert_neon() 153 rgb.val[RGB_BLUE] = vcombine_u8(vqmovun_s16(b_l), vqmovun_s16(b_h)); in jsimd_ycc_rgb_convert_neon() 160 rgb565_l = vsriq_n_u16(rgb565_l, vqshluq_n_s16(b_l, 8), 11); in jsimd_ycc_rgb_convert_neon()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_box.h | 202 int a_l[2], a_r[2], b_l[2], b_r[2]; in u_box_test_intersection_2d() local 209 b_l[0] = MIN2(b->x, b->x + b->width); in u_box_test_intersection_2d() 211 b_l[1] = MIN2(b->y, b->y + b->height); in u_box_test_intersection_2d() 215 if (a_l[i] > b_r[i] || a_r[i] < b_l[i]) in u_box_test_intersection_2d()
|
Completed in 4 milliseconds