Searched refs:dst_u (Results 1 - 16 of 16) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
H A Dscale.h43 uint8* dst_u, int dst_stride_u,
52 uint8* dst_y, uint8* dst_u, uint8* dst_v,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dreconinter.h22 unsigned char *dst_u,
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/libvpx_internal/libvpx/third_party/libyuv/source/
H A Drow.h85 uint8* dst_u, uint8* dst_v, int width);
87 uint8* dst_u, uint8* dst_v, int width);
89 uint8* dst_u, uint8* dst_v, int width);
98 uint8* dst_u, uint8* dst_v, int width);
100 uint8* dst_u, uint8* dst_v, int width);
116 uint8* dst_u, uint8* dst_v, int width);
118 uint8* dst_u, uint8* dst_v, int width);
120 uint8* dst_u, uint8* dst_v, int width);
122 uint8* dst_u, uint8* dst_v, int width);
124 uint8* dst_u, uint
[all...]
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
/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/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/mips-dspr2/
H A Dvp8_rtcd.h39 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
40 void vp8_dequant_idct_add_uv_block_dspr2(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
/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/common/omx-components/videocodec/libvpx_internal/armv7a/
H A Dvp8_rtcd.h40 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
41 void vp8_dequant_idct_add_uv_block_v6(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
H A Dvp8_rtcd.h43 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
44 void vp8_dequant_idct_add_uv_block_v6(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
45 void vp8_dequant_idct_add_uv_block_neon(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
H A Dvp8_rtcd.h37 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
H A Dvp8_rtcd.h37 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
H A Dvp8_rtcd.h107 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
108 void vp8_dequant_idct_add_uv_block_mmx(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
109 void vp8_dequant_idct_add_uv_block_sse2(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
110 RTCD_EXTERN void (*vp8_dequant_idct_add_uv_block)(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
/hardware/ti/omap4-aah/camera/
H A DAppCallbackNotifier.cpp647 " vst1.8 {q0},[%[dst_u]]! \n\t"
657 " vst1.8 {d0},[%[dst_u]]! \n\t"
667 " vst1.8 {d0[0]},[%[dst_u]]! \n\t"
673 : [dst_u] "+r" (bufferDst_U), [dst_v] "+r" (bufferDst_V),
/hardware/ti/omap4xxx/camera/
H A DAppCallbackNotifier.cpp635 " vst1.8 {q0},[%[dst_u]]! \n\t"
645 " vst1.8 {d0},[%[dst_u]]! \n\t"
655 " vst1.8 {d0[0]},[%[dst_u]]! \n\t"
661 : [dst_u] "+r" (bufferDst_U), [dst_v] "+r" (bufferDst_V),

Completed in 356 milliseconds