Home
last modified time | relevance | path

Searched refs:cr_h (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-info.c788 gsize width, height, cr_h; in fill_planes() local
912 cr_h = GST_ROUND_UP_2 (height) / 2; in fill_planes()
914 cr_h = GST_ROUND_UP_2 (cr_h); in fill_planes()
915 info->offset[2] = info->offset[1] + info->stride[1] * cr_h; in fill_planes()
916 info->size = info->offset[2] + info->stride[2] * cr_h; in fill_planes()
967 cr_h = GST_ROUND_UP_2 (height) / 2; in fill_planes()
969 cr_h = GST_ROUND_UP_2 (cr_h); in fill_planes()
970 info->size = info->offset[1] + info->stride[0] * cr_h; in fill_planes()
1004 cr_h = GST_ROUND_UP_2 (height) / 2; in fill_planes()
1006 cr_h = GST_ROUND_UP_2 (cr_h); in fill_planes()
[all …]
/third_party/libjpeg-turbo/simd/arm/aarch64/
Djccolext-neon.c146 uint16x8_t cr_h = vcombine_u16(vshrn_n_u32(cr_hl, 16), in jsimd_rgb_ycc_convert_neon() local
153 vst1q_u8(outptr2, vcombine_u8(vmovn_u16(cr_l), vmovn_u16(cr_h))); in jsimd_rgb_ycc_convert_neon()
245 uint16x8_t cr_h = vcombine_u16(vshrn_n_u32(cr_hl, 16), in jsimd_rgb_ycc_convert_neon() local
252 vst1q_u8(outptr2, vcombine_u8(vmovn_u16(cr_l), vmovn_u16(cr_h))); in jsimd_rgb_ycc_convert_neon()
294 uint32x4_t cr_h = scaled_128_5; in jsimd_rgb_ycc_convert_neon() local
295 cr_h = vmlal_laneq_u16(cr_h, vget_high_u16(r), consts, 5); in jsimd_rgb_ycc_convert_neon()
296 cr_h = vmlsl_laneq_u16(cr_h, vget_high_u16(g), consts, 6); in jsimd_rgb_ycc_convert_neon()
297 cr_h = vmlsl_laneq_u16(cr_h, vget_high_u16(b), consts, 7); in jsimd_rgb_ycc_convert_neon()
307 vshrn_n_u32(cr_h, 16)); in jsimd_rgb_ycc_convert_neon()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/
Djccolext-neon.c146 uint16x8_t cr_h = vcombine_u16(vshrn_n_u32(cr_hl, 16), in jsimd_rgb_ycc_convert_neon() local
153 vst1q_u8(outptr2, vcombine_u8(vmovn_u16(cr_l), vmovn_u16(cr_h))); in jsimd_rgb_ycc_convert_neon()
245 uint16x8_t cr_h = vcombine_u16(vshrn_n_u32(cr_hl, 16), in jsimd_rgb_ycc_convert_neon() local
252 vst1q_u8(outptr2, vcombine_u8(vmovn_u16(cr_l), vmovn_u16(cr_h))); in jsimd_rgb_ycc_convert_neon()
294 uint32x4_t cr_h = scaled_128_5; in jsimd_rgb_ycc_convert_neon() local
295 cr_h = vmlal_laneq_u16(cr_h, vget_high_u16(r), consts, 5); in jsimd_rgb_ycc_convert_neon()
296 cr_h = vmlsl_laneq_u16(cr_h, vget_high_u16(g), consts, 6); in jsimd_rgb_ycc_convert_neon()
297 cr_h = vmlsl_laneq_u16(cr_h, vget_high_u16(b), consts, 7); in jsimd_rgb_ycc_convert_neon()
307 vshrn_n_u32(cr_h, 16)); in jsimd_rgb_ycc_convert_neon()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfutils.cpp379 guint width, height, cr_h; in gst_mf_update_video_info_with_stride() local
422 cr_h = height / 2; in gst_mf_update_video_info_with_stride()
428 info->size = info->offset[1] + info->stride[0] * cr_h; in gst_mf_update_video_info_with_stride()
443 cr_h = height / 2; in gst_mf_update_video_info_with_stride()
450 info->offset[2] = info->offset[1] + info->stride[1] * cr_h; in gst_mf_update_video_info_with_stride()
451 info->size = info->offset[2] + info->stride[2] * cr_h; in gst_mf_update_video_info_with_stride()