Home
last modified time | relevance | path

Searched refs:OD_DIVU_SMALL (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/test/
Ddivu_small_test.cc24 GTEST_ASSERT_EQ(x / d, OD_DIVU_SMALL(x, d)) in TEST()
26 << " != " << OD_DIVU_SMALL(x, d); in TEST()
36 GTEST_ASSERT_EQ(x / d, OD_DIVU_SMALL(x, d)) in TEST()
38 << " != " << OD_DIVU_SMALL(x, d); in TEST()
/external/libaom/libaom/av1/common/
Dodintrin.h36 #define OD_DIVU_SMALL(_x, _d) \ macro
43 (((_d) < OD_DIVU_DMAX) ? (OD_DIVU_SMALL((_x), (_d))) : ((_x) / (_d)))