Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/
Dvideo_denoiser.cc87 uint8_t* v_dst = denoised_frame->buffer(kVPlane); in DenoiseFrame() local
/external/webp/src/dec/
Dframe_dec.c79 uint8_t* const v_dst = dec->yuv_b_ + V_OFF; in ReconstructRow() local
231 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; in DoFilter() local
381 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; in DitherRow() local
Dio_dec.c30 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride; in EmitYUV() local
/external/webp/src/enc/
Dfilter_enc.c92 uint8_t* const v_dst = it->yuv_out2_ + V_OFF_ENC; in DoFilter() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_video.h99 uint8_t *v_dst = (uint8_t *)destination_data[1] + destination_pitches[1] * src_field; in u_copy_nv12_to_yv12() local
/external/libvpx/libvpx/vp8/common/
Dmfqe.c69 unsigned char *v_dst, int uv_dst_stride, in apply_ifactor()