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

  /external/aac/libMpegTPEnc/include/
tpenc_lib.h 225 * \param total_bits Amount of total access unit bits.
231 INT total_bits,
  /external/chromium_org/third_party/opus/src/celt/
bands.h 94 * @param total_bits Total number of bits that can be used for the frame (including the ones already spent)
104 opus_int32 total_bits, opus_int32 balance, ec_ctx *ec, int M, int codedBands, opus_uint32 *seed);
celt_decoder.c 687 opus_int32 total_bits; local
779 total_bits = len*8;
782 if (tell >= total_bits)
798 if (st->start==0 && tell+16 <= total_bits)
806 if (ec_tell(dec)+2<=total_bits)
813 if (LM > 0 && tell+3 <= total_bits)
827 intra_ener = tell+3<=total_bits ? ec_dec_bit_logp(dec, 3) : 0;
837 if (tell+4 <= total_bits)
847 total_bits<<=BITRES;
860 while (tell+(dynalloc_loop_logp<<BITRES) < total_bits && boost < cap[i]
    [all...]
celt_encoder.c 1286 opus_int32 total_bits; local
    [all...]
bands.c     [all...]
  /external/libopus/celt/
bands.h 94 * @param total_bits Total number of bits that can be used for the frame (including the ones already spent)
104 opus_int32 total_bits, opus_int32 balance, ec_ctx *ec, int M, int codedBands, opus_uint32 *seed);
celt_decoder.c 687 opus_int32 total_bits; local
779 total_bits = len*8;
782 if (tell >= total_bits)
798 if (st->start==0 && tell+16 <= total_bits)
806 if (ec_tell(dec)+2<=total_bits)
813 if (LM > 0 && tell+3 <= total_bits)
827 intra_ener = tell+3<=total_bits ? ec_dec_bit_logp(dec, 3) : 0;
837 if (tell+4 <= total_bits)
847 total_bits<<=BITRES;
860 while (tell+(dynalloc_loop_logp<<BITRES) < total_bits && boost < cap[i]
    [all...]
celt_encoder.c 1286 opus_int32 total_bits; local
    [all...]
bands.c     [all...]
  /external/flac/libFLAC/
bitwriter.c 217 fprintf(out, "bitwriter: capacity=%u words=%u bits=%u total_bits=%u\n", bw->capacity, bw->words, bw->bits, FLAC__TOTAL_BITS(bw));
517 unsigned total_bits, interesting_bits, msbs; local
529 total_bits = interesting_bits + msbs;
533 if(total_bits <= 32)
534 return FLAC__bitwriter_write_raw_uint32(bw, pattern, total_bits);
660 unsigned total_bits, msbs, uval;
680 total_bits = 1 + k + msbs;
684 if(total_bits <= 32) {
685 if(!FLAC__bitwriter_write_raw_uint32(bw, pattern, total_bits))
724 unsigned total_bits, msbs
    [all...]
  /external/elfutils/0.153/libcpu/
i386_parse.y 893 static int total_bits = 2; // Already counted the rep/repe bits.
976 total_bits += nbitoff[i][0];
991 total_bits += nbitoff[i][1];
1006 total_bits += nbitoff[i][2];
1018 total_bits += nbitfct[i];
1031 total_bits += nbitstr[i];
1045 total_bits += nbitsuf;
    [all...]
i386_parse.c 2605 static int total_bits = 2; \/\/ Already counted the rep\/repe bits. variable
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 358 const unsigned total_bits = format_desc->block.bits; local
379 total_bits - (padding_right + *width);
382 unsigned long long mask_left = (1ULL << (total_bits - padding_left)) - 1;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 358 const unsigned total_bits = format_desc->block.bits; local
379 total_bits - (padding_right + *width);
382 unsigned long long mask_left = (1ULL << (total_bits - padding_left)) - 1;
  /external/chromium_org/third_party/libpng/
pngrtran.c 482 int total_bits = PNG_DITHER_RED_BITS + PNG_DITHER_GREEN_BITS + local
487 png_size_t num_entries = ((png_size_t)1 << total_bits);
    [all...]
  /external/libpng/
pngrtran.c 738 int total_bits = PNG_QUANTIZE_RED_BITS + PNG_QUANTIZE_GREEN_BITS + local
743 png_size_t num_entries = ((png_size_t)1 << total_bits);
    [all...]

Completed in 745 milliseconds