Searched defs:v_dst (Results 1 – 6 of 6) sorted by relevance
79 uint8_t* const v_dst = dec->yuv_b_ + V_OFF; in ReconstructRow() local231 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; in DoFilter() local381 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; in DitherRow() local
30 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride; in EmitYUV() local
87 uint8_t* v_dst = denoised_frame->buffer(kVPlane); in DenoiseFrame() local
92 uint8_t* const v_dst = it->yuv_out2_ + V_OFF_ENC; in DoFilter() local
99 uint8_t *v_dst = (uint8_t *)destination_data[1] + destination_pitches[1] * src_field; in u_copy_nv12_to_yv12() local
69 unsigned char *v_dst, int uv_dst_stride, in apply_ifactor()