Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-scheduler.hpp77 inline bool is_allowed() const { in is_allowed() function in rxcpp::schedulers::recurse
713 if (!r.is_allowed() || !r.is_requested()) { in operator ()()
/external/libaom/libaom/av1/encoder/
Dmcomp.c2088 int is_allowed = sf->allow_exhaustive_searches && in is_exhaustive_allowed() local
2095 is_allowed = *x->ex_search_count_ptr <= max_ex && is_allowed; in is_exhaustive_allowed()
2097 return is_allowed; in is_exhaustive_allowed()