Searched refs:vp9_highbd_fht8x8_c (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/test/ |
D | fdct8x8_test.cc | 653 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 0, VPX_BITS_10), 654 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 1, VPX_BITS_10), 655 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 2, VPX_BITS_10), 656 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 3, VPX_BITS_10), 657 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_12, 0, VPX_BITS_12), 658 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_12, 1, VPX_BITS_12), 659 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_12, 2, VPX_BITS_12), 660 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_12, 3, VPX_BITS_12),
|
D | dct_test.cc | 612 { &vp9_highbd_fht8x8_c, &highbd_iht_wrapper<vp9_highbd_iht8x8_64_add_c>, 8, 638 { &vp9_highbd_fht8x8_c, &highbd_iht_wrapper<vp9_highbd_iht8x8_64_add_neon>, 8, 676 { vp9_highbd_fht8x8_c, &highbd_iht_wrapper<vp9_highbd_iht8x8_64_add_sse4_1>,
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 67 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 68 #define vp9_highbd_fht8x8 vp9_highbd_fht8x8_c
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 68 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 69 #define vp9_highbd_fht8x8 vp9_highbd_fht8x8_c
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 68 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 69 #define vp9_highbd_fht8x8 vp9_highbd_fht8x8_c
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 76 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 77 #define vp9_highbd_fht8x8 vp9_highbd_fht8x8_c
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 76 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 77 #define vp9_highbd_fht8x8 vp9_highbd_fht8x8_c
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 776 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, in vp9_highbd_fht8x8_c() function
|