Searched refs:DIMENSION_LIMIT (Results 1 – 1 of 1) sorted by relevance
30 static const int32_t DIMENSION_LIMIT = 16384; variable217 if (width <= 0 || height <= 0 || width > DIMENSION_LIMIT || height > DIMENSION_LIMIT) { in bppPoint()331 if (width <= 0 || height <= 0 || width > DIMENSION_LIMIT || height > DIMENSION_LIMIT) { in qpMaxPoint()