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

  /external/libvpx/config/arm/
vp9_rtcd.h 32 unsigned int vp9_avg_4x4_c(const uint8_t *, int p);
33 #define vp9_avg_4x4 vp9_avg_4x4_c
  /external/libvpx/config/generic/
vp9_rtcd.h 32 unsigned int vp9_avg_4x4_c(const uint8_t *, int p);
33 #define vp9_avg_4x4 vp9_avg_4x4_c
  /external/libvpx/config/arm-neon/
vp9_rtcd.h 32 unsigned int vp9_avg_4x4_c(const uint8_t *, int p);
33 #define vp9_avg_4x4 vp9_avg_4x4_c
  /external/libvpx/config/arm64/
vp9_rtcd.h 32 unsigned int vp9_avg_4x4_c(const uint8_t *, int p);
33 #define vp9_avg_4x4 vp9_avg_4x4_c
  /external/libvpx/config/mips32/
vp9_rtcd.h 32 unsigned int vp9_avg_4x4_c(const uint8_t *, int p);
33 #define vp9_avg_4x4 vp9_avg_4x4_c
  /external/libvpx/config/mips32-dspr2/
vp9_rtcd.h 32 unsigned int vp9_avg_4x4_c(const uint8_t *, int p);
33 #define vp9_avg_4x4 vp9_avg_4x4_c
  /external/libvpx/config/mips64/
vp9_rtcd.h 32 unsigned int vp9_avg_4x4_c(const uint8_t *, int p);
33 #define vp9_avg_4x4 vp9_avg_4x4_c
  /external/libvpx/libvpx/test/
vp9_avg_test.cc 255 make_tuple(16, 16, 1, 4, &vp9_avg_4x4_c)));
  /external/libvpx/libvpx/vp9/encoder/
vp9_avg.c 23 unsigned int vp9_avg_4x4_c(const uint8_t *s, int p) { function
  /external/libvpx/config/x86/
vp9_rtcd.h 32 unsigned int vp9_avg_4x4_c(const uint8_t *, int p);
  /external/libvpx/config/x86_64/
vp9_rtcd.h 32 unsigned int vp9_avg_4x4_c(const uint8_t *, int p);

Completed in 1178 milliseconds