HomeSort by relevance Sort by last modified time
    Searched full:vpx_get4x4sse_cs_c (Results 1 - 11 of 11) sorted by null

  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 238 unsigned int vpx_get4x4sse_cs_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
239 #define vpx_get4x4sse_cs vpx_get4x4sse_cs_c
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 238 unsigned int vpx_get4x4sse_cs_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
239 #define vpx_get4x4sse_cs vpx_get4x4sse_cs_c
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 238 unsigned int vpx_get4x4sse_cs_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
239 #define vpx_get4x4sse_cs vpx_get4x4sse_cs_c
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
variance.c 30 uint32_t vpx_get4x4sse_cs_c(const uint8_t *a, int a_stride, function
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 238 unsigned int vpx_get4x4sse_cs_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
239 #define vpx_get4x4sse_cs vpx_get4x4sse_cs_c
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 249 unsigned int vpx_get4x4sse_cs_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
250 #define vpx_get4x4sse_cs vpx_get4x4sse_cs_c
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 294 unsigned int vpx_get4x4sse_cs_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
295 #define vpx_get4x4sse_cs vpx_get4x4sse_cs_c
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 295 unsigned int vpx_get4x4sse_cs_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
296 #define vpx_get4x4sse_cs vpx_get4x4sse_cs_c
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 269 unsigned int vpx_get4x4sse_cs_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 269 unsigned int vpx_get4x4sse_cs_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
    [all...]
  /external/libvpx/libvpx/test/
variance_test.cc 750 const Get4x4SseFunc get4x4sse_cs_c = vpx_get4x4sse_cs_c;
    [all...]

Completed in 109 milliseconds