Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Dtx_priv.h70 #define TX_DEF(fn, tx_type, len_min, len_max, f1, f2, \
79 .max_len = len_max, \
H A Dparseutils.c451 of len_max. Return -1 if error. */
453 int n_min, int n_max, int len_max) in date_get_num()
460 for(i = 0; i < len_max; i++) { in date_get_num()
452 date_get_num(const char **pp, int n_min, int n_max, int len_max) date_get_num() argument
/third_party/ffmpeg/libavcodec/
H A Dvlc.c335 int ret, j, len_max = FFMIN(32, 3 * nb_bits); in ff_init_vlc_from_lengths() local
358 if (len > len_max || code & ((1U << (32 - len)) - 1)) { in ff_init_vlc_from_lengths()

Completed in 4 milliseconds