Home
last modified time | relevance | path

Searched refs:noise_type (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmlpdec.c60 uint16_t noise_type; member
483 int min_channel, max_channel, max_matrix_channel, noise_type; in read_restart_header() local
496 noise_type = get_bits1(gbp); in read_restart_header()
498 if (m->avctx->codec_id == AV_CODEC_ID_MLP && noise_type) { in read_restart_header()
524 if (max_channel > MAX_MATRIX_CHANNEL_MLP && !noise_type) { in read_restart_header()
541 s->noise_type = noise_type; in read_restart_header()
761 if (!s->noise_type) in read_matrix_params()
772 if (s->noise_type) in read_matrix_params()
1084 if (!s->noise_type) { in output_data()
/third_party/ffmpeg/libavfilter/
Daf_afftdn.c89 int noise_type; member
150 …{ "nt", "set the noise type", OFFSET(noise_type), AV_OPT_TYPE_INT, {.i64 = WHITE_N…
684 switch (s->noise_type) { in config_input()