Home
last modified time | relevance | path

Searched refs:DC16_NEON (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/dsp/
Ddec_neon.c1501 static WEBP_INLINE void DC16_NEON(uint8_t* dst, int do_top, int do_left) { in DC16_NEON() function
1558 static void DC16TopLeft_NEON(uint8_t* dst) { DC16_NEON(dst, 1, 1); } in DC16TopLeft_NEON()
1559 static void DC16NoTop_NEON(uint8_t* dst) { DC16_NEON(dst, 0, 1); } in DC16NoTop_NEON()
1560 static void DC16NoLeft_NEON(uint8_t* dst) { DC16_NEON(dst, 1, 0); } in DC16NoLeft_NEON()
1561 static void DC16NoTopLeft_NEON(uint8_t* dst) { DC16_NEON(dst, 0, 0); } in DC16NoTopLeft_NEON()