Searched defs:g_h (Results 1 – 4 of 4) sorted by relevance
72 uint16x8_t g_h = vmovl_u8(vget_high_u8(input_pixels.val[RGB_GREEN])); in jsimd_rgb_gray_convert_neon() local
134 int16x8_t g_h = in jsimd_ycc_rgb_convert_neon() local
80 uint16x8_t g_h = vmovl_u8(vget_high_u8(input_pixels.val[RGB_GREEN])); in jsimd_rgb_ycc_convert_neon() local179 uint16x8_t g_h = vmovl_u8(vget_high_u8(input_pixels.val[RGB_GREEN])); in jsimd_rgb_ycc_convert_neon() local
107 BOOST_CONSTEXPR const short g_h = numeric_limits<short>::min() + 12345; variable