Home
last modified time | relevance | path

Searched defs:u_dst (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/dec/
Dframe_dec.c78 uint8_t* const u_dst = dec->yuv_b_ + U_OFF; in ReconstructRow() local
230 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; in DoFilter() local
380 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; in DitherRow() local
Dio_dec.c29 uint8_t* const u_dst = buf->u + (size_t)(io->mb_y >> 1) * buf->u_stride; in EmitYUV() local
/external/webp/src/enc/
Dfilter_enc.c91 uint8_t* const u_dst = it->yuv_out2_ + U_OFF_ENC; in DoFilter() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_video.h102 uint8_t *u_dst = (uint8_t *)destination_data[2] + destination_pitches[2] * src_field; in u_copy_nv12_to_yv12() local
/external/libvpx/libvpx/vp8/common/
Dmfqe.c68 int uv_src_stride, unsigned char *u_dst, in apply_ifactor()
/external/webrtc/modules/video_processing/
Dvideo_denoiser.cc42 uint8_t* u_dst, in ShowRect()