Searched refs:ccoef (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | bink.c | 648 int i, t, bits, ccoef, mode, sign; in read_dct_coeffs() local 670 ccoef = coef_list[list_pos]; in read_dct_coeffs() 674 coef_list[list_pos] = ccoef + 4; in read_dct_coeffs() 681 for (i = 0; i < 4; i++, ccoef++) { in read_dct_coeffs() 683 coef_list[--list_start] = ccoef; in read_dct_coeffs() 693 block[scan[ccoef]] = t; in read_dct_coeffs() 694 coef_idx[coef_count++] = ccoef; in read_dct_coeffs() 701 ccoef += 4; in read_dct_coeffs() 702 coef_list[list_end] = ccoef; in read_dct_coeffs() 714 block[scan[ccoef]] in read_dct_coeffs() 762 int i, sign, mask, ccoef, mode; read_residue() local [all...] |
Completed in 3 milliseconds