Searched refs:posts (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dfloor1.c210 look->posts=n;
603 long posts=look->posts; local
614 for(i=0;i<posts;i++)fit_valueA[i]=-200; /* mark all unused */
615 for(i=0;i<posts;i++)fit_valueB[i]=-200; /* mark all unused */
616 for(i=0;i<posts;i++)loneighbor[i]=0; /* 0 for the implicit 0 post */
617 for(i=0;i<posts;i++)hineighbor[i]=1; /* 1 for the implicit post at n */
618 for(i=0;i<posts;i++)memo[i]=-1; /* no neighbor yet */
622 if(posts==0){
625 for(i=0;i<posts
757 long posts=look->posts; local
780 long posts=look->posts; local
[all...]
H A Dcodec_internal.h145 int posts; member in struct:__anon1088
H A Dpsy.c394 const float *posts,*curve; local
399 posts=curves[choice];
400 curve=posts+2;
401 post1=(int)posts[1];
402 seedptr=oc+(posts[0]-EHMER_OFFSET)*linesper-(linesper>>1);
404 for(i=posts[0];i<post1;i++){
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvorbis_enc.c638 static void floor_fit(vorbis_enc_context * venc, vorbis_enc_floor * fc, float * coeffs, uint_fast16_t * posts, int samples) { argument
658 posts[fc->list[i].sort] = j;
666 static void floor_encode(vorbis_enc_context * venc, vorbis_enc_floor * fc, PutBitContext * pb, uint_fast16_t * posts, float * floor, int samples) { argument
672 put_bits(pb, ilog(range - 1), posts[0]);
673 put_bits(pb, ilog(range - 1), posts[1]);
678 posts[fc->list[i].low],
680 posts[fc->list[i].high],
685 if (predicted == posts[i]) {
692 if (posts[i] > predicted) {
693 if (posts[
949 uint_fast16_t posts[fc->values]; local
[all...]

Completed in 24 milliseconds