Searched refs:list_end (Results 1 – 2 of 2) sorted by relevance
647 int list_start = 64, list_end = 64, list_pos; in read_dct_coeffs() local654 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()[all …]
490 uint64_t list_end = 0; in avi_read_header() local521 list_end = avio_tell(pb) + size; in avi_read_header()538 avi_read_nikon(s, list_end); in avi_read_header()741 if (cur_pos < list_end) in avi_read_header()742 size = FFMIN(size, list_end - cur_pos); in avi_read_header()938 if (cur_pos < list_end) in avi_read_header()939 size = FFMIN(size, list_end - cur_pos); in avi_read_header()