Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_dpb.c1563 dpbPicture_t tmpPic; in ShellSort() local
1571 tmpPic = pPic[i]; in ShellSort()
1573 while (j >= step && ComparePictures(pPic + j - step, &tmpPic) > 0) in ShellSort()
1578 pPic[j] = tmpPic; in ShellSort()