Home
last modified time | relevance | path

Searched refs:COEFFS (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dimc.c56 #define COEFFS 256 macro
66 float CWdecoded[COEFFS];
70 int CWlengthT[COEFFS]; ///< how many bits in each codeword
77 int skipFlags[COEFFS]; ///< skip coefficient decoding or not
78 int codewords[COEFFS]; ///< raw codewords read from bitstream
80 float last_fft_im[COEFFS];
90 float mdct_sine_window[COEFFS];
91 float post_cos[COEFFS];
92 float post_sin[COEFFS];
93 float pre_coef1[COEFFS];
[all …]