Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A 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()

Completed in 2 milliseconds