Lines Matching defs:code
253 int code = get_bits(&s->gb, 7);
254 int sign = (code >> 6) - 1;
255 if (code &= 63) {
256 index = code * 4 - 3;
299 // Transient mode code book
303 // Scale factor code book
307 av_log(s->avctx, AV_LOG_ERROR, "Invalid scale factor code book\n");
363 // If Huffman code was used, the difference of scales was encoded
382 // Absolute value was encoded even when Huffman code was used
497 av_log(s->avctx, AV_LOG_ERROR, "Invalid joint scale factor code book\n");
550 // Extract block code indices from the bit stream
555 // Look up samples from the block code book
557 av_log(s->avctx, AV_LOG_ERROR, "Failed to decode block code(s)\n");
718 // Adjust scale factor when SEL indicates Huffman code
1194 // the VQ code book for up to 16 subband samples
1332 // If Huffman code was used, the difference of abits was encoded
1366 av_log(s->avctx, AV_LOG_ERROR, "Invalid X96 joint scale factor code book\n");
1445 // Scale factor code book
1449 av_log(s->avctx, AV_LOG_ERROR, "Invalid X96 scale factor code book\n");
1659 // Dynamic downmix code coefficients
1661 int code = get_bits(&s->gb, 9);
1662 int sign = (code >> 8) - 1;
1663 unsigned int index = code & 0xff;
1692 // Time code stamp