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

  /external/libvpx/config/arm/
vp9_rtcd.h 72 #define vp9_hadamard_8x8 vp9_hadamard_8x8_c macro
  /external/libvpx/config/generic/
vp9_rtcd.h 72 #define vp9_hadamard_8x8 vp9_hadamard_8x8_c macro
  /external/libvpx/libvpx/vp9/common/
vp9_rtcd_defs.pl 206 add_proto qw/void vp9_hadamard_8x8/, "int16_t const *src_diff, int src_stride, int16_t *coeff";
207 specialize qw/vp9_hadamard_8x8 sse2/, "$ssse3_x86_64_x86inc";
  /external/libvpx/config/arm-neon/
vp9_rtcd.h 75 #define vp9_hadamard_8x8 vp9_hadamard_8x8_c macro
  /external/libvpx/config/arm64/
vp9_rtcd.h 75 #define vp9_hadamard_8x8 vp9_hadamard_8x8_c macro
  /external/libvpx/config/mips32/
vp9_rtcd.h 72 #define vp9_hadamard_8x8 vp9_hadamard_8x8_c macro
  /external/libvpx/config/mips32-dspr2/
vp9_rtcd.h 72 #define vp9_hadamard_8x8 vp9_hadamard_8x8_c macro
  /external/libvpx/config/mips64/
vp9_rtcd.h 72 #define vp9_hadamard_8x8 vp9_hadamard_8x8_c macro
  /external/libvpx/config/x86/
vp9_rtcd.h 85 #define vp9_hadamard_8x8 vp9_hadamard_8x8_sse2 macro
  /external/libvpx/config/x86_64/
vp9_rtcd.h 86 #define vp9_hadamard_8x8 vp9_hadamard_8x8_ssse3 macro
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 629 vp9_hadamard_8x8(src_diff, diff_stride, (int16_t *)coeff);
    [all...]

Completed in 584 milliseconds