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

  /external/webp/src/enc/
cost.h 33 ProbaArray* prob;
vp8enci.h 190 typedef uint8_t ProbaArray[NUM_CTX][NUM_PROBAS];
209 ProbaArray coeffs_[NUM_TYPES][NUM_BANDS]; // 1056 bytes
quant.c 555 const ProbaArray* const probas = enc->proba_.coeffs_[coeff_type];
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
detokenize.c 57 typedef const uint8_t (*ProbaArray)[NUM_CTX][NUM_PROBAS];
89 static int GetCoeffs(BOOL_DECODER *br, ProbaArray prob,
181 ProbaArray coef_probs;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
detokenize.c 57 typedef const uint8_t (*ProbaArray)[NUM_CTX][NUM_PROBAS];
89 static int GetCoeffs(BOOL_DECODER *br, ProbaArray prob,
181 ProbaArray coef_probs;

Completed in 65 milliseconds