OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVL_GET_BALANCE_FACTOR
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h
212
if (
AVL_GET_BALANCE_FACTOR
(bal_h) > 0)
220
if (
AVL_GET_BALANCE_FACTOR
(deep_h) < 0)
232
bf =
AVL_GET_BALANCE_FACTOR
(bal_h);
260
if (
AVL_GET_BALANCE_FACTOR
(deep_h) == 0)
281
if (
AVL_GET_BALANCE_FACTOR
(deep_h) > 0)
292
bf =
AVL_GET_BALANCE_FACTOR
(bal_h);
320
if (
AVL_GET_BALANCE_FACTOR
(deep_h) == 0)
370
if (
AVL_GET_BALANCE_FACTOR
(hh) != 0)
415
unbal_bf =
AVL_GET_BALANCE_FACTOR
(unbal);
629
if (
AVL_GET_BALANCE_FACTOR
(h) < 0
[
all
...]
/external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_base.c
398
#define
AVL_GET_BALANCE_FACTOR
(H) \
Completed in 18 milliseconds