HomeSort by relevance Sort by last modified time
    Searched refs:PACKETBLOBS (Results 1 - 7 of 7) sorted by null

  /external/libvorbis/lib/
psy.h 78 int coupling_pkHz[PACKETBLOBS];
79 int coupling_pointlimit[2][PACKETBLOBS];
80 int coupling_prepointamp[PACKETBLOBS];
81 int coupling_postpointamp[PACKETBLOBS];
82 int sliding_lowpass[2][PACKETBLOBS];
codec_internal.h 29 #define PACKETBLOBS 15
36 oggpack_buffer *packetblob[PACKETBLOBS]; /* initialized, must be freed;
37 blob [PACKETBLOBS/2] points to
bitrate.c 46 bm->avgfloat=PACKETBLOBS/2;
111 choose slew as follows: look through packetblobs of this frame
125 while(choice+1<PACKETBLOBS && this_bits<avg_target_bits &&
147 if(choice>=PACKETBLOBS)break;
165 /* Choice of packetblobs now made based on floater, and min/max
181 if(choice>=PACKETBLOBS)
182 choice=PACKETBLOBS-1;
234 int choice=PACKETBLOBS/2;
mapping0.c 389 floor_posts[i]=_vorbis_block_alloc(vb,PACKETBLOBS*sizeof(**floor_posts));
390 memset(floor_posts[i],0,sizeof(**floor_posts)*PACKETBLOBS);
508 floor_posts[i][PACKETBLOBS/2]=
515 if(vorbis_bitrate_managed(vb) && floor_posts[i][PACKETBLOBS/2]){
537 floor_posts[i][PACKETBLOBS-1]=
569 for(k=1;k<PACKETBLOBS/2;k++)
573 floor_posts[i][PACKETBLOBS/2],
574 k*65536/(PACKETBLOBS/2));
575 for(k=PACKETBLOBS/2+1;k<PACKETBLOBS-1;k++
    [all...]
analysis.c 40 for(i=0;i<PACKETBLOBS;i++)
vorbisenc.c 77 int pre[PACKETBLOBS];
78 int post[PACKETBLOBS];
79 float kHz[PACKETBLOBS];
80 float lowpasskHz[PACKETBLOBS];
265 memcpy(g->coupling_prepointamp,p[is].pre,sizeof(*p[is].pre)*PACKETBLOBS);
266 memcpy(g->coupling_postpointamp,p[is].post,sizeof(*p[is].post)*PACKETBLOBS);
270 for(i=0;i<PACKETBLOBS;i++){
282 float kHz=p[is].kHz[PACKETBLOBS/2]*(1.-ds)+p[is+1].kHz[PACKETBLOBS/2]*ds;
283 for(i=0;i<PACKETBLOBS;i++)
    [all...]
block.c 99 for(i=0;i<PACKETBLOBS;i++){
100 if(i==PACKETBLOBS/2){
167 for(i=0;i<PACKETBLOBS;i++){
169 if(i!=PACKETBLOBS/2)_ogg_free(vbi->packetblob[i]);

Completed in 34 milliseconds