Lines Matching refs:ThisPOC
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()
82 … pSlice->ThisPOC = pSlice->bottompoc = pSlice->PicOrderCntMsb + pSlice->pic_order_cnt_lsb; in decode_poc()
84 pSlice->framepoc = pSlice->ThisPOC; in decode_poc()
85 p_Vid->ThisPOC = pSlice->ThisPOC; 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()
149 …pSlice->ThisPOC = pSlice->bottompoc = p_Vid->ExpectedPicOrderCnt + active_sps->offset_for_top_to_b… in decode_poc()
151 pSlice->framepoc = pSlice->ThisPOC; in decode_poc()
160 pSlice->ThisPOC = pSlice->framepoc = pSlice->toppoc = pSlice->bottompoc = 0; in decode_poc()
174 pSlice->ThisPOC = (2 * pSlice->AbsFrameNum - 1); in decode_poc()
176 pSlice->ThisPOC = (2 * pSlice->AbsFrameNum); 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()
183 pSlice->bottompoc = pSlice->framepoc = pSlice->ThisPOC; in decode_poc()
654 currSlice->ThisPOC = p_Vid->last_thispoc[currSlice->layer_id]; in alloc_decpic()
660 dec_pic->ThisPOC = currSlice->ThisPOC; in alloc_decpic()
665 p_Vid->last_thispoc[currSlice->layer_id] = currSlice->ThisPOC; in alloc_decpic()
1095 RK_S32 currPOC = currSlice->ThisPOC; in init_lists_p_slice_mvc()
1199 RK_S32 currPOC = currSlice->ThisPOC; in init_lists_b_slice_mvc()
1260 if (currSlice->ThisPOC >= p_Dpb->fs_ref[i]->poc) { in init_lists_b_slice_mvc()
1269 if (currSlice->ThisPOC < p_Dpb->fs_ref[i]->poc) { in init_lists_b_slice_mvc()