Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp3.c1406 int plane, int eob_tracker[64], int fragment) in vp4_unpack_vlcs()
1414 while (!eob_tracker[coeff_i]) { in vp4_unpack_vlcs()
1424 eob_tracker[coeff_i] = eob_run - 1; in vp4_unpack_vlcs()
1453 eob_tracker[coeff_i]--; in vp4_unpack_vlcs()
1537 int eob_tracker[64]; in vp4_unpack_dct_coeffs() local
1582 memset(eob_tracker, 0, sizeof(eob_tracker)); in vp4_unpack_dct_coeffs()
1611 … if (vp4_unpack_vlcs(s, gb, tables[!!plane], plane, eob_tracker, fragment) < 0) in vp4_unpack_dct_coeffs()