Searched refs:ascending (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/libva/test/encode/ |
D | h264encode.c | 1173 #define partition(ref, field, key, ascending) \ argument 1175 if (ascending) { \ 1196 int ascending, int frame_idx) in sort_one() argument 1204 partition(ref, frame_idx, key, ascending); in sort_one() 1207 partition(ref, TopFieldOrderCnt, (signed int)key, ascending); in sort_one() 1212 sort_one(ref, left, j, ascending, frame_idx); in sort_one() 1215 sort_one(ref, i, right, ascending, frame_idx); in sort_one()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_idct32x32_add_neon.asm | 302 ; r7 dest + 0 * dest_stride, ascending (1, 2, 3, ...) 304 ; r10 dest + 16 * dest_stride, ascending (17, 18, 19, ...)
|