Searched refs:DELTA_Q_SMALL (Results 1 – 4 of 4) sorted by relevance
527 #define DELTA_Q_SMALL 3 macro528 #define DELTA_Q_PROBS (DELTA_Q_SMALL)
79 const int smallval = (abs < DELTA_Q_SMALL); in read_delta_qindex()
293 int smallval = abs < DELTA_Q_SMALL ? 1 : 0; in write_delta_qindex()296 aom_write_symbol(w, AOMMIN(abs, DELTA_Q_SMALL), ec_ctx->delta_q_cdf, in write_delta_qindex()
953 for (int i = 0; i < AOMMIN(absdq, DELTA_Q_SMALL); ++i) { in update_stats()956 if (absdq < DELTA_Q_SMALL) td->counts->delta_q[absdq][0]++; in update_stats()