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

  /external/harfbuzz_ng/src/
hb-set.hh 148 hb_codepoint_t get_min () const function in struct:hb_set_t::page_t
543 *codepoint = get_min ();
561 hb_codepoint_t m = pages[page_map[i].index].get_min ();
652 hb_codepoint_t get_min () const function in struct:hb_set_t
657 return page_map[i].major * page_t::PAGE_BITS + page_at (i).get_min ();
  /external/libhevc/encoder/
rate_control_api.c 902 static WORD32 get_min(WORD32 a, WORD32 b, WORD32 c, WORD32 d) function
    [all...]

Completed in 318 milliseconds