Searched refs:MAX_MB_SIZE (Results 1 – 5 of 5) sorted by relevance
164 #define MAX_MB_SIZE (30 * 16 * 16 * 3 / 2 / 8) macro170 av_assert0(a->pb.buf_end - a->pb.buf - (put_bits_count(&a->pb) >> 3) >= MAX_MB_SIZE); in encode_mb()258 if ((ret = ff_alloc_packet2(avctx, pkt, a->mb_height * a->mb_width * MAX_MB_SIZE + in encode_frame()
338 #define MAX_MB_SIZE 36864 macro
26 #define MAX_MB_SIZE 4096 macro478 MemDataSize(&idec->mem_) > MAX_MB_SIZE) { in DecodeRemaining()
1060 if (pSps->iMbWidth > MAX_MB_SIZE || pSps->iMbWidth == 0) { in ParseSps()1074 if (pSps->iMbHeight > MAX_MB_SIZE || pSps->iMbHeight == 0) { in ParseSps()
708 if (kiCurrLen >= MAX_MB_SIZE + 2) { //exceeds the max MB number of level 5.2 in ExpandBsLenBuffer()709 …& (pCtx->sLogCtx), WELS_LOG_WARNING, "Current nal num (%d) exceededs %d.", kiCurrLen, MAX_MB_SIZE); in ExpandBsLenBuffer()714 iNewLen = WELS_MIN (iNewLen, MAX_MB_SIZE + 2); in ExpandBsLenBuffer()