Searched refs:y_src (Results 1 – 7 of 7) 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/opencv3/3rdparty/libwebp/dec/ |
D | io.c | 54 const uint8_t* y_src = io->y; in EmitSampledRGB() local 62 sample(y_src, y_src + io->y_stride, u_src, v_src, in EmitSampledRGB() 64 y_src += 2 * io->y_stride; in EmitSampledRGB() 70 sample(y_src, y_src, u_src, v_src, dst, dst, mb_w); in EmitSampledRGB() 83 const uint8_t* y_src = io->y; 91 convert(y_src, u_src, v_src, dst, mb_w); 92 y_src += io->y_stride;
|
/external/libvpx/libvpx/vp8/common/ |
D | mfqe.c | 72 static void apply_ifactor(unsigned char *y_src, in apply_ifactor() argument 87 vp8_filter_by_weight16x16(y_src, y_src_stride, y_dst, y_dst_stride, src_weight); in apply_ifactor() 93 vp8_filter_by_weight8x8(y_src, y_src_stride, y_dst, y_dst_stride, src_weight); in apply_ifactor()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodeframe.c | 421 unsigned char *y_src, in yv12_extend_frame_left_right_c() argument 443 src_ptr1 = y_src; in yv12_extend_frame_left_right_c()
|