Searched refs:highbd_idct16x16_add8x1_bd8 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct_neon.h | 847 static INLINE void highbd_idct16x16_add8x1_bd8(const int16x8_t a, in highbd_idct16x16_add8x1_bd8() function 859 highbd_idct16x16_add8x1_bd8(a[0], &out, stride); in highbd_add_and_store_bd8() 860 highbd_idct16x16_add8x1_bd8(a[1], &out, stride); in highbd_add_and_store_bd8() 861 highbd_idct16x16_add8x1_bd8(a[2], &out, stride); in highbd_add_and_store_bd8() 862 highbd_idct16x16_add8x1_bd8(a[3], &out, stride); in highbd_add_and_store_bd8() 863 highbd_idct16x16_add8x1_bd8(a[4], &out, stride); in highbd_add_and_store_bd8() 864 highbd_idct16x16_add8x1_bd8(a[5], &out, stride); in highbd_add_and_store_bd8() 865 highbd_idct16x16_add8x1_bd8(a[6], &out, stride); in highbd_add_and_store_bd8() 866 highbd_idct16x16_add8x1_bd8(a[7], &out, stride); in highbd_add_and_store_bd8() 867 highbd_idct16x16_add8x1_bd8(a[8], &out, stride); in highbd_add_and_store_bd8() [all …]
|