Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dbfi.c98 static const uint8_t lentab[4] = { 0, 2, 0, 1 }; in bfi_decode_frame() local
125 if (dst + (length << lentab[code]) > frame_end) in bfi_decode_frame()