Searched refs:VP8EntropyCost (Results 1 – 5 of 5) sorted by relevance
25 extern const uint16_t VP8EntropyCost[256]; // 8bit fixed-point log(p)29 return !bit ? VP8EntropyCost[proba] : VP8EntropyCost[255 - proba]; in VP8BitCost()
23 const uint16_t VP8EntropyCost[256] = { variable
46 return !bit ? VP8EntropyCost[proba] : VP8EntropyCost[255 - proba]; in VP8BitCost()
18 const uint16_t VP8EntropyCost[256] = { variable
198 extern const uint16_t VP8EntropyCost[256]; // 8bit fixed-point log(p)