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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Djpeg2000.h246 extern uint8_t ff_jpeg2000_xorbit_lut[16][16];
251 *xorbit = ff_jpeg2000_xorbit_lut[flag & 15][(flag >> 8) & 15];
H A Djpeg2000.c138 uint8_t ff_jpeg2000_sgnctxno_lut[16][16], ff_jpeg2000_xorbit_lut[16][16]; variable
166 getsgnctxno(i + (j << 8), &ff_jpeg2000_xorbit_lut[i][j]);

Completed in 29 milliseconds