HomeSort by relevance Sort by last modified time
    Searched refs:coeff_type (Results 1 - 2 of 2) sorted by null

  /external/webp/src/enc/
frame.c 34 int coeff_type; member in struct:__anon15231
197 static void InitResidual(int first, int coeff_type,
199 res->coeff_type = coeff_type;
200 res->prob = enc->proba_.coeffs_[coeff_type];
201 res->stats = enc->proba_.stats_[coeff_type];
202 res->cost = enc->proba_.level_cost_[coeff_type];
quant.c 421 int ctx0, int coeff_type,
424 ProbaArray* const last_costs = it->enc_->proba_.coeffs_[coeff_type];
425 CostArray* const costs = it->enc_->proba_.level_cost_[coeff_type];
426 const int first = (coeff_type == 0) ? 1 : 0;

Completed in 2321 milliseconds