OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zerosLeft
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
residual.cpp
154
int
zerosLeft
;
216
zerosLeft
= 0;
221
zerosLeft
+= run[i];
363
ce_TotalZeros(stream,
zerosLeft
, TotalCoeff);
367
ce_TotalZerosChromaDC(stream,
zerosLeft
, TotalCoeff);
372
zerosLeft
= 0;
378
if (
zerosLeft
> 0)
380
ce_RunBefore(stream, run[i],
zerosLeft
);
383
zerosLeft
=
zerosLeft
- run[i]
[
all
...]
vlc_encode.cpp
294
AVCEnc_Status ce_RunBefore(AVCEncBitstream *stream, int run_before, int
zerosLeft
)
321
if (
zerosLeft
<= 6)
323
len = lenRunBefore[
zerosLeft
-1][run_before];
324
code = codRunBefore[
zerosLeft
-1][run_before];
avcenc_lib.h
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_cavlc.c
377
static u32 DecodeRunBefore(u32 bits,u32
zerosLeft
);
653
u32
zerosLeft
number of zeros left for the current block
660
u32 DecodeRunBefore(u32 bits, u32
zerosLeft
)
669
switch (
zerosLeft
)
714
if (INFO(value) >
zerosLeft
)
758
u32 levelSuffix,
zerosLeft
, bit;
865
zerosLeft
= DecodeTotalZeros(bit, totalCoeff,
867
if (!
zerosLeft
)
869
BUFFER_FLUSH(bufferValue, bufferBits, LENGTH(
zerosLeft
));
870
zerosLeft
= INFO(zerosLeft)
[
all
...]
Completed in 1044 milliseconds