Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dav1_txfm_test.cc219 const int amplify_bit = shift[0] + shift[1] + shift[2]; in get_amplification_factor() local
221 amplify_bit >= 0 ? (1 << amplify_bit) : (1.0 / (1 << -amplify_bit)); in get_amplification_factor()
/external/libaom/libaom/tools/txfm_analyzer/
Dtxfm_graph.cc280 int node_idx, int amplify_bit) { in amplify_value() argument
282 node[outIdx].value = round_shift(round(node[outIdx].value), -amplify_bit); in amplify_value()
286 int stage_idx, int amplify_bit, in propagate_estimate_amlify() argument
290 amplify_value(node, stage_num, node_num, stage_idx, ni, amplify_bit); in propagate_estimate_amlify()
Dtxfm_graph.h158 int stage_idx, int amplify_bit,