Searched refs:y_h (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/ |
H A D | jccolext-neon.c | 136 uint16x8_t y_h = vcombine_u16(vrshrn_n_u32(y_hl, 16), in jsimd_rgb_ycc_convert_neon() local 151 vst1q_u8(outptr0, vcombine_u8(vmovn_u16(y_l), vmovn_u16(y_h))); in jsimd_rgb_ycc_convert_neon() 235 uint16x8_t y_h = vcombine_u16(vrshrn_n_u32(y_hl, 16), in jsimd_rgb_ycc_convert_neon() local 250 vst1q_u8(outptr0, vcombine_u8(vmovn_u16(y_l), vmovn_u16(y_h))); in jsimd_rgb_ycc_convert_neon() 275 uint32x4_t y_h = vmull_laneq_u16(vget_high_u16(r), consts, 0); in jsimd_rgb_ycc_convert_neon() local 276 y_h = vmlal_laneq_u16(y_h, vget_high_u16(g), consts, 1); in jsimd_rgb_ycc_convert_neon() 277 y_h = vmlal_laneq_u16(y_h, vget_high_u16(b), consts, 2); in jsimd_rgb_ycc_convert_neon() 301 vrshrn_n_u32(y_h, 1 in jsimd_rgb_ycc_convert_neon() [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
H A D | jcgryext-neon.c | 93 uint16x8_t y_h = vcombine_u16(vrshrn_n_u32(y_hl, 16), in jsimd_rgb_gray_convert_neon() local 99 vst1q_u8(outptr, vcombine_u8(vmovn_u16(y_l), vmovn_u16(y_h))); in jsimd_rgb_gray_convert_neon()
|
/third_party/ffmpeg/libavcodec/ |
H A D | dnxhdenc.c | 701 int y_h = ctx->m.avctx->height - (mb_y << 4); in dnxhd_get_blocks() local 703 int uv_h = y_h; in dnxhd_get_blocks() 710 0, 0, y_w, y_h); in dnxhd_get_blocks() 728 int y_h = ctx->m.avctx->height - (mb_y << 4); in dnxhd_get_blocks() local 730 int uv_h = y_h; in dnxhd_get_blocks() 737 0, 0, y_w, y_h); in dnxhd_get_blocks()
|
Completed in 4 milliseconds