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.c1022 pocstruct_t s_tmp_poc; in ih264d_parse_decode_slice() local
1207 s_tmp_poc.i4_pic_order_cnt_lsb = 0; in ih264d_parse_decode_slice()
1208 s_tmp_poc.i4_delta_pic_order_cnt_bottom = 0; in ih264d_parse_decode_slice()
1217 s_tmp_poc.i4_pic_order_cnt_lsb = i_temp; in ih264d_parse_decode_slice()
1218 COPYTHECONTEXT("SH: pic_order_cnt_lsb", s_tmp_poc.i4_pic_order_cnt_lsb); in ih264d_parse_decode_slice()
1222 s_tmp_poc.i4_delta_pic_order_cnt_bottom = ih264d_sev( in ih264d_parse_decode_slice()
1226 s_tmp_poc.i4_delta_pic_order_cnt_bottom); in ih264d_parse_decode_slice()
1230 s_tmp_poc.i4_delta_pic_order_cnt[0] = 0; in ih264d_parse_decode_slice()
1231 s_tmp_poc.i4_delta_pic_order_cnt[1] = 0; in ih264d_parse_decode_slice()
1235 s_tmp_poc.i4_delta_pic_order_cnt[0] = ih264d_sev(pu4_bitstrm_ofst, in ih264d_parse_decode_slice()
[all …]
Dih264d_utils.c1523 pocstruct_t s_tmp_poc; in ih264d_decode_gaps_in_frame_num() local
1564 s_tmp_poc.i4_pic_order_cnt_lsb = 0; in ih264d_decode_gaps_in_frame_num()
1565 s_tmp_poc.i4_delta_pic_order_cnt_bottom = 0; in ih264d_decode_gaps_in_frame_num()
1566 s_tmp_poc.i4_pic_order_cnt_lsb = 0; in ih264d_decode_gaps_in_frame_num()
1567 s_tmp_poc.i4_delta_pic_order_cnt_bottom = 0; in ih264d_decode_gaps_in_frame_num()
1568 s_tmp_poc.i4_delta_pic_order_cnt[0] = 0; in ih264d_decode_gaps_in_frame_num()
1569 s_tmp_poc.i4_delta_pic_order_cnt[1] = 0; in ih264d_decode_gaps_in_frame_num()
1606 &s_tmp_poc, ps_cur_slice, in ih264d_decode_gaps_in_frame_num()