Home
last modified time | relevance | path

Searched refs:vp9_iht8x8_64_add_c (Results 1 – 14 of 14) sorted by relevance

/external/libvpx/libvpx/test/
Dfdct8x8_test.cc651 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)));
720 make_tuple(&vp9_fht8x8_sse2, &vp9_iht8x8_64_add_c, 0, VPX_BITS_8),
721 make_tuple(&vp9_fht8x8_sse2, &vp9_iht8x8_64_add_c, 1, VPX_BITS_8),
[all …]
/external/libvpx/config/mips32/
Dvp9_rtcd.h66 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
67 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c
/external/libvpx/config/generic/
Dvp9_rtcd.h66 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
67 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c
/external/libvpx/config/mips64/
Dvp9_rtcd.h66 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
67 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c
/external/libvpx/config/arm/
Dvp9_rtcd.h66 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
67 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c
/external/libvpx/config/mips32-dspr2/
Dvp9_rtcd.h68 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
/external/libvpx/config/mips64-msa/
Dvp9_rtcd.h73 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h69 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
/external/libvpx/config/arm64/
Dvp9_rtcd.h69 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
/external/libvpx/config/mips32-msa/
Dvp9_rtcd.h73 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
/external/libvpx/config/x86/
Dvp9_rtcd.h77 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
/external/libvpx/config/x86_64/
Dvp9_rtcd.h77 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c59 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht8x8_64_add_c() function
/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_iht8x8_add_neon.c432 vp9_iht8x8_64_add_c(input, dest, stride, tx_type); in vp9_iht8x8_64_add_neon()