HomeSort by relevance Sort by last modified time
    Searched refs:dst_u (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 386 unsigned char *dst_u,
433 x->subpixel_predict8x8(uptr, pre_stride, _16x16mv.as_mv.col & 7, _16x16mv.as_mv.row & 7, dst_u, dst_uvstride);
438 vp8_copy_mem8x8(uptr, pre_stride, dst_u, 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 635 " 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),
    [all...]

Completed in 126 milliseconds

12