Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds