Searched refs:highbd_idct16x16_add8x1 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/vpx_dsp/arm/ |
D | highbd_idct_neon.h | 452 highbd_idct16x16_add8x1(o[0], max, &dest, stride); in highbd_idct16x16_add_store() 453 highbd_idct16x16_add8x1(o[1], max, &dest, stride); in highbd_idct16x16_add_store() 454 highbd_idct16x16_add8x1(o[2], max, &dest, stride); in highbd_idct16x16_add_store() 455 highbd_idct16x16_add8x1(o[3], max, &dest, stride); in highbd_idct16x16_add_store() 456 highbd_idct16x16_add8x1(o[4], max, &dest, stride); in highbd_idct16x16_add_store() 457 highbd_idct16x16_add8x1(o[5], max, &dest, stride); in highbd_idct16x16_add_store() 458 highbd_idct16x16_add8x1(o[6], max, &dest, stride); in highbd_idct16x16_add_store() 459 highbd_idct16x16_add8x1(o[7], max, &dest, stride); in highbd_idct16x16_add_store() 460 highbd_idct16x16_add8x1(o[8], max, &dest, stride); in highbd_idct16x16_add_store() 461 highbd_idct16x16_add8x1(o[9], max, &dest, stride); in highbd_idct16x16_add_store() [all …]
|
D | idct_neon.h | 797 static INLINE void highbd_idct16x16_add8x1(const int16x8_t a, in highbd_idct16x16_add8x1() function 829 highbd_idct16x16_add8x1(out[0], max, &dest, stride); in idct16x16_add_store_bd8() 830 highbd_idct16x16_add8x1(out[1], max, &dest, stride); in idct16x16_add_store_bd8() 831 highbd_idct16x16_add8x1(out[2], max, &dest, stride); in idct16x16_add_store_bd8() 832 highbd_idct16x16_add8x1(out[3], max, &dest, stride); in idct16x16_add_store_bd8() 833 highbd_idct16x16_add8x1(out[4], max, &dest, stride); in idct16x16_add_store_bd8() 834 highbd_idct16x16_add8x1(out[5], max, &dest, stride); in idct16x16_add_store_bd8() 835 highbd_idct16x16_add8x1(out[6], max, &dest, stride); in idct16x16_add_store_bd8() 836 highbd_idct16x16_add8x1(out[7], max, &dest, stride); in idct16x16_add_store_bd8() 837 highbd_idct16x16_add8x1(out[8], max, &dest, stride); in idct16x16_add_store_bd8() [all …]
|