Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp3.c255 #define TOKEN_EOB(eob_run) ((eob_run) << 2) macro
1230 dct_tokens[j++] = TOKEN_EOB(num_coeffs - coeff_i); in unpack_vlcs()
1235 dct_tokens[j++] = TOKEN_EOB(eob_run); in unpack_vlcs()
1423 *s->dct_tokens[plane][coeff_i]++ = TOKEN_EOB(0); in vp4_unpack_vlcs()
1452 *s->dct_tokens[plane][coeff_i]++ = TOKEN_EOB(0); in vp4_unpack_vlcs()