Searched defs:u_src (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/arc/ |
H A D | image_processor.cpp | 317 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 D | yuv_temporal_filter_test.cc | 119 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 D | u_video.h | 147 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 D | mfqe.c | 67 unsigned char *u_src, unsigned char *v_src, in apply_ifactor()
|
/aosp_15_r20/external/libvpx/vp8/decoder/ |
H A D | decodeframe.c | 359 unsigned char *u_src, in yv12_extend_frame_left_right_c()
|
/aosp_15_r20/external/libvpx/vp9/encoder/arm/neon/ |
H A D | vp9_highbd_temporal_filter_neon.c | 794 int y_pre_stride, const uint16_t *u_src, const uint16_t *v_src, in vp9_highbd_apply_temporal_filter_neon()
|
H A D | vp9_temporal_filter_neon.c | 771 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 D | highbd_temporal_filter_sse4.c | 815 int y_pre_stride, const uint16_t *u_src, const uint16_t *v_src, in vp9_highbd_apply_temporal_filter_sse4_1()
|
H A D | temporal_filter_sse4.c | 797 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 D | vp9_temporal_filter.c | 606 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 D | gainmapmath.cpp | 1564 uint8_t* u_src = static_cast<uint8_t*>(src->planes[UHDR_PLANE_U]); in copy_raw_image() local
|