HomeSort by relevance Sort by last modified time
    Searched full:totalbits (Results 1 - 25 of 25) sorted by null

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_huffman.c 22 int32_t i, j, maxBits, loopCount, totalBits, value;
26 totalBits = 0;
28 totalBits += *pTable++;
30 if (totalBits != maxBits)
64 int32_t i, j, maxBits, loopCount, totalBits, value;
68 totalBits = 0;
70 totalBits += *pTable++;
72 if (totalBits != maxBits)
  /external/protobuf/src/google/protobuf/compiler/java/
java_message_builder_lite.cc 134 int totalBits = 0;
136 totalBits += field_generators_.get(descriptor_->field(i))
139 int totalInts = (totalBits + 31) / 32;
java_message_lite.cc 221 int totalBits = 0;
223 totalBits += field_generators_.get(descriptor_->field(i))
226 int totalInts = (totalBits + 31) / 32;
886 int totalBits = 0;
888 totalBits += field_generators_.get(descriptor_->field(i))
891 int totalInts = (totalBits + 31) / 32;
    [all...]
java_message_builder.cc 154 int totalBits = 0;
156 totalBits += field_generators_.get(descriptor_->field(i))
159 int totalInts = (totalBits + 31) / 32;
java_message.cc 384 int totalBits = 0;
386 totalBits += field_generators_.get(descriptor_->field(i))
389 int totalInts = (totalBits + 31) / 32;
    [all...]
  /external/aac/libAACenc/src/
qc_main.cpp 518 INT totalBits = 0; /* sum of bits over all elements */
524 totalBits += qcElement[i]->grantedDynBits;
529 totalBits. For that case, the difference must be added/substracted again
534 if (codeBits != totalBits) {
552 if (codeBits - totalBits > 0) {
553 qcElement[elMinBits]->grantedDynBits += codeBits - totalBits;
555 qcElement[elMaxBits]->grantedDynBits += codeBits - totalBits;
709 INT c, totalBits = 0;
716 totalBits += qcOut[c]->usedDynBits;
719 return totalBits;
    [all...]
aacenc.cpp     [all...]
qc_data.h 256 INT totalBits; /* sum of static, dyn, sbr, fill, align and dse bits */
bitenc.cpp     [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 118 size_t totalbits = 0; local
595 totalbits += 8 * stream_len;
605 printf("\n\ntotal bits = %" PRIuS " bits", totalbits);
607 (double)totalbits * (FS / 1000) / totalsmpls);
kenny.cc 132 int totalbits =0; local
792 totalbits += static_cast<int>(8 * stream_len);
807 printf("\n\ntotal bits = %d bits", totalbits);
809 (double)totalbits *(FS/1000) / totalsmpls);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 80 size_t totalbits = 0; local
887 totalbits += 8 * stream_len;
898 printf("total bits = %" PRIuS " bits\n", totalbits);
900 (double)totalbits * (sampFreqKHz) / totalsmpls);
928 (double)totalbits * (sampFreqKHz) / totalsmpls);
  /external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 282 uint64_t TotalBits;
284 PerRecordStats() : NumInstances(0), NumAbbrev(0), TotalBits(0) {}
421 BlockStats.CodeFreq[Code].TotalBits +=
599 (unsigned long)RecStats.TotalBits);
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 381 uint64_t TotalBits;
383 PerRecordStats() : NumInstances(0), NumAbbrev(0), TotalBits(0) {}
579 BlockStats.CodeFreq[Code].TotalBits +=
885 (unsigned long)RecStats.TotalBits);
889 (double)RecStats.TotalBits/RecStats.NumInstances);
    [all...]
  /external/aac/libSBRenc/src/
bit_sbr.h 117 INT TotalBits;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 61 size_t totalbits = 0; local
430 totalbits += 8 * stream_len;
437 rate = ((double)totalbits * (sampFreqKHz)) / (double)totalsmpls;
  /prebuilts/go/darwin-x86/src/runtime/
mbitmap.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
mbitmap.go     [all...]
  /external/elfutils/libcpu/
i386_parse.y 1253 size_t totalbits = 0;
1262 ++totalbits;
1269 totalbits += b->field->bits;
1279 size_t nbytes = (totalbits - zerobits + 7) / 8;
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp     [all...]
  /external/tpm2/
CpriECC.c 690 UINT32 totalBits;
711 totalBits = BN_num_bits(bnNm1) + 64;
724 totalBits, withExtra, NULL, FALSE);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp 399 count=8-stream->totalBits & 8;
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/
runtime.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/
runtime.a     [all...]

Completed in 1115 milliseconds