Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dfdct4x4_test.cc444 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)));
535 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_c, 0, VPX_BITS_8),
536 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_c, 1, VPX_BITS_8),
[all …]
/external/libvpx/config/arm/
Dvp9_rtcd.h77 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
78 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c
/external/libvpx/config/mips64/
Dvp9_rtcd.h77 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
78 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c
/external/libvpx/config/generic/
Dvp9_rtcd.h77 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
78 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c
/external/libvpx/config/mips32/
Dvp9_rtcd.h77 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
78 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c
/external/libvpx/config/mips32-dspr2/
Dvp9_rtcd.h78 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
/external/libvpx/config/arm64/
Dvp9_rtcd.h80 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h80 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_iht4x4_add_neon.c174 vp9_iht4x4_16_add_c(input, dest, dest_stride, tx_type); in vp9_iht4x4_16_add_neon()
/external/libvpx/config/x86/
Dvp9_rtcd.h91 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
/external/libvpx/config/x86_64/
Dvp9_rtcd.h92 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
/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