Searched refs:pPic (Results 1 – 1 of 1) sorted by relevance
115 static void ShellSort(dpbPicture_t *pPic, u32 num);1558 static void ShellSort(dpbPicture_t *pPic, u32 num) in ShellSort() argument1571 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()