Searched refs:VP8FixedCostsUV (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dcost.h41 extern const uint16_t VP8FixedCostsUV[4];
H A Dcost.c386 const uint16_t VP8FixedCostsUV[4] = { 302, 984, 439, 642 }; variable
H A Dquant.c919 rd_uv.R += VP8FixedCostsUV[mode];
/external/webp/src/enc/
H A Dcost.h41 extern const uint16_t VP8FixedCostsUV[4];
H A Dcost.c386 const uint16_t VP8FixedCostsUV[4] = { 302, 984, 439, 642 }; variable
H A Dquant.c919 rd_uv.R += VP8FixedCostsUV[mode];

Completed in 105 milliseconds