SSE2 implementation of the PVQ search
We used the SSE reciprocal square root instruction to vectorize the serch rather than compare one at a time with multiplies. Speeds up the entire encoder by 8-10%.
Showing
celt/x86/vq_sse.h
0 → 100644
celt/x86/vq_sse2.c
0 → 100644
Please register or sign in to comment