Searched refs:COS_MOD (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/tools/txfm_analyzer/ |
D | txfm_gen_code.cc | 106 buf1, node->nodeIdx, cos_text_arr(node->inWeight[0], COS_MOD, w0, 100), in node_to_code_c() 108 cos_text_arr(node->inWeight[1], COS_MOD, w1, 100), buf0, in node_to_code_c() 215 cos_text_sse2(node->inWeight[0], node->inWeight[1], COS_MOD, temp0, in pair_node_to_code_sse2() 218 COS_MOD, temp1, 100), in pair_node_to_code_sse2() 223 cos_text_sse2(node->inWeight[0], node->inWeight[1], COS_MOD, temp0, in pair_node_to_code_sse2() 226 COS_MOD, temp1, 100), in pair_node_to_code_sse2() 286 int idx0 = get_cos_idx(w0, COS_MOD); in gen_cospi_list_sse2() 287 int idx1 = get_cos_idx(w1, COS_MOD); in gen_cospi_list_sse2() 294 cos_text_sse2(w0, w1, COS_MOD, text, size), in gen_cospi_list_sse2() 295 cos_text_arr(w0, COS_MOD, text1, size), in gen_cospi_list_sse2() [all …]
|
D | txfm_graph.h | 28 #define COS_MOD (128) macro
|