Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dindeo2data.h27 #define IR2_CODES 143 macro
28 static const uint8_t ir2_tab[IR2_CODES][2] = {
Dindeo2.c60 if ((width & 1) || width * height / (2*(IR2_CODES - 0x7F)) > get_bits_left(&ctx->gb)) in ir2_decode_plane()
231 INIT_VLC_STATIC_FROM_LENGTHS(&ir2_vlc, CODE_VLC_BITS, IR2_CODES, in ir2_init_static()