Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dframe_dec.c79 uint8_t* const v_dst = dec->yuv_b_ + V_OFF; in ReconstructRow() local
87 v_dst[j * BPS - 1] = 129; in ReconstructRow()
92 y_dst[-1 - BPS] = u_dst[-1 - BPS] = v_dst[-1 - BPS] = 129; in ReconstructRow()
98 memset(v_dst - BPS - 1, 127, 8 + 1); in ReconstructRow()
113 Copy32b(&v_dst[j * BPS - 4], &v_dst[j * BPS + 4]); in ReconstructRow()
126 memcpy(v_dst - BPS, top_yuv[0].v, 8); in ReconstructRow()
163 VP8PredChroma8[pred_func](v_dst); in ReconstructRow()
165 DoUVTransform(bits_uv >> 8, coeffs + 20 * 16, v_dst); in ReconstructRow()
172 memcpy(top_yuv[0].v, v_dst + 7 * BPS, 8); in ReconstructRow()
187 memcpy(v_out + j * dec->cache_uv_stride_, v_dst + j * BPS, 8); in ReconstructRow()
[all …]
Dio_dec.c30 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride; in EmitYUV() local
41 memcpy(v_dst + j * buf->v_stride, io->v + j * io->uv_stride, uv_w); in EmitYUV()
/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
105 v_dst[x] = src[2*x+1]; in u_copy_nv12_to_yv12()
108 v_dst += v_stride; in u_copy_nv12_to_yv12()
/external/webp/src/enc/
Dfilter_enc.c92 uint8_t* const v_dst = it->yuv_out2_ + V_OFF_ENC; in DoFilter() local
103 VP8HFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
105 VP8VFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
/external/webrtc/webrtc/modules/video_processing/
Dvideo_denoiser.cc87 uint8_t* v_dst = denoised_frame->buffer(kVPlane); in DenoiseFrame() local
131 uint8_t* mb_dst_v = v_dst + (mb_row << 3) * stride_v + (mb_col << 3); in DenoiseFrame()
/external/libvpx/libvpx/vp8/common/
Dmfqe.c69 unsigned char *v_dst, int uv_dst_stride, in apply_ifactor() argument
76 vp8_filter_by_weight8x8(v_src, uv_src_stride, v_dst, uv_dst_stride, in apply_ifactor()
83 vp8_filter_by_weight4x4(v_src, uv_src_stride, v_dst, uv_dst_stride, in apply_ifactor()