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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_impl.h214 deep_h = AVL_GET_GREATER(bal_h, 1);
225 AVL_SET_LESS(deep_h, AVL_GET_GREATER(bal_h, 1))
268 bal_h = AVL_GET_GREATER(deep_h, 1);
270 AVL_SET_LESS(old_h, AVL_GET_GREATER(bal_h, 0))
292 AVL_SET_LESS(bal_h, AVL_GET_GREATER(deep_h, 0))
354 hh = AVL_GET_GREATER(hh, 1);
385 hh = cmp < 0 ? AVL_GET_LESS(unbal, 1) : AVL_GET_GREATER(unbal, 1);
405 hh = AVL_GET_GREATER(hh, 1);
464 h = cmp < 0 ? AVL_GET_LESS(h, 1) : AVL_GET_GREATER(h, 1);
498 h = AVL_GET_GREATER(
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/
H A Dhmm_base.c347 #define AVL_GET_GREATER(H, ACCESS) \ macro
353 #define AVL_GET_GREATER(H, ACCESS) ((H)->prev) macro

Completed in 5 milliseconds