Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c869 int coef_num, coef_par, off = 0; in decode_hq_slice() local
882 coef_par = ff_dirac_golomb_read_32bit(addr, length, in decode_hq_slice()
885 coef_par = ff_dirac_golomb_read_16bit(addr, length, in decode_hq_slice()
888 if (coef_num > coef_par) { in decode_hq_slice()
889 const int start_b = coef_par * (1 << (s->pshift + 1)); in decode_hq_slice()

Completed in 5 milliseconds