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

  /external/libvpx/libvpx/test/
fdct8x8_test.cc 86 vp9_fht8x8_c(in, out, stride, tx_type);
651 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 0, VPX_BITS_8),
660 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 1, VPX_BITS_8),
661 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 2, VPX_BITS_8),
662 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 3, VPX_BITS_8)));
667 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 0, VPX_BITS_8),
668 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 1, VPX_BITS_8),
669 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 2, VPX_BITS_8),
670 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 3, VPX_BITS_8)));
682 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_neon, 0, VPX_BITS_8)
    [all...]
dct_test.cc 72 vp9_fht8x8_c(i, o, i_stride, tx_type);
622 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 8, 0, VPX_BITS_8),
623 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 8, 1, VPX_BITS_8),
624 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 8, 2, VPX_BITS_8),
625 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 8, 3, VPX_BITS_8),
647 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 8, 0, VPX_BITS_8),
648 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 8, 1, VPX_BITS_8),
649 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 8, 2, VPX_BITS_8),
650 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 8, 3, VPX_BITS_8),
  /external/libvpx/config/arm/
vp9_rtcd.h 52 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
53 #define vp9_fht8x8 vp9_fht8x8_c
  /external/libvpx/config/arm-neon/
vp9_rtcd.h 53 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
54 #define vp9_fht8x8 vp9_fht8x8_c
  /external/libvpx/config/arm64/
vp9_rtcd.h 53 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
54 #define vp9_fht8x8 vp9_fht8x8_c
  /external/libvpx/config/generic/
vp9_rtcd.h 52 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
53 #define vp9_fht8x8 vp9_fht8x8_c
  /external/libvpx/config/mips32/
vp9_rtcd.h 52 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
53 #define vp9_fht8x8 vp9_fht8x8_c
  /external/libvpx/config/mips32-dspr2/
vp9_rtcd.h 52 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
53 #define vp9_fht8x8 vp9_fht8x8_c
  /external/libvpx/config/mips32-msa/
vp9_rtcd.h 52 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
53 #define vp9_fht8x8 vp9_fht8x8_c
  /external/libvpx/config/mips64/
vp9_rtcd.h 52 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
53 #define vp9_fht8x8 vp9_fht8x8_c
  /external/libvpx/config/mips64-msa/
vp9_rtcd.h 52 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
53 #define vp9_fht8x8 vp9_fht8x8_c
  /external/libvpx/config/x86/
vp9_rtcd.h 57 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
  /external/libvpx/config/x86_64/
vp9_rtcd.h 57 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 660 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, function
778 vp9_fht8x8_c(input, output, stride, tx_type);

Completed in 514 milliseconds