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

  /external/libopus/celt/
ecintrin.h 49 This macro should only be used for implementing ec_ilog(), if it is defined.
50 All other code should use EC_ILOG() instead.*/
82 # define EC_ILOG(_x) (EC_CLZ0-EC_CLZ(_x))
84 int ec_ilog(opus_uint32 _v);
85 # define EC_ILOG(_x) (ec_ilog(_x))
entcode.c 41 int ec_ilog(opus_uint32 _v){ function
83 l=EC_ILOG(_this->rng);

Completed in 636 milliseconds