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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.c116 static void ShellSort(dpbPicture_t *pPic, u32 num);
1566 static void ShellSort(dpbPicture_t *pPic, u32 num) argument
1579 tmpPic = pPic[i];
1581 while (j >= step && ComparePictures(pPic + j - step, &tmpPic) > 0)
1583 pPic[j] = pPic[j-step];
1586 pPic[j] = tmpPic;

Completed in 138 milliseconds