Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_utils.c353 WORD32 tmp_poc; in ih264d_decode_pic_order_cnt() local
386 tmp_poc = 0; in ih264d_decode_pic_order_cnt()
388 tmp_poc = ((frame_num_ofst + u2_frame_num) << 1) in ih264d_decode_pic_order_cnt()
391 tmp_poc = ((frame_num_ofst + u2_frame_num) << 1); in ih264d_decode_pic_order_cnt()
396 i4_top_field_order_cnt = tmp_poc; in ih264d_decode_pic_order_cnt()
397 i4_bottom_field_order_cnt = tmp_poc; in ih264d_decode_pic_order_cnt()
400 i4_top_field_order_cnt = tmp_poc; in ih264d_decode_pic_order_cnt()
402 i4_bottom_field_order_cnt = tmp_poc; in ih264d_decode_pic_order_cnt()