Lines Matching defs:mode
251 switch (get_bits(gb, 2)) { /* switch according to coding mode */
278 "WL mode 1: invalid position!\n");
396 switch (get_bits(gb, 2)) { /* switch according to coding mode */
432 "SF mode 1: invalid parameters!\n");
646 switch (get_bits(gb, 2)) { /* switch according to coding mode */
713 * Its speed can be improved by creating separate functions for each mode.
877 switch (get_bits(gb, 2)) { /* switch according to coding mode */
930 * Implements coding mode 3 (slave) for gain compensation levels.
944 * Implements coding mode 1 (master) for gain compensation levels.
983 switch (get_bits(gb, 2)) { /* switch according to coding mode */
1051 * Implements coding mode 0 for gain compensation locations.
1075 * Implements coding mode 1 for gain compensation locations.
1123 switch (get_bits(gb, 2)) { /* switch according to coding mode */
1317 if (!ch_num || !get_bits1(gb)) { /* mode 0: fixed-length coding */
1328 } else { /* mode 1(slave only): copy master */
1355 int mode, sb, delta;
1359 mode = get_bits(gb, ch_num + 1);
1360 switch (mode) {
1423 if (!ch_num || !get_bits1(gb)) { /* mode 0: fixed-length coding */
1448 } else { /* mode 1: VLC modulo delta to master (slave only) */
1478 int mode, sb, j, i, diff, maxdiff, fi, delta, pred;
1509 mode = get_bits(gb, ch_num + 1);
1511 switch (mode) {
1618 avpriv_report_missing_feature(avctx, "GHA amplitude mode 0");