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