Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dframe.c222 static int GetResidualCost(int ctx, const VP8Residual* const res) { in GetResidualCost() function
264 R += GetResidualCost(ctx, &res); in VP8GetCostLuma4()
278 R += GetResidualCost(it->top_nz_[8] + it->left_nz_[8], &res); in VP8GetCostLuma16()
286 R += GetResidualCost(ctx, &res); in VP8GetCostLuma16()
306 R += GetResidualCost(ctx, &res); in VP8GetCostUV()