Searched refs:rangebits (Results 1 – 1 of 1) sorted by relevance
109 int j,k,count=0,maxclass=-1,rangebits; in floor1_info_unpack() local142 rangebits=oggpack_read(opb,4); in floor1_info_unpack()143 if(rangebits < 0) goto err_out; in floor1_info_unpack()160 int t=info->postlist[k+2]=(ogg_uint16_t)oggpack_read(opb,rangebits); in floor1_info_unpack()161 if(t>=(1<<rangebits))goto err_out; in floor1_info_unpack()166 info->postlist[1]=1<<rangebits; in floor1_info_unpack()