Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dodintrin.h33 extern uint32_t OD_DIVU_SMALL_CONSTS[OD_DIVU_DMAX][2];
37 ((uint32_t)((OD_DIVU_SMALL_CONSTS[(_d)-1][0] * (uint64_t)(_x) + \
38 OD_DIVU_SMALL_CONSTS[(_d)-1][1]) >> \
Dodintrin.c28 uint32_t OD_DIVU_SMALL_CONSTS[OD_DIVU_DMAX][2] = { variable