Searched refs:y_src (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/video_processing/ |
D | video_denoiser.cc | 23 const uint8_t* y_src, in TrailingReduction() argument 30 const uint8_t* mb_src = y_src + (mb_row << 4) * stride_y + (mb_col << 4); in TrailingReduction() 88 const uint8_t* y_src = frame.buffer(kYPlane); in DenoiseFrame() local 95 const uint8_t* mb_src = y_src + (mb_row << 4) * stride_y + (mb_col << 4); in DenoiseFrame() 108 y_src, u_src, v_src, stride_y, stride_u, stride_v, mb_row, mb_col); in DenoiseFrame() 139 TrailingReduction(mb_rows, mb_cols, y_src, stride_y, y_dst); in DenoiseFrame()
|
D | video_denoiser.h | 27 const uint8_t* y_src,
|
/external/webrtc/webrtc/modules/video_processing/util/ |
D | skin_detection.cc | 43 bool MbHasSkinColor(const uint8_t* y_src, in MbHasSkinColor() argument 51 const uint8_t* y = y_src + ((mb_row << 4) + 8) * stride_y + (mb_col << 4) + 8; in MbHasSkinColor()
|
D | skin_detection.h | 17 bool MbHasSkinColor(const uint8_t* y_src,
|
/external/libvpx/libvpx/vp8/common/ |
D | mfqe.c | 64 static void apply_ifactor(unsigned char *y_src, int y_src_stride, in apply_ifactor() argument 71 vp8_filter_by_weight16x16(y_src, y_src_stride, y_dst, y_dst_stride, in apply_ifactor() 78 vp8_filter_by_weight8x8(y_src, y_src_stride, y_dst, y_dst_stride, in apply_ifactor()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodeframe.c | 358 unsigned char *y_src, in yv12_extend_frame_left_right_c() argument 379 src_ptr1 = y_src; in yv12_extend_frame_left_right_c()
|