Lines Matching defs:coding_mode
798 int coding_mode;
852 coding_mode = get_bits(gb, 3);
854 coding_mode = alphabet[get_vlc2(gb, s->mode_code_vlc.table, 3, 3)];
856 s->macroblock_coding[current_macroblock] = coding_mode;
860 frag->coding_method = coding_mode;
865 frag[s->fragment_start[1]].coding_method = coding_mode; \
867 frag[s->fragment_start[2]].coding_method = coding_mode;
909 int coding_mode;
926 coding_mode = s->version < 2 ? get_bits1(gb) : 2;
947 if (coding_mode == 2) { /* VP4 */
954 if (coding_mode == 0) {
959 } else if (coding_mode == 1) {
986 if (coding_mode == 0) {
991 } else if (coding_mode == 1) {