OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u4_cur_word
(Results
1 - 5
of
5
) sorted by null
/external/libhevc/decoder/
ihevcd_bitstream.c
109
UWORD32
u4_cur_word
;
local
116
u4_cur_word
= ITT_BIG_ENDIAN(u4_temp);
123
ps_bitstrm->
u4_cur_word
=
u4_cur_word
;
160
ps_bitstrm->
u4_cur_word
,
196
ps_bitstrm->
u4_cur_word
,
255
ps_bitstrm->u4_nxt_word = ps_bitstrm->
u4_cur_word
;
256
ps_bitstrm->
u4_cur_word
= ITT_BIG_ENDIAN(val);
266
ps_bitstrm->
u4_cur_word
,
305
ps_bitstrm->
u4_cur_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
64
m_u4_cur_word = m_ps_bitstrm->
u4_cur_word
; \
78
m_ps_bitstrm->
u4_cur_word
= m_u4_cur_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
82
UWORD32
u4_cur_word
;
member in struct:__anon3397
[
all
...]
Completed in 28 milliseconds