Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_parse_slice.c527 WORD32 i4_temp_poc; in ih264d_start_of_pic() local
540 i4_temp_poc = MIN(i4_top_field_order_poc, in ih264d_start_of_pic()
542 ps_dec->ps_cur_pic->i4_avg_poc = i4_temp_poc; in ih264d_start_of_pic()
1426 WORD32 i4_temp_poc; in ih264d_parse_decode_slice() local
1434 i4_temp_poc = MIN(i4_top_field_order_poc, in ih264d_parse_decode_slice()
1438 i4_temp_poc = ps_dec->ps_cur_pic->i4_top_field_order_cnt; in ih264d_parse_decode_slice()
1440 i4_temp_poc = ps_dec->ps_cur_pic->i4_bottom_field_order_cnt; in ih264d_parse_decode_slice()
1442 ps_dec->ps_cur_pic->i4_top_field_order_cnt = i4_temp_poc in ih264d_parse_decode_slice()
1444 ps_dec->ps_cur_pic->i4_bottom_field_order_cnt = i4_temp_poc in ih264d_parse_decode_slice()
1446 ps_dec->ps_cur_pic->i4_poc = i4_temp_poc; in ih264d_parse_decode_slice()
[all …]