Replace divides by small values with multiplies.
This ports the OD_DIVU_SMALL code from Daala to AOM so that divides by constants smaller than OD_DIVU_DMAX (1024) are done using a multiply. Added a unit test for OD_DIVU_SMALL in test/divu_small_test.cc. Change-Id: Id9fee172d54477355571c5d6c12c584fb65769e5
Showing
test/divu_small_test.cc
0 → 100644
vp10/common/odintrin.c
0 → 100644
This diff is collapsed.
Please register or sign in to comment