Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dwarped_motion.c269 #define DIV_LUT_NUM (1 << DIV_LUT_BITS) macro
271 static const uint16_t div_lut[DIV_LUT_NUM + 1] = {
311 assert(f <= DIV_LUT_NUM); in resolve_divisor_64()
327 assert(f <= DIV_LUT_NUM); in resolve_divisor_32()