Home
last modified time | relevance | path

Searched refs:vp9_highbd_iht8x8_64_add_c (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/config/generic/
Dvp9_rtcd.h76 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
77 #define vp9_highbd_iht8x8_64_add vp9_highbd_iht8x8_64_add_c
/external/libvpx/config/x86/
Dvp9_rtcd.h83 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
84 #define vp9_highbd_iht8x8_64_add vp9_highbd_iht8x8_64_add_c
/external/libvpx/config/x86_64/
Dvp9_rtcd.h83 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
84 #define vp9_highbd_iht8x8_64_add vp9_highbd_iht8x8_64_add_c
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h78 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
/external/libvpx/config/arm64/
Dvp9_rtcd.h78 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
/external/libvpx/libvpx/test/
Dfdct8x8_test.cc100 vp9_highbd_iht8x8_64_add_c(in, CAST_TO_SHORTPTR(out), stride, tx_type, 10); in iht8x8_10()
104 vp9_highbd_iht8x8_64_add_c(in, CAST_TO_SHORTPTR(out), stride, tx_type, 12); in iht8x8_12()
Ddct_test.cc612 { &vp9_highbd_fht8x8_c, &highbd_iht_wrapper<vp9_highbd_iht8x8_64_add_c>, 8,
/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c247 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, in vp9_highbd_iht8x8_64_add_c() function