Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmlpdec.c71 uint8_t max_channel; member
265 for (channel = s->min_channel; channel <= s->max_channel; channel++) { in read_huff_channels()
511 int min_channel, max_channel, max_matrix_channel, noise_type; in read_restart_header() local
534 max_channel = get_bits(gbp, 4); in read_restart_header()
544 if (max_channel != max_matrix_channel) { in read_restart_header()
556 max_channel + 2); in read_restart_header()
560 if (min_channel > max_channel) { in read_restart_header()
567 s->max_channel = max_channel; in read_restart_header()
576 s->max_channel in read_restart_header()
[all...]
H A Dmlpenc.c48 uint8_t max_channel; ///< The index of the last channel coded in this substream. member
270 for (unsigned int channel = rh->min_channel; channel <= rh->max_channel; channel++) in compare_matrix_params()
313 for (unsigned int ch = 0; ch <= rh->max_channel; ch++) in compare_decoding_params()
319 for (unsigned int ch = rh->min_channel; ch <= rh->max_channel; ch++) { in compare_decoding_params()
673 rh->max_channel = avctx->ch_layout.nb_channels - 1; in mlp_encode_init()
675 rh->max_matrix_channel = rh->max_channel; in mlp_encode_init()
770 put_bits(pb, 4, rh->max_channel ); in write_restart_header()
896 for (unsigned int ch = 0; ch <= rh->max_channel; ch++) in write_decoding_params()
903 for (unsigned int ch = rh->min_channel; ch <= rh->max_channel; ch++) { in write_decoding_params()
959 for (unsigned int ch = rh->min_channel; ch <= rh->max_channel; c in write_block_data()
[all...]

Completed in 5 milliseconds