Home
last modified time | relevance | path

Searched defs:y_dst (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
Dvideo_denoiser.cc25 uint8_t* y_dst) { in TrailingReduction()
85 uint8_t* y_dst = denoised_frame->buffer(kYPlane); in DenoiseFrame() local
/external/webp/src/enc/
Dfilter_enc.c88 uint8_t* const y_dst = it->yuv_out2_ + Y_OFF_ENC; in DoFilter() local
/external/webp/src/dec/
Dframe_dec.c77 uint8_t* const y_dst = dec->yuv_b_ + Y_OFF; in ReconstructRow() local
208 uint8_t* const y_dst = dec->cache_y_ + cache_id * 16 * y_bps + mb_x * 16; in DoFilter() local
Dio_dec.c28 uint8_t* const y_dst = buf->y + io->mb_y * buf->y_stride; in EmitYUV() local
/external/libvpx/libvpx/vp8/common/
Dmfqe.c65 unsigned char *y_dst, int y_dst_stride, in apply_ifactor()