Home
last modified time | relevance | path

Searched defs:oq0 (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Ddec_neon.c514 uint8x16_t p1, p0, q0, q1, op0, oq0; in SimpleVFilter16_NEON() local
524 uint8x16_t p1, p0, q0, q1, oq0, op in SimpleHFilter16_NEON() local
469 ApplyFilter2NoFlip_NEON(const int8x16_t p0s, const int8x16_t q0s, const int8x16_t delta, int8x16_t* const op0, int8x16_t* const oq0) ApplyFilter2NoFlip_NEON() argument
485 ApplyFilter2_NEON(const int8x16_t p0s, const int8x16_t q0s, const int8x16_t delta, uint8x16_t* const op0, uint8x16_t* const oq0) ApplyFilter2_NEON() argument
500 DoFilter2_NEON(const uint8x16_t p1, const uint8x16_t p0, const uint8x16_t q0, const uint8x16_t q1, const uint8x16_t mask, uint8x16_t* const op0, uint8x16_t* const oq0) DoFilter2_NEON() argument
711 ApplyFilter4_NEON( const int8x16_t p1, const int8x16_t p0, const int8x16_t q0, const int8x16_t q1, const int8x16_t delta0, uint8x16_t* const op1, uint8x16_t* const op0, uint8x16_t* const oq0, uint8x16_t* const oq1) ApplyFilter4_NEON() argument
730 DoFilter4_NEON( const uint8x16_t p1, const uint8x16_t p0, const uint8x16_t q0, const uint8x16_t q1, const uint8x16_t mask, const uint8x16_t hev_mask, uint8x16_t* const op1, uint8x16_t* const op0, uint8x16_t* const oq0, uint8x16_t* const oq1) DoFilter4_NEON() argument
764 ApplyFilter6_NEON( const int8x16_t p2, const int8x16_t p1, const int8x16_t p0, const int8x16_t q0, const int8x16_t q1, const int8x16_t q2, const int8x16_t delta, uint8x16_t* const op2, uint8x16_t* const op1, uint8x16_t* const op0, uint8x16_t* const oq0, uint8x16_t* const oq1, uint8x16_t* const oq2) ApplyFilter6_NEON() argument
801 DoFilter6_NEON( const uint8x16_t p2, const uint8x16_t p1, const uint8x16_t p0, const uint8x16_t q0, const uint8x16_t q1, const uint8x16_t q2, const uint8x16_t mask, const uint8x16_t hev_mask, uint8x16_t* const op2, uint8x16_t* const op1, uint8x16_t* const op0, uint8x16_t* const oq0, uint8x16_t* const oq1, uint8x16_t* const oq2) DoFilter6_NEON() argument
845 uint8x16_t op2, op1, op0, oq0, oq1, oq2; VFilter16_NEON() local
862 uint8x16_t op2, op1, op0, oq0, oq1, oq2; HFilter16_NEON() local
927 uint8x16_t op2, op1, op0, oq0, oq1, oq2; VFilter8_NEON() local
945 uint8x16_t op1, op0, oq0, oq1; VFilter8i_NEON() local
960 uint8x16_t op2, op1, op0, oq0, oq1, oq2; HFilter8_NEON() local
977 uint8x16_t op1, op0, oq0, oq1; HFilter8i_NEON() local
[all...]

Completed in 5 milliseconds