Searched refs:eofflag (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dblock.c469 v->eofflag=v->pcm_current;
473 if(v->eofflag>order*2){
478 n=v->eofflag;
480 vorbis_lpc_from_data(v->pcm[i]+v->eofflag-n,lpc,n,order);
483 vorbis_lpc_predict(lpc,v->pcm[i]+v->eofflag-order,order,
484 v->pcm[i]+v->eofflag,v->pcm_current-v->eofflag);
489 memset(v->pcm[i]+v->eofflag,0,
490 (v->pcm_current-v->eofflag)*sizeof(*v->pcm[i]));
526 if(v->eofflag
[all...]
H A Dsynthesis.c65 vb->eofflag=op->e_o_s;
118 vb->eofflag=op->e_o_s;
H A Danalysis.c59 op->e_o_s=vb->eofflag;
H A Dbitrate.c246 op->e_o_s=vb->eofflag;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/include/vorbis/
H A Dcodec.h70 int eofflag; member in struct:vorbis_dsp_state
99 int eofflag; member in struct:vorbis_block
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dhqx.c567 static int eofflag; local
584 eofflag = 0;
594 while (( out_first < out_last ) && ( eofflag == 0 )) {
598 eofflag = 1;
615 eofflag = 1;
624 eofflag = 1;

Completed in 92 milliseconds