Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddsd.c30 #define CTABLES ((HTAPS + 7) / 8) /** number of "8 MACs" lookup tables */ macro
71 static float ctables[CTABLES][256];
76 double acc[CTABLES]; in dsd_ctables_tableinit()
81 for (t = 0; t < CTABLES; ++t) in dsd_ctables_tableinit()
84 for (t = 0; t < CTABLES; ++t) in dsd_ctables_tableinit()
85 ctables[CTABLES - 1 - t][e] = acc[t]; in dsd_ctables_tableinit()
112 p = buf + ((pos - CTABLES) & FIFOMASK); in ff_dsd2pcm_translate()
116 for (i = 0; i < CTABLES; i++) { in ff_dsd2pcm_translate()
118 uint8_t b = buf[(pos - (CTABLES*2 - 1) + i) & FIFOMASK]; in ff_dsd2pcm_translate()
H A Ddsd_tablegen.h31 #define CTABLES ((HTAPS + 7) / 8) /** number of "8 MACs" lookup tables */ macro
74 static float ctables[CTABLES][256];

Completed in 2 milliseconds