Home
last modified time | relevance | path

Searched defs:u_src (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/hardware/libhardware/modules/camera/3_4/arc/
H A Dimage_processor.cpp317 const uint8_t* u_src = src + width * height; in YU12ToYV12() local
336 const uint8_t* u_src = src + width * height; in YU12ToNV21() local
/aosp_15_r20/external/libvpx/test/
H A Dyuv_temporal_filter_test.cc119 const Buffer<PixelType> &u_src, const Buffer<PixelType> &v_src, in ApplyReferenceFilter()
338 Buffer<PixelType> u_src = Buffer<PixelType>(uv_width, uv_height, 0); in CompareTestWithParam() local
461 Buffer<PixelType> u_src = Buffer<PixelType>(uv_width, uv_height, 0); in RunTestFilterWithParam() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_video.h147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12() local
/aosp_15_r20/external/libvpx/vp8/common/
H A Dmfqe.c67 unsigned char *u_src, unsigned char *v_src, in apply_ifactor()
/aosp_15_r20/external/libvpx/vp8/decoder/
H A Ddecodeframe.c359 unsigned char *u_src, in yv12_extend_frame_left_right_c()
/aosp_15_r20/external/libvpx/vp9/encoder/arm/neon/
H A Dvp9_highbd_temporal_filter_neon.c794 int y_pre_stride, const uint16_t *u_src, const uint16_t *v_src, in vp9_highbd_apply_temporal_filter_neon()
H A Dvp9_temporal_filter_neon.c771 int y_pre_stride, const uint8_t *u_src, const uint8_t *v_src, in vp9_apply_temporal_filter_neon()
/aosp_15_r20/external/libvpx/vp9/encoder/x86/
H A Dhighbd_temporal_filter_sse4.c815 int y_pre_stride, const uint16_t *u_src, const uint16_t *v_src, in vp9_highbd_apply_temporal_filter_sse4_1()
H A Dtemporal_filter_sse4.c797 int y_pre_stride, const uint8_t *u_src, const uint8_t *v_src, in vp9_apply_temporal_filter_sse4_1()
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c606 int y_pre_stride, const uint16_t *u_src, const uint16_t *v_src, in vp9_highbd_apply_temporal_filter_c()
/aosp_15_r20/external/libultrahdr/lib/src/
H A Dgainmapmath.cpp1564 uint8_t* u_src = static_cast<uint8_t*>(src->planes[UHDR_PLANE_U]); in copy_raw_image() local