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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddsd_tablegen.c33 printf("static const double ctables[CTABLES][256] = {\n");
34 write_float_2d_array(ctables, CTABLES, 256);
H A Ddsd_tablegen.h30 #define CTABLES ((HTAPS + 7) / 8) /** number of "8 MACs" lookup tables */ macro
77 static float ctables[CTABLES][256];
83 for (t = 0; t < CTABLES; ++t) {
89 ctables[CTABLES - 1 - t][e] = (float)acc;
H A Ddsddec.c63 p = s->buf + ((pos - CTABLES) & FIFOMASK);
67 for (i = 0; i < CTABLES; i++) {
69 unsigned char b = s->buf[(pos - (CTABLES*2 - 1) + i) & FIFOMASK];

Completed in 59 milliseconds