Home
last modified time | relevance | path

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

/external/libvpx/config/generic/
Dvp9_rtcd.h70 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/
Dvp9_rtcd.h77 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/
Dvp9_rtcd.h77 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/
Dvp9_rtcd.h70 void vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type…
/external/libvpx/config/arm64/
Dvp9_rtcd.h70 void vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type…
/external/libvpx/libvpx/test/
Ddct16x16_test.cc276 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()
Ddct_test.cc614 { &vp9_highbd_fht16x16_c, &highbd_iht_wrapper<vp9_highbd_iht16x16_256_add_c>,
/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c280 void vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *dest, in vp9_highbd_iht16x16_256_add_c() function