Searched refs:DELTA_LF_SMALL (Results 1 – 4 of 4) sorted by relevance
530 #define DELTA_LF_SMALL 3 macro531 #define DELTA_LF_PROBS (DELTA_LF_SMALL)
315 int smallval = abs < DELTA_LF_SMALL ? 1 : 0; in write_delta_lflevel()321 aom_write_symbol(w, AOMMIN(abs, DELTA_LF_SMALL), in write_delta_lflevel()324 aom_write_symbol(w, AOMMIN(abs, DELTA_LF_SMALL), ec_ctx->delta_lf_cdf, in write_delta_lflevel()
968 for (int i = 0; i < AOMMIN(abs_delta_lf, DELTA_LF_SMALL); ++i) { in update_stats()971 if (abs_delta_lf < DELTA_LF_SMALL) in update_stats()982 for (int i = 0; i < AOMMIN(abs_delta_lf, DELTA_LF_SMALL); ++i) { in update_stats()985 if (abs_delta_lf < DELTA_LF_SMALL) in update_stats()
110 const int smallval = (abs < DELTA_LF_SMALL); in read_delta_lflevel()