Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dproresdec2.c497 static const uint8_t run_to_cb[16] = { 0x06, 0x06, 0x05, 0x05, 0x04, 0x29, 0x29, 0x29, 0x29, 0x28, … variable
522 DECODE_CODEWORD(run, run_to_cb[FFMIN(run, 15)], LAST_SKIP_BITS); in decode_ac_coeffs()
Dproresenc_anatoliy.c272 static const uint8_t run_to_cb[16] = { 0x06, 0x06, 0x05, 0x05, 0x04, 0x29, variable
289 encode_codeword(pb, run, run_to_cb[FFMIN(prev_run, 15)]); in encode_ac_coeffs()