OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ps_cur_poc
(Results
1 - 6
of
6
) sorted by null
/external/libavc/decoder/
ih264d_utils.h
49
pocstruct_t *
ps_cur_poc
,
69
pocstruct_t *
ps_cur_poc
,
ih264d_parse_slice.c
168
pocstruct_t *
ps_cur_poc
= ps_temp_poc;
local
184
ps_prev_poc->i4_pic_order_cnt_lsb =
ps_cur_poc
->i4_pic_order_cnt_lsb;
185
ps_prev_poc->i4_pic_order_cnt_msb =
ps_cur_poc
->i4_pic_order_cnt_msb;
187
ps_cur_poc
->i4_delta_pic_order_cnt_bottom;
189
ps_cur_poc
->i4_delta_pic_order_cnt[0];
191
ps_cur_poc
->i4_delta_pic_order_cnt[1];
193
ps_prev_poc->i4_prev_frame_num_ofst =
ps_cur_poc
->i4_prev_frame_num_ofst;
965
pocstruct_t *
ps_cur_poc
= &ps_dec->s_cur_pic_poc;
local
1038
pocstruct_t *
ps_cur_poc
;
local
[
all
...]
ih264d_utils.c
80
pocstruct_t *
ps_cur_poc
,
108
((
ps_cur_poc
->i4_pic_order_cnt_lsb
110
|| (
ps_cur_poc
->i4_delta_pic_order_cnt_bottom
118
((
ps_cur_poc
->i4_delta_pic_order_cnt[0]
120
|| (
ps_cur_poc
->i4_delta_pic_order_cnt[1]
156
pocstruct_t *
ps_cur_poc
,
193
if((
ps_cur_poc
->i4_pic_order_cnt_lsb
196
-
ps_cur_poc
->i4_pic_order_cnt_lsb)
203
else if((
ps_cur_poc
->i4_pic_order_cnt_lsb
205
&& ((
ps_cur_poc
->i4_pic_order_cnt_ls
[
all
...]
ih264d_error_handler.h
124
pocstruct_t *
ps_cur_poc
,
ih264d_api.c
924
pocstruct_t *ps_prev_poc, *
ps_cur_poc
;
local
[
all
...]
ih264d_parse_pslice.c
[
all
...]
Completed in 41 milliseconds