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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresenc_anatoliy.c232 static const uint8_t lev_to_cb[10] = { 0x04, 0x0A, 0x05, 0x06, 0x04, 0x28, variable
254 encode_codeword(pb, code, lev_to_cb[FFMIN(prev_level, 9)]);
H A Dproresdec2.c313 static const uint8_t lev_to_cb[10] = { 0x04, 0x0A, 0x05, 0x06, 0x04, 0x28, 0x28, 0x28, 0x28, 0x4C }; variable
344 DECODE_CODEWORD(level, lev_to_cb[FFMIN(level, 9)]);

Completed in 35 milliseconds