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

  /external/webp/src/dec/
vp8.c 487 typedef const uint8_t (*ProbaArray)[NUM_CTX][NUM_PROBAS]; // for const-casting
491 static int GetCoeffs(VP8BitReader* const br, ProbaArray prob,
572 ProbaArray ac_prob;
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],
  /external/webp/src/enc/
vp8enci.h 167 typedef uint8_t ProbaArray[NUM_CTX][NUM_PROBAS];
186 ProbaArray coeffs_[NUM_TYPES][NUM_BANDS]; // 924 bytes
frame.c 35 ProbaArray* prob;
quant.c 424 ProbaArray* const last_costs = it->enc_->proba_.coeffs_[coeff_type];

Completed in 137 milliseconds