Home
last modified time | relevance | path

Searched refs:GetResidualCost (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dsp/
Dcost_mips_dsp_r2.c18 static int GetResidualCost(int ctx0, const VP8Residual* const res) { in GetResidualCost() function
100 VP8GetResidualCost = GetResidualCost; in VP8EncDspCostInitMIPSdspR2()
Dcost.c322 static int GetResidualCost(int ctx0, const VP8Residual* const res) { in GetResidualCost() function
387 VP8GetResidualCost = GetResidualCost; in VP8EncDspCostInit()
Dcost_mips32.c18 static int GetResidualCost(int ctx0, const VP8Residual* const res) { in GetResidualCost() function
146 VP8GetResidualCost = GetResidualCost; in VP8EncDspCostInitMIPS32()
/external/opencv3/3rdparty/libwebp/enc/
Dframe.c285 static int GetResidualCost(int ctx0, const VP8Residual* const res) { in GetResidualCost() function
341 R += GetResidualCost(ctx, &res); in VP8GetCostLuma4()
356 R += GetResidualCost(it->top_nz_[8] + it->left_nz_[8], &res); in VP8GetCostLuma16()
364 R += GetResidualCost(ctx, &res); in VP8GetCostLuma16()
385 R += GetResidualCost(ctx, &res); in VP8GetCostUV()