Home
last modified time | relevance | path

Searched refs:g_l (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/
H A Djccolext-neon.c77 uint16x8_t g_l = vmovl_u8(vget_low_u8(input_pixels.val[RGB_GREEN])); in jsimd_rgb_ycc_convert_neon() local
85 y_ll = vmlal_laneq_u16(y_ll, vget_low_u16(g_l), consts, 1); in jsimd_rgb_ycc_convert_neon()
88 y_lh = vmlal_laneq_u16(y_lh, vget_high_u16(g_l), consts, 1); in jsimd_rgb_ycc_convert_neon()
100 cb_ll = vmlsl_laneq_u16(cb_ll, vget_low_u16(g_l), consts, 4); in jsimd_rgb_ycc_convert_neon()
104 cb_lh = vmlsl_laneq_u16(cb_lh, vget_high_u16(g_l), consts, 4); in jsimd_rgb_ycc_convert_neon()
118 cr_ll = vmlsl_laneq_u16(cr_ll, vget_low_u16(g_l), consts, 6); in jsimd_rgb_ycc_convert_neon()
122 cr_lh = vmlsl_laneq_u16(cr_lh, vget_high_u16(g_l), consts, 6); in jsimd_rgb_ycc_convert_neon()
176 uint16x8_t g_l = vmovl_u8(vget_low_u8(input_pixels.val[RGB_GREEN])); in jsimd_rgb_ycc_convert_neon() local
184 y_ll = vmlal_laneq_u16(y_ll, vget_low_u16(g_l), consts, 1); in jsimd_rgb_ycc_convert_neon()
187 y_lh = vmlal_laneq_u16(y_lh, vget_high_u16(g_l), const in jsimd_rgb_ycc_convert_neon()
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djcgryext-neon.c71 uint16x8_t g_l = vmovl_u8(vget_low_u8(input_pixels.val[RGB_GREEN])); in jsimd_rgb_gray_convert_neon() local
81 y_ll = vmlal_n_u16(y_ll, vget_low_u16(g_l), F_0_587); in jsimd_rgb_gray_convert_neon()
82 y_lh = vmlal_n_u16(y_lh, vget_high_u16(g_l), F_0_587); in jsimd_rgb_gray_convert_neon()
H A Djdcolext-neon.c131 int16x8_t g_l = in jsimd_ycc_rgb_convert_neon() local
142 rgba.val[RGB_GREEN] = vcombine_u8(vqmovun_s16(g_l), vqmovun_s16(g_h)); in jsimd_ycc_rgb_convert_neon()
152 rgb.val[RGB_GREEN] = vcombine_u8(vqmovun_s16(g_l), vqmovun_s16(g_h)); in jsimd_ycc_rgb_convert_neon()
159 rgb565_l = vsriq_n_u16(rgb565_l, vqshluq_n_s16(g_l, 8), 5); in jsimd_ycc_rgb_convert_neon()
/third_party/node/deps/openssl/openssl/apps/
H A Dtestdsa.h198 int g_l; member
212 st.g_l = sizeof(dsa##bits##_g); \
246 g = BN_bin2bn(dsa_t.g, dsa_t.g_l, NULL); in get_dsa()
/third_party/openssl/apps/
H A Dtestdsa.h198 int g_l; member
212 st.g_l = sizeof(dsa##bits##_g); \
246 g = BN_bin2bn(dsa_t.g, dsa_t.g_l, NULL); in get_dsa()

Completed in 4 milliseconds