Home
last modified time | relevance | path

Searched refs:list_pos (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dbink.c647 int list_start = 64, list_end = 64, list_pos; in read_dct_coeffs() local
662 list_pos = list_start; in read_dct_coeffs()
663 while (list_pos < list_end) { in read_dct_coeffs()
664 if (!(mode_list[list_pos] | coef_list[list_pos]) || !get_bits1(gb)) { in read_dct_coeffs()
665 list_pos++; in read_dct_coeffs()
668 ccoef = coef_list[list_pos]; in read_dct_coeffs()
669 mode = mode_list[list_pos]; in read_dct_coeffs()
672 coef_list[list_pos] = ccoef + 4; in read_dct_coeffs()
673 mode_list[list_pos] = 1; in read_dct_coeffs()
676 coef_list[list_pos] = 0; in read_dct_coeffs()
[all …]
/third_party/ffmpeg/libavformat/
Driffenc.c338 int64_t list_pos; in ff_riff_write_info() local
347 list_pos = ff_start_tag(pb, "LIST"); in ff_riff_write_info()
353 ff_end_tag(pb, list_pos); in ff_riff_write_info()