Searched refs:toppoc (Results 1 – 2 of 2) sorted by relevance
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()[all …]
795 RK_S32 toppoc; //poc for this top field member