OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u4_nxt_word
(Results
1 - 5
of
5
) sorted by null
/external/libhevc/decoder/
ihevcd_bitstream.c
110
UWORD32
u4_nxt_word
;
local
118
u4_nxt_word
= ITT_BIG_ENDIAN(u4_temp);
124
ps_bitstrm->
u4_nxt_word
=
u4_nxt_word
;
161
ps_bitstrm->
u4_nxt_word
,
197
ps_bitstrm->
u4_nxt_word
,
255
ps_bitstrm->
u4_nxt_word
= ps_bitstrm->u4_cur_word;
267
ps_bitstrm->
u4_nxt_word
,
306
ps_bitstrm->
u4_nxt_word
,
342
ps_bitstrm->
u4_nxt_word
);
[
all
...]
ihevcd_cabac.c
152
ps_bitstrm->u4_cur_word, ps_bitstrm->
u4_nxt_word
, (9 + RANGE_SHIFT));
157
ps_bitstrm->u4_cur_word, ps_bitstrm->
u4_nxt_word
, 9);
183
ps_bitstrm->u4_cur_word, ps_bitstrm->
u4_nxt_word
, (9 + RANGE_SHIFT));
188
ps_bitstrm->u4_cur_word, ps_bitstrm->
u4_nxt_word
, 9);
280
ps_bitstrm->u4_cur_word, ps_bitstrm->
u4_nxt_word
, numbits);
328
ps_bitstrm->u4_cur_word, ps_bitstrm->
u4_nxt_word
);
420
ps_bitstrm->u4_cur_word, ps_bitstrm->
u4_nxt_word
, numbits);
478
ps_bitstrm->u4_cur_word, ps_bitstrm->
u4_nxt_word
, numbins);
609
ps_bitstrm->u4_cur_word, ps_bitstrm->
u4_nxt_word
, (UWORD32)c_max);
626
ps_bitstrm->u4_cur_word, ps_bitstrm->
u4_nxt_word
, u4_sym)
[
all
...]
ihevcd_bitstream.h
65
m_u4_nxt_word = m_ps_bitstrm->
u4_nxt_word
; \
79
m_ps_bitstrm->
u4_nxt_word
= m_u4_nxt_word; \
ihevcd_cabac.h
104
ps_bitstrm->u4_cur_word, ps_bitstrm->
u4_nxt_word
, numbits); \
134
ps_bitstrm->u4_cur_word, ps_bitstrm->
u4_nxt_word
); \
172
ps_bitstrm->u4_cur_word, ps_bitstrm->
u4_nxt_word
, numbins); \
ihevcd_structs.h
87
UWORD32
u4_nxt_word
;
member in struct:__anon27647
[
all
...]
Completed in 99 milliseconds