Searched refs:refctxno_lut (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Djpeg2000.h236 static const uint8_t refctxno_lut[2][2] = { { 14, 15 }, { 16, 16 } }; variable
242 return refctxno_lut[(flag >> 14) & 1][(flag & 255) != 0];

Completed in 56 milliseconds