Searched refs:look (Results 1 - 25 of 130) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dfloor0.c59 vorbis_look_floor0 *look=(vorbis_look_floor0 *)i; local
60 if(look){
62 if(look->linearmap){
64 if(look->linearmap[0])_ogg_free(look->linearmap[0]);
65 if(look->linearmap[1])_ogg_free(look->linearmap[1]);
67 _ogg_free(look->linearmap);
69 memset(look,0,sizeof(*look));
110 floor0_map_lazy_init(vorbis_block *vb, vorbis_info_floor *infoX, vorbis_look_floor0 *look) argument
147 vorbis_look_floor0 *look=_ogg_calloc(1,sizeof(*look)); local
158 vorbis_look_floor0 *look=(vorbis_look_floor0 *)i; local
195 vorbis_look_floor0 *look=(vorbis_look_floor0 *)i; local
[all...]
H A Dres0.c77 vorbis_look_residue0 *look=(vorbis_look_residue0 *)i; local
82 for(j=0;j<look->parts;j++){
85 if(look->training_data[k][j]){
88 codebook *statebook=look->partbooks[j][k];
95 fprintf(of,"%d:%ld\n",l,look->training_data[k][j][l]);
100 look->training_min[k][j],look->training_max[k][j]);*/
102 _ogg_free(look->training_data[k][j]);
103 look->training_data[k][j]=NULL;
108 fprintf(stderr,"min/max residue: %g::%g\n",look
261 vorbis_look_residue0 *look=_ogg_calloc(1,sizeof(*look)); local
401 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
468 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
527 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
642 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
862 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
[all...]
H A Dfloor1.c56 vorbis_look_floor1 *look=(vorbis_look_floor1 *)i; local
57 if(look){
59 (float)look->phrasebits/look->frames,
60 (float)look->postbits/look->frames,
61 (float)(look->postbits+look->phrasebits)/look->frames);*/
63 memset(look,
195 vorbis_look_floor1 *look=_ogg_calloc(1,sizeof(*look)); local
597 floor1_fit(vorbis_block *vb,vorbis_look_floor1 *look, const float *logmdct, const float *logmask) argument
752 floor1_interpolate_fit(vorbis_block *vb,vorbis_look_floor1 *look, int *A,int *B, int del) argument
774 floor1_encode(oggpack_buffer *opb,vorbis_block *vb, vorbis_look_floor1 *look, int *post,int *ilogmask) argument
973 vorbis_look_floor1 *look=(vorbis_look_floor1 *)in; local
1060 vorbis_look_floor1 *look=(vorbis_look_floor1 *)in; local
[all...]
H A Dcodec_internal.h134 extern void _vp_global_free(vorbis_look_psy_global *look);
158 extern int *floor1_fit(vorbis_block *vb,vorbis_look_floor1 *look,
161 extern int *floor1_interpolate_fit(vorbis_block *vb,vorbis_look_floor1 *look,
165 vorbis_look_floor1 *look,
H A Dbackends.h33 vorbis_look_floor *(*look) (vorbis_dsp_state *,vorbis_info_floor *); member in struct:__anon4031
91 vorbis_look_residue *(*look) (vorbis_dsp_state *, member in struct:__anon4034
H A Dpsy.c39 vorbis_look_psy_global *look=_ogg_calloc(1,sizeof(*look)); local
41 look->channels=vi->channels;
43 look->ampmax=-9999.;
44 look->gi=gi;
45 return(look);
48 void _vp_global_free(vorbis_look_psy_global *look){ argument
49 if(look){
50 memset(look,0,sizeof(*look));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dlzo1c_9x.c171 while (c->look > 0)
180 printf("%5ld: %5d len:%3d off:%5d\n", (c->ip-c->look)-in, c->look,
184 assert(c->ip - c->look >= in);
186 ii = c->ip - c->look;
187 assert(ii + lit == c->ip - c->look);
188 assert(swd->b_char == *(c->ip - c->look));
197 assert(c->ip - c->look - m_off >= in);
198 assert(c->ip - c->look - m_off + m_len < c->ip);
199 assert(lzo_memcmp(c->ip - c->look,
[all...]
H A Dlzo1b_9x.c169 while (c->look > 0)
178 printf("%5ld: %5d len:%3d off:%5d\n", (c->ip-c->look)-in, c->look,
182 assert(c->ip - c->look >= in);
184 ii = c->ip - c->look;
185 assert(ii + lit == c->ip - c->look);
186 assert(swd->b_char == *(c->ip - c->look));
195 assert(c->ip - c->look - m_off >= in);
196 assert(c->ip - c->look - m_off + m_len < c->ip);
197 assert(lzo_memcmp(c->ip - c->look,
[all...]
H A Dlzo1f_9x.c187 while (c->look > 0)
195 assert(c->ip - c->look >= in);
197 ii = c->ip - c->look;
198 assert(ii + lit == c->ip - c->look);
199 assert(swd->b_char == *(c->ip - c->look));
208 assert(c->ip - c->look - m_off >= in);
209 assert(c->ip - c->look - m_off + m_len < c->ip);
210 assert(lzo_memcmp(c->ip - c->look, c->ip - c->look - m_off,
224 if (m_len > 0 && lazy_match_min_gain >= 0 && c->look > m_le
[all...]
H A Dlzo2a_9x.c134 while (c->look > 0)
178 if (lazy_match_min_gain > 0 && c->look > m_len)
184 assert(c->look > 0);
212 assert(lzo_memcmp(c->ip - c->look, c->ip - c->look - m_off,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djdhuff.h177 { register int nb, look; \
185 look = PEEK_BITS(HUFF_LOOKAHEAD); \
186 if ((nb = htbl->look_nbits[look]) != 0) { \
188 result = htbl->look_sym[look]; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dwxpalm.tex4 It ensures native look and feel for Palm devices when using
H A Dportnote.tex7 look and feel that users are familiar with. Unfortunately native toolkits and
H A Dwxx11.tex8 applications which need to use a special themed look. You will need
H A Dauidockart.tex13 manager to have a plugable look-and-feel.
18 the major platforms' look. You can either derive from that
H A Dtaui.tex41 Use native floating frames to obtain a native look and feel for all
H A Daboutdlginfo.tex34 more native look and feel.
164 look and feel.
175 this method is called. To preserve the native look and feel it is advised that
H A Dsashevt.tex51 look at the drag rectangle: see \helpref{wxSashEvent::GetDragRect}{wxsasheventgetdragrect} to see
H A Dstdbtnsz.tex5 standard dialogs look correct on all major platforms. Currently it conforms to the Windows, GTK+ and Mac OS X
H A Dtconfig.tex38 make the data look the same way everywhere. Due to limitations of the underlying
H A Dpropdlg.tex139 You can customize the look and feel of the dialog by setting the sheet style. It is
144 \twocolitem{wxPROPSHEET\_DEFAULT}{Uses the default look and feel for the controller window,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/times/
H A Dusparc.cc14 actual 'speed' numbers look better which is a realistic version of
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/times/
H A Dusparc.cc14 actual 'speed' numbers look better which is a realistic version of
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/times/
H A Dusparc.cc14 actual 'speed' numbers look better which is a realistic version of
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DCallTip.cxx265 const char *look = val; local
270 while ((newline = strchr(look, '\n')) != NULL) {
271 look = newline + 1;

Completed in 107 milliseconds

123456