Lines Matching refs:list_end
647 int list_start = 64, list_end = 64, list_pos; in read_dct_coeffs() local
654 coef_list[list_end] = 4; mode_list[list_end++] = 0; in read_dct_coeffs()
655 coef_list[list_end] = 24; mode_list[list_end++] = 0; in read_dct_coeffs()
656 coef_list[list_end] = 44; mode_list[list_end++] = 0; in read_dct_coeffs()
657 coef_list[list_end] = 1; mode_list[list_end++] = 3; in read_dct_coeffs()
658 coef_list[list_end] = 2; mode_list[list_end++] = 3; in read_dct_coeffs()
659 coef_list[list_end] = 3; mode_list[list_end++] = 3; in read_dct_coeffs()
663 while (list_pos < list_end) { in read_dct_coeffs()
700 coef_list[list_end] = ccoef; in read_dct_coeffs()
701 mode_list[list_end++] = 2; in read_dct_coeffs()
761 int list_start = 64, list_end = 64, list_pos; in read_residue() local
765 coef_list[list_end] = 4; mode_list[list_end++] = 0; in read_residue()
766 coef_list[list_end] = 24; mode_list[list_end++] = 0; in read_residue()
767 coef_list[list_end] = 44; mode_list[list_end++] = 0; in read_residue()
768 coef_list[list_end] = 0; mode_list[list_end++] = 2; in read_residue()
783 while (list_pos < list_end) { in read_residue()
817 coef_list[list_end] = ccoef; in read_residue()
818 mode_list[list_end++] = 2; in read_residue()