Searched refs:Add4x4_NEON (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | enc_neon.c | 60 static WEBP_INLINE void Add4x4_NEON(const int16x8_t row01, in Add4x4_NEON() function 128 Add4x4_NEON(rows.val[0], rows.val[1], ref, dst); in ITransformOne_NEON()
|
D | dec_neon.c | 399 static WEBP_INLINE void Add4x4_NEON(const int16x8_t row01, in Add4x4_NEON() function 1048 Add4x4_NEON(rows.val[0], rows.val[1], dst); in TransformOne_NEON() 1195 Add4x4_NEON(DC, DC, dst); in TransformDC_NEON() 1275 Add4x4_NEON(m0_m1, m2_m3, dst); in TransformAC3_NEON()
|