Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_parse_slice.c539 WORD32 i4_temp_poc; in ih264d_start_of_pic() local
552 i4_temp_poc = MIN(i4_top_field_order_poc, in ih264d_start_of_pic()
554 ps_dec->ps_cur_pic->i4_avg_poc = i4_temp_poc; in ih264d_start_of_pic()
1447 WORD32 i4_temp_poc; in ih264d_parse_decode_slice() local
1455 i4_temp_poc = MIN(i4_top_field_order_poc, in ih264d_parse_decode_slice()
1459 i4_temp_poc = ps_dec->ps_cur_pic->i4_top_field_order_cnt; in ih264d_parse_decode_slice()
1461 i4_temp_poc = ps_dec->ps_cur_pic->i4_bottom_field_order_cnt; in ih264d_parse_decode_slice()
1463 ps_dec->ps_cur_pic->i4_top_field_order_cnt = i4_temp_poc in ih264d_parse_decode_slice()
1465 ps_dec->ps_cur_pic->i4_bottom_field_order_cnt = i4_temp_poc in ih264d_parse_decode_slice()
1467 ps_dec->ps_cur_pic->i4_poc = i4_temp_poc; in ih264d_parse_decode_slice()
[all …]
/external/libhevc/encoder/
Dihevce_lap_interface.c1941 WORD32 i4_temp_poc = 0; in ihevce_lap_queue_input() local
1959 i4_temp_poc = in ihevce_lap_queue_input()
1964 ps_lap_struct->ai4_capture_order_poc[i4_capture_idx - 1] = i4_temp_poc; in ihevce_lap_queue_input()