HomeSort by relevance Sort by last modified time
    Searched refs:vp8_subtract_mbuv (Results 1 - 22 of 22) 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;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 841 vp8_subtract_mbuv(x->src_diff,
858 vp8_subtract_mbuv(x->src_diff,
899 vp8_subtract_mbuv(x->src_diff,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 845 vp8_subtract_mbuv(x->src_diff,
864 vp8_subtract_mbuv(x->src_diff,
905 vp8_subtract_mbuv(x->src_diff,
    [all...]
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 515 add_proto qw/void vp8_subtract_mbuv/, "short *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride, unsigned char *upred, unsigned char *vpred, int pred_stride";
516 specialize qw/vp8_subtract_mbuv mmx sse2 media neon_asm/;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
rtcd_defs.pl 498 add_proto qw/void vp8_subtract_mbuv/, "short *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride, unsigned char *upred, unsigned char *vpred, int pred_stride";
499 specialize qw/vp8_subtract_mbuv mmx sse2 media neon/;
  /external/libvpx/generic/
vp8_rtcd.h 267 #define vp8_subtract_mbuv vp8_subtract_mbuv_c macro
  /external/libvpx/mips/
vp8_rtcd.h 267 #define vp8_subtract_mbuv vp8_subtract_mbuv_c macro
  /external/libvpx/mips-dspr2/
vp8_rtcd.h 285 #define vp8_subtract_mbuv vp8_subtract_mbuv_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vp8_rtcd.h 275 #define vp8_subtract_mbuv vp8_subtract_mbuv_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vp8_rtcd.h 275 #define vp8_subtract_mbuv vp8_subtract_mbuv_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp8_rtcd.h 293 #define vp8_subtract_mbuv vp8_subtract_mbuv_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp8_rtcd.h 431 RTCD_EXTERN void (*vp8_subtract_mbuv)(short *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride, unsigned char *upred, unsigned char *vpred, int pred_stride); variable
    [all...]
  /external/libvpx/armv7a/
vp8_rtcd.h 304 #define vp8_subtract_mbuv vp8_subtract_mbuv_armv6 macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp8_rtcd.h 318 #define vp8_subtract_mbuv vp8_subtract_mbuv_armv6 macro
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 349 #define vp8_subtract_mbuv vp8_subtract_mbuv_neon macro
  /external/libvpx/x86/
vp8_rtcd.h 401 #define vp8_subtract_mbuv vp8_subtract_mbuv_sse2 macro
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp8_rtcd.h 371 #define vp8_subtract_mbuv vp8_subtract_mbuv_neon macro

Completed in 54 milliseconds