Searched refs:coefs_start (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwma.h85 int coefs_start; ///< first coded coef member in struct:WMACodecContext
H A Dwmadec.c529 n = s->coefs_end[bsize] - s->coefs_start;
636 for(i = 0;i < s->coefs_start; i++) {
666 exponents = s->exponents[ch] + (s->coefs_start<<bsize>>esize);
670 s->coefs_start;
710 for(i = 0;i < s->coefs_start; i++)
H A Dwma.c240 s->coefs_start = 3;
242 s->coefs_start = 0;
H A Dwmaenc.c184 v = s->coefs_end[bsize] - s->coefs_start;
220 coefs += s->coefs_start;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwma.h80 int coefs_start; ///< first coded coef member in struct:WMACodecContext
H A Dwmadec.c531 n = s->coefs_end[bsize] - s->coefs_start;
638 for(i = 0;i < s->coefs_start; i++) {
668 exponents = s->exponents[ch] + (s->coefs_start<<bsize>>esize);
672 s->coefs_start;
712 for(i = 0;i < s->coefs_start; i++)
H A Dwma.c202 s->coefs_start = 3;
204 s->coefs_start = 0;
H A Dwmaenc.c184 v = s->coefs_end[bsize] - s->coefs_start;
220 coefs += s->coefs_start;

Completed in 49 milliseconds