Lines Matching refs:bottompoc
75 pSlice->bottompoc = pSlice->toppoc + pSlice->delta_pic_order_cnt_bottom; in decode_poc()
76 …isPOC = pSlice->framepoc = (pSlice->toppoc < pSlice->bottompoc) ? pSlice->toppoc : pSlice->bottomp… in decode_poc()
82 … pSlice->ThisPOC = pSlice->bottompoc = pSlice->PicOrderCntMsb + pSlice->pic_order_cnt_lsb; in decode_poc()
142 …pSlice->bottompoc = pSlice->toppoc + active_sps->offset_for_top_to_bottom_field + pSlice->delta_pi… in decode_poc()
143 …isPOC = pSlice->framepoc = (pSlice->toppoc < pSlice->bottompoc) ? pSlice->toppoc : pSlice->bottomp… in decode_poc()
149 …pSlice->ThisPOC = pSlice->bottompoc = p_Vid->ExpectedPicOrderCnt + active_sps->offset_for_top_to_b… in decode_poc()
160 pSlice->ThisPOC = pSlice->framepoc = pSlice->toppoc = pSlice->bottompoc = 0; in decode_poc()
179 pSlice->toppoc = pSlice->bottompoc = pSlice->framepoc = pSlice->ThisPOC; in decode_poc()
183 pSlice->bottompoc = pSlice->framepoc = pSlice->ThisPOC; in decode_poc()
362 … if (fs->bottom_field && (fs->bottom_field->layer_id == 0) && (poc == currSlice->bottompoc)) { in init_mvc_picture()
652 currSlice->bottompoc = p_Vid->last_bottompoc[currSlice->layer_id]; in alloc_decpic()
658 dec_pic->bottom_poc = currSlice->bottompoc; in alloc_decpic()
663 p_Vid->last_bottompoc[currSlice->layer_id] = currSlice->bottompoc; in alloc_decpic()
688 dec_pic->poc = currSlice->bottompoc; in alloc_decpic()