Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dav1_txfm_test.cc220 double amplify_factor = in get_amplification_factor() local
226 amplify_factor *= pow(2, 0.5); in get_amplification_factor()
228 return amplify_factor; in get_amplification_factor()
310 const double amplify_factor = get_amplification_factor(tx_type, tx_size); in reference_hybrid_2d() local
313 out[r * stride + c] *= amplify_factor; in reference_hybrid_2d()