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.c522 WORD32 i4_temp_poc; in ih264d_start_of_pic() local
535 i4_temp_poc = MIN(i4_top_field_order_poc, in ih264d_start_of_pic()
537 ps_dec->ps_cur_pic->i4_avg_poc = i4_temp_poc; in ih264d_start_of_pic()
1485 WORD32 i4_temp_poc; in ih264d_parse_decode_slice() local
1493 i4_temp_poc = MIN(i4_top_field_order_poc, in ih264d_parse_decode_slice()
1497 i4_temp_poc = ps_dec->ps_cur_pic->i4_top_field_order_cnt; in ih264d_parse_decode_slice()
1499 i4_temp_poc = ps_dec->ps_cur_pic->i4_bottom_field_order_cnt; in ih264d_parse_decode_slice()
1501 ps_dec->ps_cur_pic->i4_top_field_order_cnt = i4_temp_poc in ih264d_parse_decode_slice()
1503 ps_dec->ps_cur_pic->i4_bottom_field_order_cnt = i4_temp_poc in ih264d_parse_decode_slice()
1505 ps_dec->ps_cur_pic->i4_poc = i4_temp_poc; in ih264d_parse_decode_slice()
[all …]