Home
last modified time | relevance | path

Searched refs:rangebits (Results 1 – 1 of 1) sorted by relevance

/external/tremolo/Tremolo/
Dfloor1.c109 int j,k,count=0,maxclass=-1,rangebits; in floor1_info_unpack() local
142 rangebits=oggpack_read(opb,4); in floor1_info_unpack()
159 int t=info->postlist[k+2]=(ogg_uint16_t)oggpack_read(opb,rangebits); in floor1_info_unpack()
160 if(t>=(1<<rangebits))goto err_out; in floor1_info_unpack()
165 info->postlist[1]=1<<rangebits; in floor1_info_unpack()