Searched refs:DC16_NEON (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | dec_neon.c | 1507 static WEBP_INLINE void DC16_NEON(uint8_t* dst, int do_top, int do_left) { in DC16_NEON() function 1569 static void DC16TopLeft_NEON(uint8_t* dst) { DC16_NEON(dst, 1, 1); } in DC16TopLeft_NEON() 1570 static void DC16NoTop_NEON(uint8_t* dst) { DC16_NEON(dst, 0, 1); } in DC16NoTop_NEON() 1571 static void DC16NoLeft_NEON(uint8_t* dst) { DC16_NEON(dst, 1, 0); } in DC16NoLeft_NEON() 1572 static void DC16NoTopLeft_NEON(uint8_t* dst) { DC16_NEON(dst, 0, 0); } in DC16NoTopLeft_NEON()
|
/external/webp/ |
D | ChangeLog | 482 1b92fe75 DC16_NEON,aarch64: use vaddlv
|