Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Djpeg2000.h258 static const uint8_t refctxno_lut[2][2] = { { 14, 15 }, { 16, 16 } }; variable
264 return refctxno_lut[(flag >> 14) & 1][(flag & 255) != 0]; in ff_jpeg2000_getrefctxno()

Completed in 3 milliseconds