Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtx_search.c406 const int16_t normalized_dc_q = dc_q >> 3; in predict_skip_flag() local
407 const int64_t mse_thresh = (int64_t)normalized_dc_q * normalized_dc_q / 8; in predict_skip_flag()