Home
last modified time | relevance | path

Searched refs:r_h (Results 1 – 12 of 12) sorted by relevance

/external/libjpeg-turbo/simd/arm/aarch64/
Djccolext-neon.c79 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()
[all …]
/external/libjpeg-turbo/simd/arm/
Djcgryext-neon.c70 uint16x8_t r_h = vmovl_u8(vget_high_u8(input_pixels.val[RGB_RED])); in jsimd_rgb_gray_convert_neon() local
79 uint32x4_t y_hl = vmull_n_u16(vget_low_u16(r_h), F_0_298); in jsimd_rgb_gray_convert_neon()
80 uint32x4_t y_hh = vmull_n_u16(vget_high_u16(r_h), F_0_298); in jsimd_rgb_gray_convert_neon()
Djdcolext-neon.c122 int16x8_t r_h = in jsimd_ycc_rgb_convert_neon() local
141 rgba.val[RGB_RED] = vcombine_u8(vqmovun_s16(r_l), vqmovun_s16(r_h)); in jsimd_ycc_rgb_convert_neon()
151 rgb.val[RGB_RED] = vcombine_u8(vqmovun_s16(r_l), vqmovun_s16(r_h)); in jsimd_ycc_rgb_convert_neon()
161 uint16x8_t rgb565_h = vqshluq_n_s16(r_h, 8); in jsimd_ycc_rgb_convert_neon()
/external/libaom/libaom/av1/
Dav1_iface_common.h51 img->r_h = yv12->render_height; in yuvconfig2image()
92 yv12->render_height = img->r_h; in image2yuvconfig()
/external/libvpx/libvpx/vp9/
Dvp9_iface_common.c44 img->r_h = yv12->render_height; in yuvconfig2image()
87 yv12->render_height = img->r_h; in image2yuvconfig()
/external/libabigail/tests/data/test-abidiff-exit/
Dqualifier-typedef-array-v1.c34 restrict H r_h; // same member
Dqualifier-typedef-array-v0.c34 H r_h; member
/external/libvpx/libvpx/vpx/
Dvpx_image.h87 unsigned int r_h; /**< Intended rendering image height */ member
/external/libaom/libaom/test/
Dav1_encoder_parms_get_to_decoder.cc121 EXPECT_EQ(encode_parms.render_size[1], (int)img.r_h); in DecompressedFrameHook()
/external/libaom/libaom/aom/
Daom_image.h191 unsigned int r_h; /**< Intended rendering image height */ member
/external/libaom/libaom/aom_dsp/
Dgrain_synthesis.c970 dst->r_h = src->r_h; in av1_add_film_grain()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c216 img->d_h = img->r_h = yv12->y_height; in yuvconfig2image()