Searched refs:AVL_SET_BALANCE_FACTOR (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_mem/memory_manager/include/ |
D | cavl_impl.h | 233 AVL_SET_BALANCE_FACTOR(old_h, -1) in L_() 234 AVL_SET_BALANCE_FACTOR(deep_h, 0) in L_() 236 AVL_SET_BALANCE_FACTOR(deep_h, 1) in L_() 237 AVL_SET_BALANCE_FACTOR(old_h, 0) in L_() 240 AVL_SET_BALANCE_FACTOR(bal_h, 0) in L_() 242 AVL_SET_BALANCE_FACTOR(old_h, 0) in L_() 243 AVL_SET_BALANCE_FACTOR(deep_h, 0) in L_() 250 AVL_SET_BALANCE_FACTOR(deep_h, -1) in L_() 251 AVL_SET_BALANCE_FACTOR(bal_h, 1) in L_() 253 AVL_SET_BALANCE_FACTOR(deep_h, 0) in L_() [all …]
|
/external/libvpx/libvpx/vpx_mem/memory_manager/ |
D | hmm_base.c | 375 #define AVL_SET_BALANCE_FACTOR(H, BF) \ macro
|