Lines Matching defs:mode
308 /* Image mode - the hardest to comprehend MSS4 coding mode.
310 * In this mode all three 16x16 blocks are coded together with a method
313 * and an escape mode for reading new value from the bitstream. Decoding
325 int i, j, k, mode, split;
354 mode = 2;
356 mode = get_bits1(gb);
357 if (mode)
361 if (mode <= 1) {
365 if (mode == 1 && i == split) {
368 } else if (mode == 2) {