HomeSort by relevance Sort by last modified time
    Searched refs:AVL_SET_BALANCE_FACTOR (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h 238 AVL_SET_BALANCE_FACTOR(old_h, -1)
239 AVL_SET_BALANCE_FACTOR(deep_h, 0)
243 AVL_SET_BALANCE_FACTOR(deep_h, 1)
244 AVL_SET_BALANCE_FACTOR(old_h, 0)
247 AVL_SET_BALANCE_FACTOR(bal_h, 0)
251 AVL_SET_BALANCE_FACTOR(old_h, 0)
252 AVL_SET_BALANCE_FACTOR(deep_h, 0)
262 AVL_SET_BALANCE_FACTOR(deep_h, -1)
263 AVL_SET_BALANCE_FACTOR(bal_h, 1)
267 AVL_SET_BALANCE_FACTOR(deep_h, 0
    [all...]
  /external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_base.c 404 #define AVL_SET_BALANCE_FACTOR(H, BF) \

Completed in 19 milliseconds