OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitLeft
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp
71
stream->
bitLeft
= 32;
73
stream->
bitLeft
= 16;
124
if (stream->
bitLeft
> Length)
128
stream->
bitLeft
-= Length;
134
stream->word <<= stream->
bitLeft
;
135
Length -= stream->
bitLeft
;
147
stream->
bitLeft
-= Length;
149
/* stream->
bitLeft
should be greater than zero at this point */
150
//if(stream->
bitLeft
<=0)
212
/* assume that stream->
bitLeft
is always zero when this function is called *
261
Int numbyte,
bitleft
, bitused;
local
278
word <<=
bitleft
; \/* word is not all consumed *\/
local
422
Int bitused,
bitleft
, offset, fraction;
local
[
all
...]
mp4lib_int.h
34
Int
bitLeft
; /*number of bits left in "word" */
Completed in 30 milliseconds