Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dasvenc.c164 #define MAX_MB_SIZE (30 * 16 * 16 * 3 / 2 / 8) macro
170 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()
/third_party/openh264/codec/decoder/core/inc/
Ddec_golomb.h338 #define MAX_MB_SIZE 36864 macro
/third_party/skia/third_party/externals/libwebp/src/dec/
Didec_dec.c26 #define MAX_MB_SIZE 4096 macro
478 MemDataSize(&idec->mem_) > MAX_MB_SIZE) { in DecodeRemaining()
/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp1060 if (pSps->iMbWidth > MAX_MB_SIZE || pSps->iMbWidth == 0) { in ParseSps()
1074 if (pSps->iMbHeight > MAX_MB_SIZE || pSps->iMbHeight == 0) { in ParseSps()
Ddecoder_core.cpp708 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()