Searched refs:normalized_dc_q (Results 1 – 1 of 1) sorted by relevance
3859 const int16_t normalized_dc_q = dc_q >> 3; in predict_skip_flag() local3860 const int64_t mse_thresh = (int64_t)normalized_dc_q * normalized_dc_q / 8; in predict_skip_flag()