Searched refs:RefPicListX (Results 1 – 1 of 1) sorted by relevance
258 AVCPictureData *picLX, **RefPicListX; in ReorderShortTerm() local262 RefPicListX = video->RefPicList0; in ReorderShortTerm()267 RefPicListX = video->RefPicList1; in ReorderShortTerm()286 RefPicListX[ cIdx ] = RefPicListX[ cIdx - 1]; in ReorderShortTerm()289 RefPicListX[(*refIdxLX)++ ] = picLX; in ReorderShortTerm()295 if (RefPicListX[ cIdx ]) in ReorderShortTerm()297 if ((RefPicListX[ cIdx ]->isLongTerm) || ((int)RefPicListX[ cIdx ]->PicNum != picNumLX)) in ReorderShortTerm()299 RefPicListX[ nIdx++ ] = RefPicListX[ cIdx ]; in ReorderShortTerm()309 AVCPictureData **RefPicListX; in ReorderLongTerm() local316 RefPicListX = video->RefPicList0; in ReorderLongTerm()[all …]