Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpickrst.h28 static const uint8_t g_shuffle_stats_highbd_data[32] = { variable
/external/libaom/libaom/av1/encoder/x86/
Dpickrst_avx2.c224 const __m256i shuffle = yy_loadu_256(g_shuffle_stats_highbd_data); in compute_stats_highbd_win7_opt_avx2()
324 const __m256i shuffle = yy_loadu_256(g_shuffle_stats_highbd_data); in compute_stats_highbd_win5_opt_avx2()
Dpickrst_sse4.c234 const __m128i shuffle = xx_loadu_128(g_shuffle_stats_highbd_data); in compute_stats_highbd_win7_opt_sse4_1()
334 const __m128i shuffle = xx_loadu_128(g_shuffle_stats_highbd_data); in compute_stats_highbd_win5_opt_sse4_1()