Searched refs:amplify_bit (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/test/ |
D | av1_txfm_test.cc | 219 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/ |
D | txfm_graph.cc | 280 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()
|
D | txfm_graph.h | 158 int stage_idx, int amplify_bit,
|