OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:totalBits
(Results
1 - 9
of
9
) 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/aac/libAACenc/src/
aacenc.cpp
[
all
...]
qc_data.h
236
INT
totalBits
; /* sum of static, dyn, sbr, fill, align and dse bits */
qc_main.cpp
516
INT
totalBits
= 0;
523
totalBits
+= qcElement[i]->grantedDynBits;
527
qcElement[firstEl]->grantedDynBits += codeBits -
totalBits
;
703
INT c,
totalBits
=0;
711
totalBits
+= qcOut[c]->usedDynBits;
714
return
totalBits
;
761
INT
totalBits
= 0, totalBits_max = 0;
774
totalBits
+= hQC->elementBits[i]->bitResLevelEl;
782
hQC->elementBits[firstEl]->bitResLevelEl += totalBitreservoir -
totalBits
;
[
all
...]
/external/protobuf/src/google/protobuf/compiler/java/
java_message.cc
393
int
totalBits
= 0;
395
totalBits
+= field_generators_.get(descriptor_->field(i))
398
int totalInts = (
totalBits
+ 31) / 32;
849
int
totalBits
= 0;
851
totalBits
+= field_generators_.get(descriptor_->field(i))
854
int totalInts = (
totalBits
+ 31) / 32;
[
all
...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
qc_main.c
567
Word16
totalBits
= 0;
570
totalBits
+= hQC->elementBits.averageBits;
572
hQC->elementBits.averageBits = hQC->elementBits.averageBits + (codeBits -
totalBits
);
/external/aac/libMpegTPDec/src/
tpdec_lib.cpp
687
INT
totalBits
;
699
totalBits
= (INT)FDKgetValidBits(hBs);
701
if (
totalBits
<= 0) {
[
all
...]
/external/tpm2/
CpriECC.c
687
UINT32
totalBits
;
708
totalBits
= BN_num_bits(bnNm1) + 64;
721
totalBits
, withExtra, NULL, FALSE);
[
all
...]
/external/zxing/core/
core.jar
Completed in 291 milliseconds