Lines Matching refs:framepoc
76 …pSlice->ThisPOC = pSlice->framepoc = (pSlice->toppoc < pSlice->bottompoc) ? pSlice->toppoc : pSlic… in decode_poc()
84 pSlice->framepoc = pSlice->ThisPOC; in decode_poc()
143 …pSlice->ThisPOC = pSlice->framepoc = (pSlice->toppoc < pSlice->bottompoc) ? pSlice->toppoc : pSlic… in decode_poc()
151 pSlice->framepoc = pSlice->ThisPOC; 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()
183 pSlice->bottompoc = pSlice->framepoc = pSlice->ThisPOC; in decode_poc()
336 if (fs->frame && (fs->frame->layer_id == 0) && (poc == currSlice->framepoc)) { in init_mvc_picture()
653 currSlice->framepoc = p_Vid->last_framepoc[currSlice->layer_id]; in alloc_decpic()
659 dec_pic->frame_poc = currSlice->framepoc; in alloc_decpic()
664 p_Vid->last_framepoc[currSlice->layer_id] = currSlice->framepoc; in alloc_decpic()
690 dec_pic->poc = currSlice->framepoc; in alloc_decpic()
1211 if (currSlice->framepoc >= p_Dpb->fs_ref[i]->frame->poc) { in init_lists_b_slice_mvc()
1222 if (currSlice->framepoc < p_Dpb->fs_ref[i]->frame->poc) { in init_lists_b_slice_mvc()