Home | History | Annotate | Download | only in encode

Lines Matching full:ascending

1173 #define partition(ref, field, key, ascending)   \
1175 if (ascending) { \
1196 int ascending, int frame_idx)
1204 partition(ref, frame_idx, key, ascending);
1207 partition(ref, TopFieldOrderCnt, (signed int)key, ascending);
1212 sort_one(ref, left, j, ascending, frame_idx);
1215 sort_one(ref, i, right, ascending, frame_idx);