Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec_neon.c1424 static WEBP_INLINE void DC8_NEON(uint8_t* dst, int do_top, int do_left) { in DC8_NEON() function
1480 static void DC8uv_NEON(uint8_t* dst) { DC8_NEON(dst, 1, 1); } in DC8uv_NEON()
1481 static void DC8uvNoTop_NEON(uint8_t* dst) { DC8_NEON(dst, 0, 1); } in DC8uvNoTop_NEON()
1482 static void DC8uvNoLeft_NEON(uint8_t* dst) { DC8_NEON(dst, 1, 0); } in DC8uvNoLeft_NEON()
1483 static void DC8uvNoTopLeft_NEON(uint8_t* dst) { DC8_NEON(dst, 0, 0); } in DC8uvNoTopLeft_NEON()