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

  /external/libaom/libaom/av1/common/
entropy.c 166 RESET_CDF_COUNTER(fc->delta_q_cdf, DELTA_Q_PROBS + 1);
entropymode.h 155 aom_cdf_prob delta_q_cdf[CDF_SIZE(DELTA_Q_PROBS + 1)]; member in struct:frame_contexts
entropymode.c     [all...]
  /external/libaom/libaom/av1/decoder/
decodemv.c 78 abs = aom_read_symbol(r, ec_ctx->delta_q_cdf, DELTA_Q_PROBS + 1, ACCT_STR);
    [all...]
  /external/libaom/libaom/av1/encoder/
encodeframe.c     [all...]
bitstream.c 296 aom_write_symbol(w, AOMMIN(abs, DELTA_Q_SMALL), ec_ctx->delta_q_cdf,
    [all...]

Completed in 643 milliseconds