Home
last modified time | relevance | path

Searched refs:ctxs (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.c46 uint8_t levels[16], ctxs[16]; in GetResidualCost_SSE2() local
76 _mm_storeu_si128((__m128i*)&ctxs[0], G); in GetResidualCost_SSE2()
83 const int ctx = ctxs[n]; in GetResidualCost_SSE2()
97 const int ctx = ctxs[n]; in GetResidualCost_SSE2()
A Dcost_neon.c52 uint8_t levels[16], ctxs[16]; in GetResidualCost_NEON() local
79 vst1q_u8(ctxs, G); in GetResidualCost_NEON()
86 const int ctx = ctxs[n]; in GetResidualCost_NEON()
100 const int ctx = ctxs[n]; in GetResidualCost_NEON()

Completed in 3 milliseconds