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

  /external/libvpx/vpx_mem/memory_manager/include/
cavl_if.h 37 AVL_EQUAL = 1,
40 AVL_LESS_EQUAL = AVL_EQUAL | AVL_LESS,
41 AVL_GREATER_EQUAL = AVL_EQUAL | AVL_GREATER
cavl_impl.h 500 if (st & AVL_EQUAL)
1057 if (st & AVL_EQUAL)

Completed in 164 milliseconds