Searched refs:adst_idx (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/tools/txfm_analyzer/ |
D | txfm_graph.cc | 551 int node_idx, int adst_idx) { in gen_adst_B_graph() argument 552 int size = 1 << (adst_idx + 1); in gen_adst_B_graph() 570 int node_idx, int adst_idx, int adst_node_num) { in gen_adst_U_graph() argument 571 int size = 1 << (adst_idx + 1); in gen_adst_U_graph() 574 adst_idx); in gen_adst_U_graph() 587 int node_idx, int adst_idx) { in gen_adst_E_graph() argument 588 int size = 1 << (adst_idx); in gen_adst_E_graph() 591 double fi = (1 + 4 * i) * 1.0 / (1 << (adst_idx + 1)); in gen_adst_E_graph() 597 int node_idx, int adst_idx, int adst_node_num) { in gen_adst_V_graph() argument 598 int size = 1 << (adst_idx); in gen_adst_V_graph() [all …]
|
D | txfm_graph.h | 88 int node_idx, int adst_idx); 91 int node_idx, int adst_idx, int adst_node_num); 96 int node_idx, int adst_idx); 99 int node_idx, int adst_idx, int adst_node_num);
|