Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/x86/
Dtemporal_filter_sse4.c274 int y_pre_stride, const uint8_t *u_src, const uint8_t *v_src, in vp9_apply_temporal_filter_luma_16()
462 int y_pre_stride, const uint8_t *u_src, const uint8_t *v_src, in vp9_apply_temporal_filter_luma()
568 int y_pre_stride, const uint8_t *u_src, const uint8_t *v_src, in vp9_apply_temporal_filter_chroma_8()
723 int y_pre_stride, const uint8_t *u_src, const uint8_t *v_src, in vp9_apply_temporal_filter_chroma()
856 int y_pre_stride, const uint8_t *u_src, const uint8_t *v_src, in vp9_apply_temporal_filter_sse4_1()
Dhighbd_temporal_filter_sse4.c195 int y_pre_stride, const uint16_t *u_src, const uint16_t *v_src, in vp9_highbd_apply_temporal_filter_luma_8()
368 int y_pre_stride, const uint16_t *u_src, const uint16_t *v_src, in vp9_highbd_apply_temporal_filter_luma()
495 int y_pre_stride, const uint16_t *u_src, const uint16_t *v_src, in vp9_highbd_apply_temporal_filter_chroma_8()
724 int y_pre_stride, const uint16_t *u_src, const uint16_t *v_src, in vp9_highbd_apply_temporal_filter_chroma()
863 int y_pre_stride, const uint16_t *u_src, const uint16_t *v_src, in vp9_highbd_apply_temporal_filter_sse4_1()
/external/webrtc/modules/video_processing/util/
Dskin_detection.cc79 const uint8_t* u_src, in MbHasSkinColor()
/external/libaom/libaom/av1/encoder/x86/
Dtemporal_filter_sse4.c334 int y_pre_stride, const uint8_t *u_src, const uint8_t *v_src, in apply_temporal_filter_luma_16()
526 int y_pre_stride, const uint8_t *u_src, const uint8_t *v_src, in apply_temporal_filter_luma()
632 int y_pre_stride, const uint8_t *u_src, const uint8_t *v_src, in apply_temporal_filter_chroma_8()
797 int y_pre_stride, const uint8_t *u_src, const uint8_t *v_src, in apply_temporal_filter_chroma()
957 const uint8_t *u_src = ref_frame->u_buffer + mb_uv_src_offset; in apply_temporal_filter_yuv() local
1227 int y_pre_stride, const uint16_t *u_src, const uint16_t *v_src, in highbd_apply_temporal_filter_luma_8()
1400 int y_pre_stride, const uint16_t *u_src, const uint16_t *v_src, in highbd_apply_temporal_filter_luma()
1527 int y_pre_stride, const uint16_t *u_src, const uint16_t *v_src, in highbd_apply_temporal_filter_chroma_8()
1756 int y_pre_stride, const uint16_t *u_src, const uint16_t *v_src, in highbd_apply_temporal_filter_chroma()
1922 const uint8_t *u_src = ref_frame->u_buffer + mb_uv_src_offset; in highbd_apply_temporal_filter_yuv() local
/external/libaom/libaom/test/
Dtemporal_filter_yuv_test.cc211 const PixelType *u_src, const PixelType *v_src, in ApplyReferenceFilter()
403 int y_pre_stride, const uint8_t *u_src, const uint8_t *v_src, in ApplyTestFilter()
477 int y_pre_stride, const uint16_t *u_src, const uint16_t *v_src, in ApplyTestFilter()
661 PixelType u_src[MAX_WIDTH * MAX_HEIGHT] = { 0 }; in RunTestFilterWithParam() local
/external/libvpx/libvpx/test/
Dyuv_temporal_filter_test.cc118 const Buffer<PixelType> &u_src, const Buffer<PixelType> &v_src, in ApplyReferenceFilter()
337 Buffer<PixelType> u_src = Buffer<PixelType>(uv_width, uv_height, 0); in CompareTestWithParam() local
460 Buffer<PixelType> u_src = Buffer<PixelType>(uv_width, uv_height, 0); in RunTestFilterWithParam() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_video.h144 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12() local
/external/libvpx/libvpx/vp8/common/
Dmfqe.c67 unsigned char *u_src, unsigned char *v_src, in apply_ifactor()
/external/webrtc/modules/video_processing/
Dvideo_denoiser.cc38 const uint8_t* u_src, in ShowRect()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c359 unsigned char *u_src, in yv12_extend_frame_left_right_c()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c404 int y_pre_stride, const uint16_t *u_src, const uint16_t *v_src, in vp9_highbd_apply_temporal_filter_c()