Searched defs:stage_num (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/tools/txfm_analyzer/ |
D | txfm_graph.cc | 182 void add_node(Node *node, int stage_num, int node_num, int stage_idx, in add_node() 198 void connect_node(Node *node, int stage_num, int node_num, int stage_idx, in connect_node() 222 void propagate(Node *node, int stage_num, int node_num, int stage_idx) { in propagate() 255 void graph_reset_visited(Node *node, int stage_num, int node_num) { in graph_reset_visited() 264 void estimate_value(Node *node, int stage_num, int node_num, int stage_idx, in estimate_value() 279 void amplify_value(Node *node, int stage_num, int node_num, int stage_idx, in amplify_value() 285 void propagate_estimate_amlify(Node *node, int stage_num, int node_num, in propagate_estimate_amlify() 294 void init_graph(Node *node, int stage_num, int node_num) { in init_graph() 309 void gen_B_graph(Node *node, int stage_num, int node_num, int stage_idx, in gen_B_graph() 335 void gen_P_graph(Node *node, int stage_num, int node_num, int stage_idx, in gen_P_graph() [all …]
|
D | txfm_gen_code.cc | 113 void gen_code_c(Node *node, int stage_num, int node_num, TYPE_TXFM type) { in gen_code_c() 263 void gen_cospi_list_sse2(Node *node, int stage_num, int node_num) { in gen_cospi_list_sse2() 338 void gen_code_sse2(Node *node, int stage_num, int node_num, TYPE_TXFM type) { in gen_code_sse2() 379 void gen_cospi_list_sse4_1(Node *node, int stage_num, int node_num) { in gen_cospi_list_sse4_1() 509 void gen_code_sse4_1(Node *node, int stage_num, int node_num, TYPE_TXFM type) { in gen_code_sse4_1() 552 int stage_num = get_hybrid_stage_num(txfm_type, node_num); in gen_hybrid_code() local
|
/external/libaom/libaom/test/ |
D | av1_txfm_test.cc | 360 void txfm_stage_range_check(const int8_t *stage_range, int stage_num, in txfm_stage_range_check()
|