Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_dpb.c115 static void ShellSort(dpbPicture_t *pPic, u32 num);
1558 static void ShellSort(dpbPicture_t *pPic, u32 num) in ShellSort() argument
1571 tmpPic = pPic[i]; in ShellSort()
1573 while (j >= step && ComparePictures(pPic + j - step, &tmpPic) > 0) in ShellSort()
1575 pPic[j] = pPic[j-step]; in ShellSort()
1578 pPic[j] = tmpPic; in ShellSort()