Home
last modified time | relevance | path

Searched refs:cost0 (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
Dcost_enc.c71 const int cost0 = (ctx > 0) ? VP8BitCost(1, p[0]) : 0; in VP8CalculateLevelCosts() local
72 const int cost_base = VP8BitCost(1, p[1]) + cost0; in VP8CalculateLevelCosts()
74 table[0] = VP8BitCost(0, p[1]) + cost0; in VP8CalculateLevelCosts()
/third_party/mesa3d/src/amd/compiler/
Daco_statistics.cpp101 unsigned cost0; member
188 res_available[(int)perf.rsrc0] = cur_cycle + perf.cost0; in use_resources()
189 res_usage[(int)perf.rsrc0] += perf.cost0; in use_resources()