Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dcost.h50 extern const uint16_t VP8LevelFixedCosts[MAX_LEVEL + 1];
68 return VP8LevelFixedCosts[level] in VP8LevelCost()
Dcost.c76 const uint16_t VP8LevelFixedCosts[MAX_LEVEL + 1] = { variable
/external/webp/src/dsp/
Denc_mips32.c604 [VP8LevelFixedCosts]"r"(VP8LevelFixedCosts), [res_coeffs]"r"(res_coeffs), in VP8GetResidualCostMIPS32()