Searched refs:vp9_highbd_iht16x16_256_add_c (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 70 void vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type… 71 #define vp9_highbd_iht16x16_256_add vp9_highbd_iht16x16_256_add_c
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 77 void vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type… 78 #define vp9_highbd_iht16x16_256_add vp9_highbd_iht16x16_256_add_c
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 77 void vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type… 78 #define vp9_highbd_iht16x16_256_add vp9_highbd_iht16x16_256_add_c
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 70 void vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type…
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 70 void vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type…
|
/external/libvpx/libvpx/test/ |
D | dct16x16_test.cc | 276 vp9_highbd_iht16x16_256_add_c(in, CAST_TO_SHORTPTR(out), stride, tx_type, 10); in iht16x16_10() 280 vp9_highbd_iht16x16_256_add_c(in, CAST_TO_SHORTPTR(out), stride, tx_type, 12); in iht16x16_12()
|
D | dct_test.cc | 614 { &vp9_highbd_fht16x16_c, &highbd_iht_wrapper<vp9_highbd_iht16x16_256_add_c>,
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 280 void vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *dest, in vp9_highbd_iht16x16_256_add_c() function
|