Home
last modified time | relevance | path

Searched refs:vp9_highbd_iht4x4_16_add_c (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/config/generic/
Dvp9_rtcd.h76 void vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
77 #define vp9_highbd_iht4x4_16_add vp9_highbd_iht4x4_16_add_c
/external/libvpx/config/x86/
Dvp9_rtcd.h85 void vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
86 #define vp9_highbd_iht4x4_16_add vp9_highbd_iht4x4_16_add_c
/external/libvpx/config/x86_64/
Dvp9_rtcd.h85 void vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
86 #define vp9_highbd_iht4x4_16_add vp9_highbd_iht4x4_16_add_c
/external/libvpx/config/arm64/
Dvp9_rtcd.h78 void vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h78 void vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c208 void vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, in vp9_highbd_iht4x4_16_add_c() function
/external/libvpx/libvpx/test/
Ddct_test.cc610 { &vp9_highbd_fht4x4_c, &highbd_iht_wrapper<vp9_highbd_iht4x4_16_add_c>, 4,