Home
last modified time | relevance | path

Searched refs:u_src (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/util/
Dskin_detection.cc44 const uint8_t* u_src, in MbHasSkinColor() argument
52 const uint8_t* u = u_src + ((mb_row << 3) + 4) * stride_u + (mb_col << 3) + 4; in MbHasSkinColor()
Dskin_detection.h18 const uint8_t* u_src,
/external/webrtc/webrtc/modules/video_processing/
Dvideo_denoiser.cc89 const uint8_t* u_src = frame.buffer(kUPlane); in DenoiseFrame() local
108 y_src, u_src, v_src, stride_y, stride_u, stride_v, mb_row, mb_col); in DenoiseFrame()
127 u_src + (mb_row << 3) * stride_u + (mb_col << 3); in DenoiseFrame()
/external/opencv3/3rdparty/libwebp/dec/
Dio.c55 const uint8_t* u_src = io->u; in EmitSampledRGB() local
62 sample(y_src, y_src + io->y_stride, u_src, v_src, in EmitSampledRGB()
65 u_src += io->uv_stride; in EmitSampledRGB()
70 sample(y_src, y_src, u_src, v_src, dst, dst, mb_w); in EmitSampledRGB()
84 const uint8_t* u_src = io->u;
91 convert(y_src, u_src, v_src, dst, mb_w);
93 u_src += io->uv_stride;
/external/libvpx/libvpx/vp8/common/
Dmfqe.c76 unsigned char *u_src, in apply_ifactor() argument
88 vp8_filter_by_weight8x8(u_src, uv_src_stride, u_dst, uv_dst_stride, src_weight); in apply_ifactor()
94 vp8_filter_by_weight4x4(u_src, uv_src_stride, u_dst, uv_dst_stride, src_weight); in apply_ifactor()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c422 unsigned char *u_src, in yv12_extend_frame_left_right_c() argument
467 src_ptr1 = u_src; in yv12_extend_frame_left_right_c()