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

  /external/aac/libFDK/include/
FDK_crc.h 117 INT maxBits;
  /external/libopus/silk/
control.h 90 opus_int maxBits;
enc_API.c 458 opus_int maxBits, useCBR;
461 maxBits = encControl->maxBits;
463 maxBits = maxBits * 3 / 5;
466 maxBits = maxBits * 2 / 5;
468 maxBits = maxBits * 3 / 4;
480 maxBits -= encControl->maxBits / ( tot_blocks * 2 )
    [all...]
  /external/aac/libAACenc/src/
qc_data.h 152 INT maxBits; /* maximum number of bits in reservoir */
  /external/lz4/tests/
frametest.c 371 unsigned const maxBits = FUZ_highbit((U32)decodedBufferSize);
380 unsigned const nbBits = FUZ_rand(&randState) % maxBits;
663 unsigned maxBits = FUZ_highbit((U32)decodedBufferSize);
677 unsigned nbBits = FUZ_rand(&randState) % maxBits;
696 unsigned const nbBits = FUZ_rand(&randState) % maxBits;
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c 469 GLint maxBits;
498 maxBits = rBits;
499 if (gBits > maxBits) maxBits = gBits;
500 if (bBits > maxBits) maxBits = bBits;
502 v->Kernel[i] = kernel[i] >> maxBits;
    [all...]
  /external/brotli/java/org/brotli/dec/
Decode.java 377 int maxBits = 0;
382 maxBits++;
388 symbols[i] = BitReader.readFewBits(s, maxBits) % alphabetSize;
    [all...]

Completed in 346 milliseconds