Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmlpenc.c81 PARAM_IIR = 1 << 2, enumerator
327 if (!(retval & PARAM_IIR) && in compare_decoding_params()
329 retval |= PARAM_IIR; in compare_decoding_params()
439 /*param_presence_flags |= PARAM_IIR; */ in default_decoding_params()
918 if (dp->param_presence_flags & PARAM_IIR) { in write_decoding_params()
919 if (params_changed & PARAM_IIR) { in write_decoding_params()
H A Dmlpdec.c100 #define PARAM_IIR (1 << 2) macro
831 if (s->param_presence_flags & PARAM_IIR) in read_channel_params()

Completed in 7 milliseconds