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

  /external/webp/src/enc/
cost_enc.h 34 ProbaArray* prob;
vp8i_enc.h 130 typedef uint8_t ProbaArray[NUM_CTX][NUM_PROBAS];
151 ProbaArray coeffs_[NUM_TYPES][NUM_BANDS]; // 1056 bytes
quant_enc.c 593 const ProbaArray* const probas = enc->proba_.coeffs_[coeff_type];
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
detokenize.c 53 typedef const uint8_t (*ProbaArray)[NUM_CTX][NUM_PROBAS];
80 static int GetCoeffs(BOOL_DECODER *br, ProbaArray prob, int ctx, int n,
148 ProbaArray coef_probs;

Completed in 173 milliseconds