Home
last modified time | relevance | path

Searched refs:AVL_GET_BALANCE_FACTOR (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_mem/memory_manager/include/
Dcavl_impl.h211 if (AVL_GET_BALANCE_FACTOR(bal_h) > 0) { in L_()
218 if (AVL_GET_BALANCE_FACTOR(deep_h) < 0) { in L_()
229 bf = AVL_GET_BALANCE_FACTOR(bal_h); in L_()
249 if (AVL_GET_BALANCE_FACTOR(deep_h) == 0) { in L_()
265 if (AVL_GET_BALANCE_FACTOR(deep_h) > 0) { in L_()
275 bf = AVL_GET_BALANCE_FACTOR(bal_h); in L_()
295 if (AVL_GET_BALANCE_FACTOR(deep_h) == 0) { in L_()
339 if (AVL_GET_BALANCE_FACTOR(hh) != 0) { in L_()
378 unbal_bf = AVL_GET_BALANCE_FACTOR(unbal); in L_()
571 if (AVL_GET_BALANCE_FACTOR(h) < 0) { in L_()
[all …]
/external/libvpx/libvpx/vpx_mem/memory_manager/
Dhmm_base.c369 #define AVL_GET_BALANCE_FACTOR(H) \ macro