Searched refs:run_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.c230 static const uint8_t run_to_cb[16] = { 0x06, 0x06, 0x05, 0x05, 0x04, 0x29, variable
247 encode_codeword(pb, run, run_to_cb[FFMIN(prev_run, 15)]);
H A Dproresdec2.c312 static const uint8_t run_to_cb[16] = { 0x06, 0x06, 0x05, 0x05, 0x04, 0x29, 0x29, 0x29, 0x29, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x4C }; variable
337 DECODE_CODEWORD(run, run_to_cb[FFMIN(run, 15)]);

Completed in 33 milliseconds