Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dbink.c649 int list_start = 64, list_end = 64, list_pos; in read_dct_coeffs() local
664 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 …]
/third_party/ffmpeg/libavformat/
Driffenc.c339 int64_t list_pos; in ff_riff_write_info() local
348 list_pos = ff_start_tag(pb, "LIST"); in ff_riff_write_info()
354 ff_end_tag(pb, list_pos); in ff_riff_write_info()