Home
last modified time | relevance | path

Searched refs:list_start (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A 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()
683 coef_list[--list_start] = ccoef; in read_dct_coeffs()
684 mode_list[ list_start] = 3; in read_dct_coeffs()
763 int list_start = 64, list_end = 64, list_pos; in read_residue() local
784 list_pos = list_start; in read_residue()
803 coef_list[--list_start] = ccoef; in read_residue()
804 mode_list[ list_start] = 3; in read_residue()

Completed in 3 milliseconds