Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dproresdec2.c467 static const uint8_t dc_codebook[7] = { 0x04, 0x28, 0x28, 0x4D, 0x4D, 0x70, 0x70}; variable
486 DECODE_CODEWORD(code, dc_codebook[FFMIN(code, 6U)], LAST_SKIP_BITS); in decode_dc_coeffs()
Dproresenc_anatoliy.c244 static const uint8_t dc_codebook[7] = { 0x04, 0x28, 0x28, 0x4D, 0x4D, 0x70, 0x70}; variable
264 encode_codeword(pb, new_code, dc_codebook[FFMIN(code, 6)]); in encode_dc_coeffs()