Home
last modified time | relevance | path

Searched refs:i4_prev_frame_num_ofst (Results 1 – 4 of 4) sorted by relevance

/external/libavc/decoder/
Dih264d_utils.c167 WORD32 i4_prev_frame_num_ofst; in ih264d_decode_pic_order_cnt() local
252 i4_prev_frame_num_ofst = 0; in ih264d_decode_pic_order_cnt()
256 i4_prev_frame_num_ofst = ps_prev_poc->i4_prev_frame_num_ofst; in ih264d_decode_pic_order_cnt()
260 i4_prev_frame_num_ofst = 0; in ih264d_decode_pic_order_cnt()
271 frame_num_ofst = i4_prev_frame_num_ofst in ih264d_decode_pic_order_cnt()
275 frame_num_ofst = i4_prev_frame_num_ofst; in ih264d_decode_pic_order_cnt()
344 ps_cur_poc->i4_prev_frame_num_ofst = frame_num_ofst; in ih264d_decode_pic_order_cnt()
361 i4_prev_frame_num_ofst = 0; in ih264d_decode_pic_order_cnt()
364 i4_prev_frame_num_ofst = ps_prev_poc->i4_prev_frame_num_ofst; in ih264d_decode_pic_order_cnt()
367 i4_prev_frame_num_ofst = 0; in ih264d_decode_pic_order_cnt()
[all …]
Dih264d_parse_slice.c198 ps_prev_poc->i4_prev_frame_num_ofst = ps_cur_poc->i4_prev_frame_num_ofst; in ih264d_start_of_pic()
1158 ps_prev_poc->i4_prev_frame_num_ofst = ps_cur_poc->i4_prev_frame_num_ofst; in ih264d_parse_decode_slice()
Dih264d_structs.h417 WORD32 i4_prev_frame_num_ofst; member
Dih264d_api.c1043 ps_prev_poc->i4_prev_frame_num_ofst = ps_cur_poc->i4_prev_frame_num_ofst = 0; in ih264d_init_decoder()