Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dcost_sse2.c47 uint16_t abs_levels[16]; in GetResidualCost_SSE2() local
79 _mm_storeu_si128((__m128i*)&abs_levels[0], E0); in GetResidualCost_SSE2()
80 _mm_storeu_si128((__m128i*)&abs_levels[8], E1); in GetResidualCost_SSE2()
85 const int flevel = abs_levels[n]; // full level in GetResidualCost_SSE2()
92 const int flevel = abs_levels[n]; in GetResidualCost_SSE2()
A Dcost_neon.c53 uint16_t abs_levels[16]; in GetResidualCost_NEON() local
82 vst1q_u16(abs_levels, E0); in GetResidualCost_NEON()
83 vst1q_u16(abs_levels + 8, E1); in GetResidualCost_NEON()
88 const int flevel = abs_levels[n]; // full level in GetResidualCost_NEON()
95 const int flevel = abs_levels[n]; in GetResidualCost_NEON()

Completed in 4 milliseconds