Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_utils.c383 WORD32 tmp_poc; in ih264d_decode_pic_order_cnt() local
416 tmp_poc = 0; in ih264d_decode_pic_order_cnt()
418 tmp_poc = ((frame_num_ofst + (WORD32)u2_frame_num) << 1) in ih264d_decode_pic_order_cnt()
421 tmp_poc = ((frame_num_ofst + (WORD32)u2_frame_num) << 1); in ih264d_decode_pic_order_cnt()
426 i4_top_field_order_cnt = tmp_poc; in ih264d_decode_pic_order_cnt()
427 i4_bottom_field_order_cnt = tmp_poc; in ih264d_decode_pic_order_cnt()
430 i4_top_field_order_cnt = tmp_poc; in ih264d_decode_pic_order_cnt()
432 i4_bottom_field_order_cnt = tmp_poc; in ih264d_decode_pic_order_cnt()