OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cur_word
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad.cpp
96
uint32
cur_word
;
local
113
cur_word
= *((uint32*)(blk += 4));
115
tmp2 = (
cur_word
>> 24) & 0xFF;
118
tmp2 = (
cur_word
>> 16) & 0xFF;
121
tmp2 = (
cur_word
>> 8) & 0xFF;
125
tmp2 = (
cur_word
& 0xFF);
128
cur_word
= *((uint32*)(blk += 4));
130
tmp2 = (
cur_word
>> 24) & 0xFF;
133
tmp2 = (
cur_word
>> 16) & 0xFF;
136
tmp2 = (
cur_word
>> 8) & 0xFF
206
uint32
cur_word
;
local
[
all
...]
sad_halfpel.cpp
195
uint32
cur_word
;
local
211
cur_word
= *((uint32*)(blk += 4));
215
tmp2 = (
cur_word
>> 24) & 0xFF;
221
tmp2 = (
cur_word
>> 16) & 0xFF;
227
tmp2 = (
cur_word
>> 8) & 0xFF;
235
tmp2 = (
cur_word
& 0xFF);
277
uint32
cur_word
;
local
292
cur_word
= *((uint32*)(blk += 4));
297
tmp = (
cur_word
>> 24) & 0xFF;
303
tmp = (
cur_word
>> 16) & 0xFF
358
uint32
cur_word
;
local
434
uint32
cur_word
;
local
502
uint32
cur_word
;
local
568
uint32
cur_word
;
local
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad.cpp
112
ULong
cur_word
;
local
126
cur_word
= *((ULong*)(blk += 4));
128
tmp2 = (
cur_word
>> 24) & 0xFF;
131
tmp2 = (
cur_word
>> 16) & 0xFF;
134
tmp2 = (
cur_word
>> 8) & 0xFF;
138
tmp2 = (
cur_word
& 0xFF);
141
cur_word
= *((ULong*)(blk += 4));
143
tmp2 = (
cur_word
>> 24) & 0xFF;
146
tmp2 = (
cur_word
>> 16) & 0xFF;
149
tmp2 = (
cur_word
>> 8) & 0xFF
219
ULong
cur_word
;
local
[
all
...]
sad_halfpel.cpp
348
ULong
cur_word
;
local
362
cur_word
= *((ULong*)(blk += 4));
366
tmp2 = (
cur_word
>> 24) & 0xFF;
372
tmp2 = (
cur_word
>> 16) & 0xFF;
378
tmp2 = (
cur_word
>> 8) & 0xFF;
386
tmp2 = (
cur_word
& 0xFF);
427
ULong
cur_word
;
local
440
cur_word
= *((ULong*)(blk += 4));
445
tmp = (
cur_word
>> 24) & 0xFF;
451
tmp = (
cur_word
>> 16) & 0xFF
505
ULong
cur_word
;
local
579
ULong
cur_word
;
local
647
ULong
cur_word
;
local
713
ULong
cur_word
;
local
[
all
...]
/external/libhevc/decoder/
ihevcd_bitstream.c
139
* move nxt_word to
cur_word
, read next word32 to nxt_word after endian
210
* Add given number of bits to bitstream offset and update pu4_buf,
cur_word
and
247
* then subtract abs_numbits from offset and add 32 and move
cur_word
to nxt_word
248
* and load
cur_word
appropriately and decrement pu4_buf
282
* Extract required number of bits from
cur_word
& nxt_word return these
318
* Extract required number of bits from
cur_word
& nxt_word return these
354
* Extract required number of bits from
cur_word
& nxt_word return these
392
* and current offset. Since 8 bytes are read at the start into
cur_word
and
410
/* 8 bytes are read in
cur_word
and nxt_word at the start. Hence */
429
* and current offset. Since 8 bytes are read at the start into
cur_word
an
[
all
...]
/art/runtime/gc/accounting/
card_table-inl.h
44
const uintptr_t
cur_word
= word_atomic->LoadRelaxed() &
46
const uintptr_t old_word =
cur_word
| (static_cast<uintptr_t>(old_value) << shift_in_bits);
47
const uintptr_t new_word =
cur_word
| (static_cast<uintptr_t>(new_value) << shift_in_bits);
/external/libavc/decoder/
ih264d_parse_cavlc.c
212
UWORD32 word, word2, cur_bit,
cur_word
, code_val, code_num, clz;
local
216
cur_word
= u4_bitstrm_ofst >> 5;
217
word = pu4_bitstrm_buf[
cur_word
];
218
word2 = pu4_bitstrm_buf[
cur_word
+ 1];
[
all
...]
Completed in 699 milliseconds