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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dimc.c50 #define COEFFS 256 macro
62 float CWdecoded[COEFFS];
66 float mdct_sine_window[COEFFS];
67 float post_cos[COEFFS];
68 float post_sin[COEFFS];
69 float pre_coef1[COEFFS];
70 float pre_coef2[COEFFS];
71 float last_fft_im[COEFFS];
76 int CWlengthT[COEFFS]; ///< how many bits in each codeword
83 int skipFlags[COEFFS]; ///< ski
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dimc.c54 #define COEFFS 256 macro
64 float CWdecoded[COEFFS];
68 int CWlengthT[COEFFS]; ///< how many bits in each codeword
75 int skipFlags[COEFFS]; ///< skip coefficient decoding or not
76 int codewords[COEFFS]; ///< raw codewords read from bitstream
78 float last_fft_im[COEFFS];
88 float mdct_sine_window[COEFFS];
89 float post_cos[COEFFS];
90 float post_sin[COEFFS];
91 float pre_coef1[COEFFS];
[all...]

Completed in 119 milliseconds