Lines Matching refs:mode_list
647 int mode_list[128];
656 coef_list[list_end] = 4; mode_list[list_end++] = 0;
657 coef_list[list_end] = 24; mode_list[list_end++] = 0;
658 coef_list[list_end] = 44; mode_list[list_end++] = 0;
659 coef_list[list_end] = 1; mode_list[list_end++] = 3;
660 coef_list[list_end] = 2; mode_list[list_end++] = 3;
661 coef_list[list_end] = 3; mode_list[list_end++] = 3;
666 if (!(mode_list[list_pos] | coef_list[list_pos]) || !get_bits1(gb)) {
671 mode = mode_list[list_pos];
675 mode_list[list_pos] = 1;
679 mode_list[list_pos++] = 0;
684 mode_list[ list_start] = 3;
699 mode_list[list_pos] = 2;
703 mode_list[list_end++] = 2;
717 mode_list[list_pos++] = 0;
761 int mode_list[128];
767 coef_list[list_end] = 4; mode_list[list_end++] = 0;
768 coef_list[list_end] = 24; mode_list[list_end++] = 0;
769 coef_list[list_end] = 44; mode_list[list_end++] = 0;
770 coef_list[list_end] = 0; mode_list[list_end++] = 2;
786 if (!(coef_list[list_pos] | mode_list[list_pos]) || !get_bits1(gb)) {
791 mode = mode_list[list_pos];
795 mode_list[list_pos] = 1;
799 mode_list[list_pos++] = 0;
804 mode_list[ list_start] = 3;
816 mode_list[list_pos] = 2;
820 mode_list[list_end++] = 2;
828 mode_list[list_pos++] = 0;