HomeSort by relevance Sort by last modified time
    Searched refs:dst_v (Results 26 - 31 of 31) sorted by null

12

  /external/libvpx/armv7a-neon/
vpx_rtcd.h 38 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
39 void vp8_dequant_idct_add_uv_block_v6(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
40 void vp8_dequant_idct_add_uv_block_neon(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
    [all...]
  /external/libvpx/libvpx/vp8/common/
reconinter.c 387 unsigned char *dst_v,
434 x->subpixel_predict8x8(vptr, pre_stride, _16x16mv.as_mv.col & 7, _16x16mv.as_mv.row & 7, dst_v, dst_uvstride);
439 vp8_copy_mem8x8(vptr, pre_stride, dst_v, dst_uvstride);
  /external/libvpx/generic/
vpx_rtcd.h 32 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
  /external/libvpx/mips/
vpx_rtcd.h 32 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
  /external/libyuv/files/source/
convert_argb.cc 689 void (*YUY2ToUV422Row)(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v,
776 void (*UYVYToUV422Row)(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v,
    [all...]
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 634 " 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),
    [all...]

Completed in 107 milliseconds

12