Searched refs:kMaxImageBytes (Results 1 – 1 of 1) sorted by relevance
38 const int kMaxImageBytes = kMaxImagePixels / 8; variable65 if (stride < 0 || stride > kMaxImageBytes || stride % 4 != 0) in CJBig2_Image()243 if (!m_pData || h <= m_nHeight || h > kMaxImageBytes / m_nStride) in Expand()