Searched refs:qexp (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsnowdata.h128 uint8_t qexp[QROOT]; variable
H A Dsnow.h171 #undef qexp macro
173 extern uint8_t qexp[QROOT];
H A Dsnowdec.c98 int qmul= qexp[qlog&(QROOT-1)]<<(qlog>>QSHIFT);
194 const int qmul= qexp[qlog&(QROOT-1)]<<(qlog>>QSHIFT);
H A Dsnow.c102 qexp[i]= lrintf(v);
H A Dsnowenc.c1292 const int qmul= qexp[qlog&(QROOT-1)]<<((qlog>>QSHIFT) + ENCODER_EXTRA_BITS);
1353 const int qmul= qexp[qlog&(QROOT-1)]<<(qlog>>QSHIFT);
1544 const int qmul= qexp[qlog&(QROOT-1)]<<(qlog>>QSHIFT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dlsp.c77 int qexp; local
102 q=frexp(p+q,&qexp);
105 vorbis_invsq2explook(qexp+m)-
157 int qexp=0,shift; local
169 qexp+=shift;
175 /* pi,qi normalized collectively, both tracked using qexp */
182 qexp+=shift;
190 qexp+=shift-14*((m+1)>>1);
194 qexp=qexp*
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2_yacc.y181 %type <rec> expr cexp oexp obex aexp abex rexp lexp pexp init spec tspec ptrs array arrayck texp qexp occurs
1385 cexp : obex '?' qexp ':' cexp
1392 /* qexp : true-branch of ? : conditional expression */
1393 qexp : expr { $$ = $1; } label
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/src/
H A Dsoapcpp2_yacc.y181 %type <rec> expr cexp oexp obex aexp abex rexp lexp pexp init spec tspec ptrs array arrayck texp qexp occurs
1385 cexp : obex '?' qexp ':' cexp
1392 /* qexp : true-branch of ? : conditional expression */
1393 qexp : expr { $$ = $1; } label
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2_yacc.y181 %type <rec> expr cexp oexp obex aexp abex rexp lexp pexp init spec tspec ptrs array arrayck texp qexp occurs
1385 cexp : obex '?' qexp ':' cexp
1392 /* qexp : true-branch of ? : conditional expression */
1393 qexp : expr { $$ = $1; } label
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/src/
H A Dsoapcpp2_yacc.y181 %type <rec> expr cexp oexp obex aexp abex rexp lexp pexp init spec tspec ptrs array arrayck texp qexp occurs
1385 cexp : obex '?' qexp ':' cexp
1392 /* qexp : true-branch of ? : conditional expression */
1393 qexp : expr { $$ = $1; } label

Completed in 144 milliseconds