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.c1066 pocstruct_t s_tmp_poc; in ih264d_parse_decode_slice() local
1280 s_tmp_poc.i4_pic_order_cnt_lsb = 0; in ih264d_parse_decode_slice()
1281 s_tmp_poc.i4_delta_pic_order_cnt_bottom = 0; in ih264d_parse_decode_slice()
1290 s_tmp_poc.i4_pic_order_cnt_lsb = i_temp; in ih264d_parse_decode_slice()
1291 COPYTHECONTEXT("SH: pic_order_cnt_lsb", s_tmp_poc.i4_pic_order_cnt_lsb); in ih264d_parse_decode_slice()
1295 s_tmp_poc.i4_delta_pic_order_cnt_bottom = ih264d_sev( in ih264d_parse_decode_slice()
1299 s_tmp_poc.i4_delta_pic_order_cnt_bottom); in ih264d_parse_decode_slice()
1303 s_tmp_poc.i4_delta_pic_order_cnt[0] = 0; in ih264d_parse_decode_slice()
1304 s_tmp_poc.i4_delta_pic_order_cnt[1] = 0; in ih264d_parse_decode_slice()
1308 s_tmp_poc.i4_delta_pic_order_cnt[0] = ih264d_sev(pu4_bitstrm_ofst, in ih264d_parse_decode_slice()
[all …]
Dih264d_utils.c1495 pocstruct_t s_tmp_poc; in ih264d_decode_gaps_in_frame_num() local
1536 s_tmp_poc.i4_pic_order_cnt_lsb = 0; in ih264d_decode_gaps_in_frame_num()
1537 s_tmp_poc.i4_delta_pic_order_cnt_bottom = 0; in ih264d_decode_gaps_in_frame_num()
1538 s_tmp_poc.i4_pic_order_cnt_lsb = 0; in ih264d_decode_gaps_in_frame_num()
1539 s_tmp_poc.i4_delta_pic_order_cnt_bottom = 0; in ih264d_decode_gaps_in_frame_num()
1540 s_tmp_poc.i4_delta_pic_order_cnt[0] = 0; in ih264d_decode_gaps_in_frame_num()
1541 s_tmp_poc.i4_delta_pic_order_cnt[1] = 0; in ih264d_decode_gaps_in_frame_num()
1577 &s_tmp_poc, ps_cur_slice, in ih264d_decode_gaps_in_frame_num()