Lines Matching refs:r_h
79 uint16x8_t r_h = vmovl_u8(vget_high_u8(input_pixels.val[RGB_RED])); in jsimd_rgb_ycc_convert_neon() local
90 uint32x4_t y_hl = vmull_laneq_u16(vget_low_u16(r_h), consts, 0); in jsimd_rgb_ycc_convert_neon()
93 uint32x4_t y_hh = vmull_laneq_u16(vget_high_u16(r_h), consts, 0); in jsimd_rgb_ycc_convert_neon()
107 cb_hl = vmlsl_laneq_u16(cb_hl, vget_low_u16(r_h), consts, 3); in jsimd_rgb_ycc_convert_neon()
111 cb_hh = vmlsl_laneq_u16(cb_hh, vget_high_u16(r_h), consts, 3); in jsimd_rgb_ycc_convert_neon()
125 cr_hl = vmlal_laneq_u16(cr_hl, vget_low_u16(r_h), consts, 5); in jsimd_rgb_ycc_convert_neon()
129 cr_hh = vmlal_laneq_u16(cr_hh, vget_high_u16(r_h), consts, 5); in jsimd_rgb_ycc_convert_neon()
178 uint16x8_t r_h = vmovl_u8(vget_high_u8(input_pixels.val[RGB_RED])); in jsimd_rgb_ycc_convert_neon() local
189 uint32x4_t y_hl = vmull_laneq_u16(vget_low_u16(r_h), consts, 0); in jsimd_rgb_ycc_convert_neon()
192 uint32x4_t y_hh = vmull_laneq_u16(vget_high_u16(r_h), consts, 0); in jsimd_rgb_ycc_convert_neon()
206 cb_hl = vmlsl_laneq_u16(cb_hl, vget_low_u16(r_h), consts, 3); in jsimd_rgb_ycc_convert_neon()
210 cb_hh = vmlsl_laneq_u16(cb_hh, vget_high_u16(r_h), consts, 3); in jsimd_rgb_ycc_convert_neon()
224 cr_hl = vmlal_laneq_u16(cr_hl, vget_low_u16(r_h), consts, 5); in jsimd_rgb_ycc_convert_neon()
228 cr_hh = vmlal_laneq_u16(cr_hh, vget_high_u16(r_h), consts, 5); in jsimd_rgb_ycc_convert_neon()