Searched defs:y_dst (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dmfqe.c73 unsigned char *y_dst,
86 vp8_filter_by_weight16x16(y_src, y_src_stride, y_dst, y_dst_stride, src_weight);
92 vp8_filter_by_weight8x8(y_src, y_src_stride, y_dst, y_dst_stride, src_weight);
71 apply_ifactor(unsigned char *y_src, int y_src_stride, unsigned char *y_dst, int y_dst_stride, unsigned char *u_src, unsigned char *v_src, int uv_src_stride, unsigned char *u_dst, unsigned char *v_dst, int uv_dst_stride, int block_size, int src_weight) argument
/hardware/intel/common/libva/test/videoprocess/
H A Dvideoprocess.cpp214 unsigned char *y_dst, *u_dst, *v_dst; local
223 y_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[0]);
232 memset(y_dst, max_luma + 1, surface_image.pitches[0]);
234 memset(y_dst, (min_luma + max_luma) / 2, surface_image.pitches[0]);
236 y_dst += surface_image.pitches[0];
262 unsigned char *y_dst, *u_dst, *v_dst; local
288 y_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[0]);
303 memcpy(y_dst, y_src, surface_image.width);
304 y_dst += surface_image.pitches[0];
365 unsigned char *y_dst, *u_ds local
[all...]
/hardware/intel/common/libva/test/encode/
H A Davcenc.c360 unsigned char *y_dst, *u_dst, *v_dst; local
380 y_dst = surface_p + surface_image.offsets[0];
386 memcpy(y_dst, y_src, surface_image.width);
387 y_dst += surface_image.pitches[0];
H A Dmpeg2enc.c439 unsigned char *y_dst, *u_dst, *v_dst; local
459 y_dst = surface_p + surface_image.offsets[0];
465 memcpy(y_dst, y_src, surface_image.width);
466 y_dst += surface_image.pitches[0];
H A Dmpeg2vaenc.c439 unsigned char *y_dst, *u_dst, *v_dst; local
459 y_dst = surface_p + surface_image.offsets[0];
465 memcpy(y_dst, y_src, surface_image.width);
466 y_dst += surface_image.pitches[0];
/hardware/intel/common/libva/test/transcode/
H A Dmpeg2transcode.cpp2163 unsigned char *y_dst, *u_dst, *v_dst; local
2184 y_dst = (unsigned char *)(surface_p + surface_image.offsets[0]);
2190 memcpy(y_dst, y_src, surface_image.width);
2191 y_dst += surface_image.pitches[0];

Completed in 96 milliseconds