Searched refs:r_h (Results 1 – 12 of 12) sorted by relevance
/external/libjpeg-turbo/simd/arm/aarch64/ |
D | jccolext-neon.c | 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() [all …]
|
/external/libjpeg-turbo/simd/arm/ |
D | jcgryext-neon.c | 70 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()
|
D | jdcolext-neon.c | 122 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/ |
D | av1_iface_common.h | 51 img->r_h = yv12->render_height; in yuvconfig2image() 92 yv12->render_height = img->r_h; in image2yuvconfig()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.c | 44 img->r_h = yv12->render_height; in yuvconfig2image() 87 yv12->render_height = img->r_h; in image2yuvconfig()
|
/external/libabigail/tests/data/test-abidiff-exit/ |
D | qualifier-typedef-array-v1.c | 34 restrict H r_h; // same member
|
D | qualifier-typedef-array-v0.c | 34 H r_h; member
|
/external/libvpx/libvpx/vpx/ |
D | vpx_image.h | 87 unsigned int r_h; /**< Intended rendering image height */ member
|
/external/libaom/libaom/test/ |
D | av1_encoder_parms_get_to_decoder.cc | 121 EXPECT_EQ(encode_parms.render_size[1], (int)img.r_h); in DecompressedFrameHook()
|
/external/libaom/libaom/aom/ |
D | aom_image.h | 191 unsigned int r_h; /**< Intended rendering image height */ member
|
/external/libaom/libaom/aom_dsp/ |
D | grain_synthesis.c | 970 dst->r_h = src->r_h; in av1_add_film_grain()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 216 img->d_h = img->r_h = yv12->y_height; in yuvconfig2image()
|