Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dframe.c283 static int GetResidualCost(int ctx0, const VP8Residual* const res) { in GetResidualCost() argument
286 int p0 = res->prob[n][ctx0][0]; in GetResidualCost()
287 const uint16_t* t = res->cost[n][ctx0]; in GetResidualCost()
Dquant.c487 int ctx0, int coeff_type, in TrellisQuantizeBlock() argument
504 const int last_proba = last_costs[VP8EncBands[first]][ctx0][0]; in TrellisQuantizeBlock()
527 NODE(n, m).ctx = ctx0; in TrellisQuantizeBlock()