HomeSort by relevance Sort by last modified time
    Searched refs:OD_DIVU_DMAX (Results 1 - 3 of 3) sorted by null

  /external/libaom/libaom/test/
divu_small_test.cc 22 for (int d = 1; d <= OD_DIVU_DMAX; d++) {
33 for (int d = 1; d < OD_DIVU_DMAX; d++) {
  /external/libaom/libaom/av1/common/
odintrin.h 31 #define OD_DIVU_DMAX (1024)
33 extern uint32_t OD_DIVU_SMALL_CONSTS[OD_DIVU_DMAX][2];
43 (((_d) < OD_DIVU_DMAX) ? (OD_DIVU_SMALL((_x), (_d))) : ((_x) / (_d)))
odintrin.c 28 uint32_t OD_DIVU_SMALL_CONSTS[OD_DIVU_DMAX][2] = {

Completed in 3287 milliseconds