Home
last modified time | relevance | path

Searched refs:normalized_dc_q (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/encoder/
Drdopt.c3859 const int16_t normalized_dc_q = dc_q >> 3; in predict_skip_flag() local
3860 const int64_t mse_thresh = (int64_t)normalized_dc_q * normalized_dc_q / 8; in predict_skip_flag()