Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dquant.c506 const uint16_t* const tcost = costs[VP8EncBands[n]][prev_ctx]; in TrellisQuantizeBlock() local
515 base_cost = prev->cost + VP8LevelCost(tcost, level); in TrellisQuantizeBlock()