Home
last modified time | relevance | path

Searched refs:RefPicListX (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Dreflist.cpp258 AVCPictureData *picLX, **RefPicListX; in ReorderShortTerm() local
262 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() local
316 RefPicListX = video->RefPicList0; in ReorderLongTerm()
[all …]