Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_utils.c415 WORD32 tmp_poc; in ih264d_decode_pic_order_cnt() local
453 tmp_poc = 0; in ih264d_decode_pic_order_cnt()
461 tmp_poc = i8_result; in ih264d_decode_pic_order_cnt()
470 tmp_poc = i8_result; in ih264d_decode_pic_order_cnt()
476 i4_top_field_order_cnt = tmp_poc; in ih264d_decode_pic_order_cnt()
477 i4_bottom_field_order_cnt = tmp_poc; in ih264d_decode_pic_order_cnt()
480 i4_top_field_order_cnt = tmp_poc; in ih264d_decode_pic_order_cnt()
482 i4_bottom_field_order_cnt = tmp_poc; in ih264d_decode_pic_order_cnt()