Searched refs:kMaxImageBytes (Results 1 – 1 of 1) sorted by relevance
22 const int kMaxImageBytes = kMaxImagePixels / 8; variable44 if (w < 0 || h < 0 || stride < 0 || stride > kMaxImageBytes) in CJBig2_Image()233 if (!m_pData || h <= m_nHeight || h > kMaxImageBytes / m_nStride) in expand()