HomeSort by relevance Sort by last modified time
    Searched refs:vp8_subtract_mbuv (Results 1 - 10 of 10) sorted by null

  /external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c 48 void (*vp8_subtract_mbuv)(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride); variable
159 vp8_subtract_mbuv = vp8_subtract_mbuv_ppc;
  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 128 vp8_subtract_mbuv(x->src_diff, x->src.u_buffer,
encodemb.c 102 vp8_subtract_mbuv(x->src_diff, x->src.u_buffer,
rdopt.c 840 vp8_subtract_mbuv(x->src_diff,
857 vp8_subtract_mbuv(x->src_diff,
898 vp8_subtract_mbuv(x->src_diff,
    [all...]
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.sh 490 prototype void vp8_subtract_mbuv "short *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride, unsigned char *upred, unsigned char *vpred, int pred_stride"
491 specialize vp8_subtract_mbuv mmx sse2 media neon
  /external/libvpx/armv7a/
vpx_rtcd.h 313 #define vp8_subtract_mbuv vp8_subtract_mbuv_armv6 macro
  /external/libvpx/generic/
vpx_rtcd.h 270 #define vp8_subtract_mbuv vp8_subtract_mbuv_c macro
  /external/libvpx/mips/
vpx_rtcd.h 270 #define vp8_subtract_mbuv vp8_subtract_mbuv_c macro
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 288 #define vp8_subtract_mbuv vp8_subtract_mbuv_c macro
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 366 #define vp8_subtract_mbuv vp8_subtract_mbuv_neon macro
    [all...]

Completed in 119 milliseconds