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

  /external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c 51 unsigned int (*vp8_get4x4sse_cs)(unsigned char *src_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride); variable
146 vp8_get4x4sse_cs = vp8_get4x4sse_cs_c;
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.sh 400 prototype unsigned int vp8_get4x4sse_cs "const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride"
401 specialize vp8_get4x4sse_cs mmx neon
  /external/libvpx/armv7a/
vpx_rtcd.h 258 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c macro
  /external/libvpx/generic/
vpx_rtcd.h 222 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c macro
  /external/libvpx/mips/
vpx_rtcd.h 222 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c macro
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 240 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c macro
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 300 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_neon macro
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 127 return vp8_get4x4sse_cs(sptr, be->src_stride, dptr, 16);
    [all...]

Completed in 273 milliseconds