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

  /external/harfbuzz_ng/src/
hb-set.hh 155 hb_codepoint_t get_max () const function in struct:hb_set_t::page_t
574 *codepoint = get_max ();
592 hb_codepoint_t m = pages[page_map[i].index].get_max ();
660 hb_codepoint_t get_max () const function in struct:hb_set_t
665 return page_map[(unsigned) i].major * page_t::PAGE_BITS + page_at (i).get_max ();
  /external/libhevc/encoder/
rate_control_api.c 922 static WORD32 get_max(WORD32 a, WORD32 b, WORD32 c) function
    [all...]

Completed in 1380 milliseconds