Home | History | Annotate | Download | only in enc

Lines Matching refs:thresh

568     const int thresh = mtx->q_[1] * mtx->q_[1] / 4;
576 if (err > thresh) {
855 static score_t IsFlat(const int16_t* levels, int num_blocks, score_t thresh) {
861 if (score > thresh) return 0;