Searched refs:abs_levels (Results 1 – 2 of 2) sorted by relevance
47 uint16_t abs_levels[16]; in GetResidualCost_SSE2() local79 _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()
53 uint16_t abs_levels[16]; in GetResidualCost_NEON() local82 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