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

  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_field.h 99 int total_bits() const { return total_bits_; } function in class:google::protobuf::compiler::javanano::FieldGeneratorMap
  /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/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/chromium_org/third_party/opus/src/celt/
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...]
  /external/libopus/celt/
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...]
  /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...]
  /external/qemu/distrib/libpng-1.2.46/
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...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c 707 int total_bits = PNG_QUANTIZE_RED_BITS + PNG_QUANTIZE_GREEN_BITS + local
712 png_size_t num_entries = ((png_size_t)1 << total_bits);
    [all...]
  /external/elfutils/0.153/libcpu/
i386_parse.c 2605 static int total_bits = 2; \/\/ Already counted the rep\/repe bits. variable
    [all...]

Completed in 2689 milliseconds