Searched refs:vp9_highbd_iht8x8_64_add_c (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 76 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/ |
D | vp9_rtcd.h | 83 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/ |
D | vp9_rtcd.h | 83 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/ |
D | vp9_rtcd.h | 78 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/ |
D | vp9_rtcd.h | 78 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/ |
D | fdct8x8_test.cc | 100 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()
|
D | dct_test.cc | 612 { &vp9_highbd_fht8x8_c, &highbd_iht_wrapper<vp9_highbd_iht8x8_64_add_c>, 8,
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 247 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, in vp9_highbd_iht8x8_64_add_c() function
|