Searched refs:stages (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 Dsvq1dec.c149 for (j=0; j < stages; j++) {\
198 if (stages > 0)\
199 bit_cache = get_bits (bitbuf, 4*stages);\
201 for (j=0; j < stages; j++) {\
202 entries[j] = (((bit_cache >> (4*(stages - j - 1))) & 0xF) + 16*j) << (level + 1);\
204 mean -= (stages * 128);\
214 int mean, stages; local
230 /* get number of stages (-1 skips vector, 0 for mean only) */
231 stages = get_vlc2(bitbuf, svq1_intra_multistage[level].table, 3, 3) - 1;
233 if (stages
269 int mean, stages; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsvq1dec.c122 for (j = 0; j < stages; j++) { \
145 if (stages > 0) \
146 bit_cache = get_bits(bitbuf, 4 * stages); \
148 for (j = 0; j < stages; j++) { \
149 entries[j] = (((bit_cache >> (4 * (stages - j - 1))) & 0xF) + \
152 mean -= stages * 128; \
164 int mean, stages; local
180 /* get number of stages (-1 skips vector, 0 for mean only) */
181 stages = get_vlc2(bitbuf, svq1_intra_multistage[level].table, 3, 3) - 1;
183 if (stages
229 int mean, stages; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dres0.c42 int stages; member in struct:__anon4046
128 for(k=0;k<look->stages;k++)
277 int stages=ilog(info->secondstages[j]); local
278 if(stages){
279 if(stages>maxstage)maxstage=stages;
280 look->partbooks[j]=_ogg_calloc(stages,sizeof(*look->partbooks[j]));
281 for(k=0;k<stages;k++)
296 look->stages=maxstage;
556 for(s=0;s<look->stages;
[all...]
H A Dmdct.c322 int stages=init->log2n-5; local
325 if(--stages>0){
329 for(i=1;--stages>0;i++){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D06-floor0.tex78 \item An \varname{[amplitude]} value of zero must result in a return code that indicates this channel is unused in this frame (the output of the channel will be all-zeroes in synthesis). Several later stages of decode don't occur for an unused channel.
H A D08-residue.tex208 stages (8 in Vorbis I, as constrained by the elements of the cascade
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvp9itxfm.asm749 ; from 3 stages back
754 ; from 2 stages back
1285 ; from 2 stages forward
1336 ; from 2 stages forward
1339 ; from 3 stages forward
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmdi.tex480 you must create your parent frame in two stages, or your function will never be called,

Completed in 58 milliseconds