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.h51 * The coefficient tables ("ctables") take only 6 Kibi Bytes and
77 static float ctables[CTABLES][256]; variable
89 ctables[CTABLES - 1 - t][e] = (float)acc;
H A Ddsddec.c70 sum += ctables[i][a] + ctables[i][b];

Completed in 92 milliseconds