Lines Matching refs:toppoc

57                     p_Vid->PrevPicOrderCntLsb = pSlice->toppoc;  in decode_poc()
74 pSlice->toppoc = pSlice->PicOrderCntMsb + pSlice->pic_order_cnt_lsb; in decode_poc()
75 pSlice->bottompoc = pSlice->toppoc + pSlice->delta_pic_order_cnt_bottom; in decode_poc()
76 …pSlice->ThisPOC = pSlice->framepoc = (pSlice->toppoc < pSlice->bottompoc) ? pSlice->toppoc : pSlic… in decode_poc()
79 pSlice->ThisPOC = pSlice->toppoc = pSlice->PicOrderCntMsb + pSlice->pic_order_cnt_lsb; in decode_poc()
141 pSlice->toppoc = p_Vid->ExpectedPicOrderCnt + pSlice->delta_pic_order_cnt[0]; in decode_poc()
142 …pSlice->bottompoc = pSlice->toppoc + active_sps->offset_for_top_to_bottom_field + pSlice->delta_pi… in decode_poc()
143 …pSlice->ThisPOC = pSlice->framepoc = (pSlice->toppoc < pSlice->bottompoc) ? pSlice->toppoc : pSlic… in decode_poc()
146 … pSlice->ThisPOC = pSlice->toppoc = p_Vid->ExpectedPicOrderCnt + pSlice->delta_pic_order_cnt[0]; 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()
181 pSlice->toppoc = pSlice->framepoc = pSlice->ThisPOC; in decode_poc()
349 if (fs->top_field && (fs->top_field->layer_id == 0) && (poc == currSlice->toppoc)) { in init_mvc_picture()
651 currSlice->toppoc = p_Vid->last_toppoc[currSlice->layer_id]; in alloc_decpic()
657 dec_pic->top_poc = currSlice->toppoc; in alloc_decpic()
662 p_Vid->last_toppoc[currSlice->layer_id] = currSlice->toppoc; in alloc_decpic()
686 dec_pic->poc = currSlice->toppoc; in alloc_decpic()