Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dfdct4x4_test.cc413 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 0, VPX_BITS_8),
414 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 1, VPX_BITS_8),
415 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 2, VPX_BITS_8),
416 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 3, VPX_BITS_8)));
421 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 0, VPX_BITS_8),
422 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 1, VPX_BITS_8),
423 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 2, VPX_BITS_8),
424 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 3, VPX_BITS_8)));
492 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_c, 0, VPX_BITS_8),
493 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_c, 1, VPX_BITS_8),
[all …]
/external/libvpx/config/mips32/
Dvp9_rtcd.h63 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
64 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c
/external/libvpx/config/generic/
Dvp9_rtcd.h63 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
64 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c
/external/libvpx/config/mips64/
Dvp9_rtcd.h63 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
64 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c
/external/libvpx/config/arm/
Dvp9_rtcd.h63 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
64 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c
/external/libvpx/config/mips32-dspr2/
Dvp9_rtcd.h64 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
/external/libvpx/config/mips64-msa/
Dvp9_rtcd.h69 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h65 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
/external/libvpx/config/arm64/
Dvp9_rtcd.h65 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
/external/libvpx/config/mips32-msa/
Dvp9_rtcd.h69 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
/external/libvpx/config/x86/
Dvp9_rtcd.h73 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
/external/libvpx/config/x86_64/
Dvp9_rtcd.h73 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_iht4x4_add_neon.c154 vp9_iht4x4_16_add_c(input, dest, stride, tx_type); in vp9_iht4x4_16_add_neon()
/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c20 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht4x4_16_add_c() function