Searched defs:dst_u (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Drecon_wrapper_sse2.c35 unsigned char *dst_u,
67 fn(dst_u, dst_stride, uabove_row, uleft, left_stride);
32 vp8_build_intra_predictors_mbuv_x86(MACROBLOCKD *x, unsigned char * uabove_row, unsigned char * vabove_row, unsigned char *dst_u, unsigned char *dst_v, int dst_stride, unsigned char * uleft, unsigned char * vleft, int left_stride, build_intra_predictors_mbuv_fn_t tm_func, build_intra_predictors_mbuv_fn_t ho_func) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dreconinter.c378 unsigned char *dst_u,
425 x->subpixel_predict8x8(uptr, pre_stride, _16x16mv.as_mv.col & 7, _16x16mv.as_mv.row & 7, dst_u, dst_uvstride);
430 vp8_copy_mem8x8(uptr, pre_stride, dst_u, dst_uvstride);
376 vp8_build_inter16x16_predictors_mb(MACROBLOCKD *x, unsigned char *dst_y, unsigned char *dst_u, unsigned char *dst_v, int dst_ystride, int dst_uvstride) argument
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderVP9HWR.cpp603 uint8_t *dst_u = dst_v + dst_c_size; local
608 dst_u += (VPX_DECODE_BORDER/2) * dst_c_stride + (VPX_DECODE_BORDER/2);
621 memcpy(dst_u, srcLine, img->d_w / 2);
624 dst_u += dst_c_stride;
/hardware/intel/img/psb_video/src/
H A Dpsb_output.c912 unsigned char *dst_u, *dst_v; local
924 dst_u = image_data + obj_image->image.offsets[1],
925 dst_v = dst_u + (height * width) / 4;
929 dst_y, dst_u, dst_v, \
938 dst_u = image_data + obj_image->image.offsets[1];
942 dst_y, dst_u, \
971 unsigned char *source_uv, *source_u, *source_v, *dst_u, *dst_v;
977 dst_u = image_data + obj_image->image.offsets[1] + src_y * obj_image->image.pitches[1] + src_x;
985 dst_y, dst_u, dst_v,
1081 char *source_u, *source_v, *dst_u, *dst_
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
H A Dscale.c3767 uint8* dst_u, int dst_stride_u,
3772 !dst_y || !dst_u || !dst_v || dst_width <= 0 || dst_height <= 0) {
3797 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight,
3810 uint8* dst_y, uint8* dst_u, uint8* dst_v,
3815 !dst_y || !dst_u || !dst_v || dst_width <= 0 || dst_height <= 0) {
3841 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight,
3871 uint8* dst_u = dst + dst_width * dst_height + local
3876 src_width, src_height, dst_y, dst_u, dst_v, dst_width,
3762 I420Scale(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, int src_width, int src_height, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int dst_width, int dst_height, FilterMode filtering) argument
3807 Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v, int src_stride_y, int src_stride_u, int src_stride_v, int src_width, int src_height, uint8* dst_y, uint8* dst_u, uint8* dst_v, int dst_stride_y, int dst_stride_u, int dst_stride_v, int dst_width, int dst_height, int interpolate) argument

Completed in 6654 milliseconds