Home
last modified time | relevance | path

Searched refs:s_tmp_poc (Results 1 – 2 of 2) sorted by relevance

/external/libavc/decoder/
Dih264d_parse_slice.c1076 pocstruct_t s_tmp_poc = {0}; in ih264d_parse_decode_slice() local
1234 s_tmp_poc.i4_pic_order_cnt_lsb = 0; in ih264d_parse_decode_slice()
1235 s_tmp_poc.i4_delta_pic_order_cnt_bottom = 0; in ih264d_parse_decode_slice()
1244 s_tmp_poc.i4_pic_order_cnt_lsb = i_temp; in ih264d_parse_decode_slice()
1245 COPYTHECONTEXT("SH: pic_order_cnt_lsb", s_tmp_poc.i4_pic_order_cnt_lsb); in ih264d_parse_decode_slice()
1249 s_tmp_poc.i4_delta_pic_order_cnt_bottom = ih264d_sev( in ih264d_parse_decode_slice()
1253 s_tmp_poc.i4_delta_pic_order_cnt_bottom); in ih264d_parse_decode_slice()
1257 s_tmp_poc.i4_delta_pic_order_cnt[0] = 0; in ih264d_parse_decode_slice()
1258 s_tmp_poc.i4_delta_pic_order_cnt[1] = 0; in ih264d_parse_decode_slice()
1262 s_tmp_poc.i4_delta_pic_order_cnt[0] = ih264d_sev(pu4_bitstrm_ofst, in ih264d_parse_decode_slice()
[all …]
Dih264d_utils.c1584 pocstruct_t s_tmp_poc; in ih264d_decode_gaps_in_frame_num() local
1625 s_tmp_poc.i4_pic_order_cnt_lsb = 0; in ih264d_decode_gaps_in_frame_num()
1626 s_tmp_poc.i4_delta_pic_order_cnt_bottom = 0; in ih264d_decode_gaps_in_frame_num()
1627 s_tmp_poc.i4_pic_order_cnt_lsb = 0; in ih264d_decode_gaps_in_frame_num()
1628 s_tmp_poc.i4_delta_pic_order_cnt_bottom = 0; in ih264d_decode_gaps_in_frame_num()
1629 s_tmp_poc.i4_delta_pic_order_cnt[0] = 0; in ih264d_decode_gaps_in_frame_num()
1630 s_tmp_poc.i4_delta_pic_order_cnt[1] = 0; in ih264d_decode_gaps_in_frame_num()
1666 &s_tmp_poc, ps_cur_slice, in ih264d_decode_gaps_in_frame_num()