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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dmlp.h89 uint8_t huff_lsbs; ///< Size of residual suffix not encoded using VLC. member in struct:__anon1265
H A Dmlpdec.c179 int lsb_bits = cp->huff_lsbs - s->quant_step_size[ch];
209 int lsb_bits = cp->huff_lsbs - quant_step_size;
464 cp->huff_lsbs = 24;
655 cp->huff_lsbs = get_bits(gbp, 5);
657 if (cp->huff_lsbs > 24) {
658 av_log(m->avctx, AV_LOG_ERROR, "Invalid huff_lsbs.\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dmlp.h89 uint8_t huff_lsbs; ///< Size of residual suffix not encoded using VLC. member in struct:__anon2170
H A Dmlpdec.c179 int lsb_bits = cp->huff_lsbs - s->quant_step_size[ch];
209 int lsb_bits = cp->huff_lsbs - quant_step_size;
464 cp->huff_lsbs = 24;
655 cp->huff_lsbs = get_bits(gbp, 5);
657 if (cp->huff_lsbs > 24) {
658 av_log(m->avctx, AV_LOG_ERROR, "Invalid huff_lsbs.\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dmlp.h89 uint8_t huff_lsbs; ///< Size of residual suffix not encoded using VLC. member in struct:__anon36195
H A Dmlpdec.c179 int lsb_bits = cp->huff_lsbs - s->quant_step_size[ch];
209 int lsb_bits = cp->huff_lsbs - quant_step_size;
464 cp->huff_lsbs = 24;
655 cp->huff_lsbs = get_bits(gbp, 5);
657 if (cp->huff_lsbs > 24) {
658 av_log(m->avctx, AV_LOG_ERROR, "Invalid huff_lsbs.\n");

Completed in 80 milliseconds