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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drv34data.h53 static const uint8_t modulo_three_table[108] = { variable
H A Drv34.c207 t = (modulo_three_table[code] >> (6 - 2*i)) & 3;
241 int flags = modulo_three_table[code];
259 int coeff = modulo_three_table[code] >> 6;
266 int flags = modulo_three_table[code];
300 if (modulo_three_table[code] & 0x3F) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drv34data.h53 static const uint8_t modulo_three_table[108] = { variable
H A Drv34.c209 t = (modulo_three_table[code] >> (6 - 2*i)) & 3;
243 int flags = modulo_three_table[code];
261 int coeff = modulo_three_table[code] >> 6;
268 int flags = modulo_three_table[code];
297 if (modulo_three_table[code] & 0x3F) {

Completed in 124 milliseconds