Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmlpdec.c239 int lsb_bits = cp->huff_lsbs - s->quant_step_size[ch]; in calculate_sign_huff()
269 int lsb_bits = cp->huff_lsbs - quant_step_size; in read_huff_channels()
643 cp->huff_lsbs = 24; in read_restart_header()
860 cp->huff_lsbs = get_bits(gbp, 5); in read_channel_params()
862 if (cp->codebook > 0 && cp->huff_lsbs > 24) { in read_channel_params()
863 av_log(m->avctx, AV_LOG_ERROR, "Invalid huff_lsbs.\n"); in read_channel_params()
864 cp->huff_lsbs = 0; in read_channel_params()
938 if (cp->codebook > 0 && cp->huff_lsbs < s->quant_step_size[ch]) { in read_decoding_params()
940 av_log(m->avctx, AV_LOG_ERROR, "quant_step_size larger than huff_lsbs\n"); in read_decoding_params()
H A Dmlp.h95 uint8_t huff_lsbs; ///< Size of residual suffix not encoded using VLC. member
H A Dmlpenc.c58 uint8_t max_huff_lsbs; ///< largest huff_lsbs
335 prev_cp->huff_lsbs != cp->huff_lsbs ) in compare_decoding_params()
422 cp->huff_lsbs = 24; in clear_channel_params()
935 if (cp->codebook > 0 && cp->huff_lsbs > 24) { in write_decoding_params()
940 put_bits(pb, 5, cp->huff_lsbs); in write_decoding_params()
963 lsb_bits [ch] = cp->huff_lsbs - dp->quant_step_size[ch]; in write_block_data()
1944 cp->huff_lsbs = cur_bo->lsb_bits + dp->quant_step_size[channel]; in set_best_codebook()
1966 uint8_t huff_lsbs = (seq_cp + index*(channels) + channel)->huff_lsbs; in set_major_params() local
[all...]

Completed in 6 milliseconds