Searched refs:gen_DCT_graph (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/tools/txfm_analyzer/ |
D | txfm_graph.h | 76 void gen_DCT_graph(Node *node, int stage_num, int node_num, int stage_idx,
|
D | txfm_graph.cc | 524 void gen_DCT_graph(Node *node, int stage_num, int node_num, int stage_idx, in gen_DCT_graph() function 528 gen_DCT_graph(node, stage_num, node_num, stage_idx + 1, node_idx, N / 2); in gen_DCT_graph() 544 gen_DCT_graph(node, stage_num, node_num, stage_idx, node_idx, dct_node_num); in gen_DCT_graph_1d()
|