HomeSort by: relevance | last modified time | path
    Searched defs:slicecount (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/bta2dpd/bta2dpd/
sbc_encode.c 246 int32_t slicecount, bitslice; local in function:calc_bitneed
255 slicecount=0;
294 slicecount = bitcount = 0;
298 bitcount += slicecount;
299 slicecount = 0;
304 slicecount++;
306 slicecount += 2;
309 } while (bitcount + slicecount < global_bitpool);
310 if (bitcount + slicecount == global_bitpool) {
311 bitcount += slicecount;
    [all...]

Completed in 180 milliseconds