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

  /external/chromium_org/third_party/opus/src/celt/
entcode.h 37 /*OPT: ec_window must be at least 32 bits, but if you have fast arithmetic on a
39 typedef opus_uint32 ec_window; typedef
44 # define EC_WINDOW_SIZE ((int)sizeof(ec_window)*CHAR_BIT)
64 ec_window end_window;
  /external/libopus/celt/
entcode.h 37 /*OPT: ec_window must be at least 32 bits, but if you have fast arithmetic on a
39 typedef opus_uint32 ec_window; typedef
44 # define EC_WINDOW_SIZE ((int)sizeof(ec_window)*CHAR_BIT)
64 ec_window end_window;

Completed in 207 milliseconds