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

  /external/llvm/lib/Analysis/
Android.mk 19 CostModel.cpp \
  /external/chromium_org/third_party/libwebp/enc/
backward_references.c 461 } CostModel;
490 static int CostModelBuild(CostModel* const m, int xsize, int ysize,
534 static WEBP_INLINE double GetLiteralCost(const CostModel* const m, uint32_t v) {
541 static WEBP_INLINE double GetCacheCost(const CostModel* const m, uint32_t idx) {
546 static WEBP_INLINE double GetLengthCost(const CostModel* const m,
553 static WEBP_INLINE double GetDistanceCost(const CostModel* const m,
571 CostModel* cost_model = (CostModel*)WebPSafeMalloc(1ULL, sizeof(*cost_model));
    [all...]
  /external/webp/src/enc/
backward_references.c 461 } CostModel;
490 static int CostModelBuild(CostModel* const m, int xsize, int ysize,
534 static WEBP_INLINE double GetLiteralCost(const CostModel* const m, uint32_t v) {
541 static WEBP_INLINE double GetCacheCost(const CostModel* const m, uint32_t idx) {
546 static WEBP_INLINE double GetLengthCost(const CostModel* const m,
553 static WEBP_INLINE double GetDistanceCost(const CostModel* const m,
571 CostModel* cost_model = (CostModel*)WebPSafeMalloc(1ULL, sizeof(*cost_model));
    [all...]

Completed in 73 milliseconds