OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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/
qc_main.cpp
520
INT
totalBits
= 0;
527
totalBits
+= qcElement[i]->grantedDynBits;
531
qcElement[firstEl]->grantedDynBits += codeBits -
totalBits
;
707
INT c,
totalBits
=0;
715
totalBits
+= qcOut[c]->usedDynBits;
718
return
totalBits
;
765
INT
totalBits
= 0, totalBits_max = 0;
778
totalBits
+= hQC->elementBits[i]->bitResLevelEl;
786
hQC->elementBits[firstEl]->bitResLevelEl += totalBitreservoir -
totalBits
;
[
all
...]
qc_data.h
236
INT
totalBits
; /* sum of static, dyn, sbr, fill, align and dse bits */
aacenc.cpp
[
all
...]
bitenc.cpp
[
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/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
...]
/external/aac/libMpegTPDec/src/
tpdec_lib.cpp
670
INT
totalBits
;
682
totalBits
= (INT)FDKgetValidBits(hBs);
684
if (
totalBits
<= 0) {
[
all
...]
/external/zxing/core/
core.jar
Completed in 495 milliseconds