Searched refs:sort_one (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/libva/test/encode/ |
D | h264encode.c | 1195 static void sort_one(VAPictureH264 ref[], int left, int right, in sort_one() function 1212 sort_one(ref, left, j, ascending, frame_idx); in sort_one() 1215 sort_one(ref, i, right, ascending, frame_idx); in sort_one() 1231 sort_one(ref, left, i-1, list0_ascending, frame_idx); in sort_two() 1232 sort_one(ref, j+1, right, list1_ascending, frame_idx); in sort_two() 1265 sort_one(RefPicList0_P, 0, numShortTerm-1, 0, 1); in update_RefPicList()
|