Home
last modified time | relevance | path

Searched refs:vp9_fht4x4_c (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/test/
Dfdct4x4_test.cc48 vp9_fht4x4_c(in, out, stride, tx_type); in fht4x4_ref()
444 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 0, VPX_BITS_8),
445 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 1, VPX_BITS_8),
446 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 2, VPX_BITS_8),
447 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 3, VPX_BITS_8)));
452 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 0, VPX_BITS_8),
453 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 1, VPX_BITS_8),
454 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 2, VPX_BITS_8),
455 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 3, VPX_BITS_8)));
484 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 0, VPX_BITS_8),
[all …]
/external/libvpx/config/mips32/
Dvp9_rtcd.h53 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
54 #define vp9_fht4x4 vp9_fht4x4_c
/external/libvpx/config/generic/
Dvp9_rtcd.h53 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
54 #define vp9_fht4x4 vp9_fht4x4_c
/external/libvpx/config/mips64/
Dvp9_rtcd.h53 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
54 #define vp9_fht4x4 vp9_fht4x4_c
/external/libvpx/config/arm/
Dvp9_rtcd.h53 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
54 #define vp9_fht4x4 vp9_fht4x4_c
/external/libvpx/config/mips32-dspr2/
Dvp9_rtcd.h53 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
54 #define vp9_fht4x4 vp9_fht4x4_c
/external/libvpx/config/arm64/
Dvp9_rtcd.h56 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
57 #define vp9_fht4x4 vp9_fht4x4_c
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h56 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
57 #define vp9_fht4x4 vp9_fht4x4_c
/external/libvpx/config/x86/
Dvp9_rtcd.h60 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
/external/libvpx/config/x86_64/
Dvp9_rtcd.h60 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c530 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, in vp9_fht4x4_c() function
793 vp9_fht4x4_c(input, output, stride, tx_type); in vp9_highbd_fht4x4_c()