Home
last modified time | relevance | path

Searched refs:SMKTREE_DECODE_MAX_RECURSION (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsmacker.c41 #define SMKTREE_DECODE_MAX_RECURSION FFMIN(32, 3 * SMKTREE_BITS) macro
109 * Can read SMKTREE_DECODE_MAX_RECURSION before the first check;
114 if (length > SMKTREE_DECODE_MAX_RECURSION || length > 3 * SMKTREE_BITS) { in smacker_decode_tree()
196 * Can read FFMAX(1 + SMKTREE_DECODE_MAX_RECURSION, 2 + 3 * 16) bits

Completed in 1 milliseconds