Home
last modified time | relevance | path

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

/external/libaom/libaom/tools/txfm_analyzer/
Dtxfm_gen_code.cc84 printf(" + %s[%d]", buf0, node->inNodeIdx[i]); in node_to_code_c()
86 printf(" %s[%d]", buf0, node->inNodeIdx[i]); in node_to_code_c()
90 printf(" - %s[%d]", buf0, node->inNodeIdx[i]); in node_to_code_c()
92 printf("-%s[%d]", buf0, node->inNodeIdx[i]); in node_to_code_c()
107 buf0, node->inNodeIdx[0], in node_to_code_c()
109 node->inNodeIdx[1]); in node_to_code_c()
188 printf(" _mm_adds_epi16(%s[%d], %s[%d])", buf0, node->inNodeIdx[0], buf0, in single_node_to_code_sse2()
189 node->inNodeIdx[1]); in single_node_to_code_sse2()
191 printf(" _mm_subs_epi16(%s[%d], %s[%d])", buf0, node->inNodeIdx[0], buf0, in single_node_to_code_sse2()
192 node->inNodeIdx[1]); in single_node_to_code_sse2()
[all …]
Dtxfm_graph.cc189 node[outIdx].inNodeIdx[idx] = in; in add_node()
207 node[outIdx].inNodeIdx[idx] = in0; in connect_node()
214 node[outIdx].inNodeIdx[idx] = in1; in connect_node()
936 int invNi = node[idx].inNodeIdx[k]; in gen_inv_graph()
Dtxfm_graph.h18 int inNodeIdx[2]; member