Searched refs:dst_v (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.h44 uint8* dst_v, int dst_stride_v,
52 uint8* dst_y, uint8* dst_u, uint8* dst_v,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dreconinter.h23 unsigned char *dst_v,
H A Dreconinter.c379 unsigned char *dst_v,
426 x->subpixel_predict8x8(vptr, pre_stride, _16x16mv.as_mv.col & 7, _16x16mv.as_mv.row & 7, dst_v, dst_uvstride);
431 vp8_copy_mem8x8(vptr, pre_stride, dst_v, 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, uint8* dst_v, in
[all...]
H A Dscale.c3768 uint8* dst_v, int dst_stride_v,
3772 !dst_y || !dst_u || !dst_v || dst_width <= 0 || dst_height <= 0) {
3800 dst_v, dst_stride_v, 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) {
3844 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight,
3873 uint8* dst_v = dst + dst_width * dst_height + dst_halfwidth * dst_halfheight + 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.c36 unsigned char *dst_v,
68 fn(dst_v, dst_stride, vabove_row, vleft, 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/
H A DOMXVideoDecoderVP9HWR.cpp602 uint8_t *dst_v = dst_y + dst_y_size; local
603 uint8_t *dst_u = dst_v + dst_c_size;
607 dst_v += (VPX_DECODE_BORDER/2) * dst_c_stride + (VPX_DECODE_BORDER/2);
629 memcpy(dst_v, srcLine, img->d_w / 2);
632 dst_v += dst_c_stride;
/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/img/psb_video/src/
H A Dpsb_output.c912 unsigned char *dst_u, *dst_v; local
925 dst_v = dst_u + (height * width) / 4;
929 dst_y, dst_u, dst_v, \
971 unsigned char *source_uv, *source_u, *source_v, *dst_u, *dst_v;
978 dst_v = image_data + obj_image->image.offsets[2] + src_y * obj_image->image.pitches[2] + src_x;
985 dst_y, dst_u, dst_v,
1081 char *source_u, *source_v, *dst_u, *dst_v;
1092 dst_v = surface_data + obj_surface->height * psb_surface->stride
1105 memcpy(dst_v, source_v, width);
1111 dst_v
[all...]
/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.cpp646 " vst1.8 {q1},[%[dst_v]]! \n\t"
656 " vst1.8 {d1},[%[dst_v]]! \n\t"
666 " vst1.8 {d1[0]},[%[dst_v]]! \n\t"
673 : [dst_u] "+r" (bufferDst_U), [dst_v] "+r" (bufferDst_V),
/hardware/ti/omap4xxx/camera/
H A DAppCallbackNotifier.cpp634 " vst1.8 {q1},[%[dst_v]]! \n\t"
644 " vst1.8 {d1},[%[dst_v]]! \n\t"
654 " vst1.8 {d1[0]},[%[dst_v]]! \n\t"
661 : [dst_u] "+r" (bufferDst_U), [dst_v] "+r" (bufferDst_V),

Completed in 479 milliseconds