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

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

Completed in 345 milliseconds