Searched refs:coeffs_ (Results 1 - 9 of 9) sorted by relevance

/external/webp/src/enc/
H A Dtree.c162 memcpy(probas->coeffs_, VP8CoeffsProba0, sizeof(VP8CoeffsProba0));
491 const uint8_t p0 = probas->coeffs_[t][b][c][p];
H A Dcost.c362 const uint8_t* const p = proba->coeffs_[ctype][band][ctx];
H A Dvp8enci.h186 ProbaArray coeffs_[NUM_TYPES][NUM_BANDS]; // 924 bytes member in struct:__anon12285
H A Dframe.c182 proba->coeffs_[t][b][c][p] = new_p;
185 proba->coeffs_[t][b][c][p] = old_p;
200 res->prob = enc->proba_.coeffs_[coeff_type];
H A Dquant.c424 ProbaArray* const last_costs = it->enc_->proba_.coeffs_[coeff_type];
/external/webp/src/dec/
H A Dtree.c329 memcpy(proba->coeffs_, CoeffsProba0, sizeof(CoeffsProba0));
547 proba->coeffs_[t][b][c][p] = VP8GetValue(br, 8);
H A Dvp8i.h130 uint8_t coeffs_[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS]; member in struct:__anon12268
224 int16_t* coeffs_; // 384 coeffs = (16+8+8) * 4*4 member in struct:VP8Decoder
H A Dframe.c37 const int coeffs_size = 384 * sizeof(*dec->coeffs_);
78 dec->coeffs_ = (int16_t*)mem;
439 const int16_t* coeffs = dec->coeffs_;
500 const int16_t* const u_coeffs = dec->coeffs_ + 16 * 16;
508 const int16_t* const v_coeffs = dec->coeffs_ + 20 * 16;
H A Dvp8.c574 int16_t* dst = dec->coeffs_;
587 (GetCoeffs(token_br, (ProbaArray)dec->proba_.coeffs_[1],
590 ac_prob = (ProbaArray)dec->proba_.coeffs_[0];
594 ac_prob = (ProbaArray)dec->proba_.coeffs_[3];
625 GetCoeffs(token_br, (ProbaArray)dec->proba_.coeffs_[2],

Completed in 72 milliseconds