Searched refs:list_pos (Results 1 – 2 of 2) sorted by relevance
649 int list_start = 64, list_end = 64, list_pos; in read_dct_coeffs() local664 list_pos = list_start; in read_dct_coeffs()665 while (list_pos < list_end) { in read_dct_coeffs()666 if (!(mode_list[list_pos] | coef_list[list_pos]) || !get_bits1(gb)) { in read_dct_coeffs()667 list_pos++; in read_dct_coeffs()670 ccoef = coef_list[list_pos]; in read_dct_coeffs()671 mode = mode_list[list_pos]; in read_dct_coeffs()674 coef_list[list_pos] = ccoef + 4; in read_dct_coeffs()675 mode_list[list_pos] = 1; in read_dct_coeffs()678 coef_list[list_pos] = 0; in read_dct_coeffs()[all …]
339 int64_t list_pos; in ff_riff_write_info() local348 list_pos = ff_start_tag(pb, "LIST"); in ff_riff_write_info()354 ff_end_tag(pb, list_pos); in ff_riff_write_info()