Searched refs:dc_codebook (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | proresdec2.c | 467 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()
|
D | proresenc_anatoliy.c | 244 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()
|