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

  /external/libvorbis/lib/
codebook.c 35 oggpack_write(opb,0x564342,24);
36 oggpack_write(opb,c->dim,16);
37 oggpack_write(opb,c->entries,24);
52 oggpack_write(opb,1,1); /* ordered */
53 oggpack_write(opb,c->lengthlist[0]-1,5); /* 1 to 32 */
60 oggpack_write(opb,i-count,_ilog(c->entries-count));
65 oggpack_write(opb,i-count,_ilog(c->entries-count));
70 oggpack_write(opb,0,1); /* unordered */
79 oggpack_write(opb,0,1); /* no unused entries */
81 oggpack_write(opb,c->lengthlist[i]-1,5)
    [all...]
info.c 51 oggpack_write(o,*s++,8);
442 oggpack_write(opb,0x01,8);
446 oggpack_write(opb,0x00,32);
447 oggpack_write(opb,vi->channels,8);
448 oggpack_write(opb,vi->rate,32);
450 oggpack_write(opb,vi->bitrate_upper,32);
451 oggpack_write(opb,vi->bitrate_nominal,32);
452 oggpack_write(opb,vi->bitrate_lower,32);
454 oggpack_write(opb,ilog2(ci->blocksizes[0]),4);
455 oggpack_write(opb,ilog2(ci->blocksizes[1]),4)
    [all...]
mapping0.c 71 oggpack_write(opb,1,1);
72 oggpack_write(opb,info->submaps-1,4);
74 oggpack_write(opb,0,1);
77 oggpack_write(opb,1,1);
78 oggpack_write(opb,info->coupling_steps-1,8);
81 oggpack_write(opb,info->coupling_mag[i],ilog(vi->channels));
82 oggpack_write(opb,info->coupling_ang[i],ilog(vi->channels));
85 oggpack_write(opb,0,1);
87 oggpack_write(opb,0,2); /* 2,3:reserved */
92 oggpack_write(opb,info->chmuxlist[i],4)
    [all...]
res0.c 177 oggpack_write(opb,info->begin,24);
178 oggpack_write(opb,info->end,24);
180 oggpack_write(opb,info->grouping-1,24); /* residue vectors to group and
182 oggpack_write(opb,info->partitions-1,6); /* possible partition choices */
183 oggpack_write(opb,info->groupbook,8); /* group huffman book */
191 oggpack_write(opb,info->secondstages[j],3);
192 oggpack_write(opb,1,1);
193 oggpack_write(opb,info->secondstages[j]>>3,5);
195 oggpack_write(opb,info->secondstages[j],4); /* trailing zero */
199 oggpack_write(opb,info->booklist[j],8)
    [all...]
floor1.c 103 oggpack_write(opb,info->partitions,5); /* only 0 to 31 legal */
105 oggpack_write(opb,info->partitionclass[j],4); /* only 0 to 15 legal */
111 oggpack_write(opb,info->class_dim[j]-1,3); /* 1 to 8 */
112 oggpack_write(opb,info->class_subs[j],2); /* 0 to 3 */
113 if(info->class_subs[j])oggpack_write(opb,info->class_book[j],8);
115 oggpack_write(opb,info->class_subbook[j][k]+1,8);
119 oggpack_write(opb,info->mult-1,2); /* only 1,2,3,4 legal now */
120 oggpack_write(opb,ilog2(maxposit),4);
126 oggpack_write(opb,info->postlist[k+2],rangebits);
850 oggpack_write(opb,1,1)
    [all...]
bitrate.c 188 while(minsize-->0)oggpack_write(vbi->packetblob[choice],0,8);
  /external/libogg/macos/
libogg.mcp.exp 12 oggpack_write
  /external/libogg/doc/libogg/
Makefile.am 23 oggpack_write.html oggpack_writealign.html oggpack_writeclear.html\
  /external/libogg/include/ogg/
ogg.h 126 extern void oggpack_write(oggpack_buffer *b,unsigned long value,int bits);
  /external/libogg/src/
bitwise.c 82 void oggpack_write(oggpack_buffer *b,unsigned long value,int bits){ function
166 oggpack_write(b,0,bits);
222 oggpack_writecopy_helper(b,source,bits,oggpack_write,0);
517 oggpack_write(&o,b[i],bits?bits:ilog(b[i]));
666 oggpack_write(&o,large[i],32);

Completed in 120 milliseconds