Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dcost_mips_dsp_r2.c74 [VP8LevelFixedCosts]"r"(VP8LevelFixedCosts), [res_last]"r"(res_last), in GetResidualCost_MIPSdspR2()
Dcost_mips32.c79 [VP8LevelFixedCosts]"r"(VP8LevelFixedCosts), [res_last]"r"(res_last), in GetResidualCost_MIPS32()
Dcost_sse2.c86 cost += VP8LevelFixedCosts[flevel] + t[level]; // simplified VP8LevelCost() in GetResidualCost_SSE2()
94 cost += VP8LevelFixedCosts[flevel] + t[level]; in GetResidualCost_SSE2()
Dcost_neon.c89 cost += VP8LevelFixedCosts[flevel] + t[level]; // simplified VP8LevelCost() in GetResidualCost_NEON()
97 cost += VP8LevelFixedCosts[flevel] + t[level]; in GetResidualCost_NEON()
Dcost.c52 const uint16_t VP8LevelFixedCosts[MAX_LEVEL + 1] = { variable
Ddsp.h319 extern const uint16_t VP8LevelFixedCosts[2047 /*MAX_LEVEL*/ + 1];
/external/webp/src/enc/
Dcost_enc.h67 return VP8LevelFixedCosts[level] in VP8LevelCost()