OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WORD_SIZE
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp
34
#define
WORD_SIZE
4 /* for 32-bit machine */
70
#if
WORD_SIZE
==4
213
if (stream->byteCount +
WORD_SIZE
> stream->bufferSize)
215
if (PV_SUCCESS != BitstreamUseOverrunBuffer(stream,
WORD_SIZE
))
217
stream->byteCount +=
WORD_SIZE
;
227
#if (
WORD_SIZE
== 4)
235
#if (
WORD_SIZE
== 4)
264
bitused = (
WORD_SIZE
<< 3) - bitleft; /* number of bits used */
289
bitleft = (
WORD_SIZE
<< 3) - bitleft;
293
shift = ((
WORD_SIZE
- 1) << 3)
[
all
...]
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
bitstream_io.cpp
20
#define
WORD_SIZE
32
63
stream->bit_left =
WORD_SIZE
;
89
num_bits =
WORD_SIZE
- stream->bit_left; /* must be multiple of 8 !!*/
128
stream->bit_left =
WORD_SIZE
;
150
if (nBits >
WORD_SIZE
) /* has to be taken care of specially */
176
stream->bit_left =
WORD_SIZE
- nBits;
243
//if(bitstream->bit_left<(
WORD_SIZE
<<3)) /* in fact, no need to check */
residual.cpp
51
#if (
WORD_SIZE
==32)
84
#if (
WORD_SIZE
==32)
117
#if (
WORD_SIZE
==32)
/external/v8/src/x64/
disasm-x64.cc
328
WORD_SIZE
= 1,
365
if (operand_size_ != 0) return
WORD_SIZE
;
560
case
WORD_SIZE
:
[
all
...]
Completed in 2979 milliseconds