Home
last modified time | relevance | path

Searched refs:u_src (Results 1 – 5 of 5) 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/libvpx/libvpx/vp8/common/
Dmfqe.c66 unsigned char *u_src, unsigned char *v_src, in apply_ifactor() argument
73 vp8_filter_by_weight8x8(u_src, uv_src_stride, u_dst, uv_dst_stride, in apply_ifactor()
80 vp8_filter_by_weight4x4(u_src, uv_src_stride, u_dst, uv_dst_stride, in apply_ifactor()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c359 unsigned char *u_src, in yv12_extend_frame_left_right_c() argument
402 src_ptr1 = u_src; in yv12_extend_frame_left_right_c()