Searched refs:TYPE_TXFM (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/tools/txfm_analyzer/ |
D | txfm_graph.h | 36 } TYPE_TXFM; typedef 38 TYPE_TXFM get_inv_type(TYPE_TXFM type); 39 void get_fun_name(char *str_fun_name, int str_buf_size, const TYPE_TXFM type, 43 const TYPE_TXFM type, const int txfm_size); 44 void get_hybrid_2d_type_name(char *buf, int buf_size, const TYPE_TXFM type0, 45 const TYPE_TXFM type1, const int txfm_size0, 143 void gen_code(Node *node, int stage_num, int node_num, TYPE_TXFM type); 149 TYPE_TXFM hybrid_char_to_int(char ctype);
|
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() 338 void gen_code_sse2(Node *node, int stage_num, int node_num, TYPE_TXFM type) { in gen_code_sse2() 509 void gen_code_sse4_1(Node *node, int stage_num, int node_num, TYPE_TXFM type) { in gen_code_sse4_1() 551 void gen_hybrid_code(CODE_TYPE code_type, TYPE_TXFM txfm_type, int node_num) { in gen_hybrid_code() 576 gen_hybrid_code(code_type, (TYPE_TXFM)txfm_type, node_num); in main()
|
D | txfm_graph.cc | 20 void get_fun_name(char *str_fun_name, int str_buf_size, const TYPE_TXFM type, in get_fun_name() 33 const TYPE_TXFM type, const int txfm_size) { in get_txfm_type_name() 44 void get_hybrid_2d_type_name(char *buf, int buf_size, const TYPE_TXFM type0, in get_hybrid_2d_type_name() 45 const TYPE_TXFM type1, const int txfm_size0, in get_hybrid_2d_type_name() 57 TYPE_TXFM get_inv_type(TYPE_TXFM type) { in get_inv_type()
|
/external/libaom/libaom/test/ |
D | av1_fwd_txfm1d_test.cc | 21 using libaom_test::TYPE_TXFM; 25 const TYPE_TXFM txfm_type_ls[txfm_type_num] = { TYPE_DCT, TYPE_ADST, 74 TYPE_TXFM txfm_type = txfm_type_ls[ti]; in TEST()
|
D | av1_txfm_test.h | 39 } UENUM1BYTE(TYPE_TXFM); 43 void get_txfm1d_type(TX_TYPE txfm2d_type, TYPE_TXFM *type0, TYPE_TXFM *type1);
|
D | av1_txfm_test.cc | 19 void get_txfm1d_type(TX_TYPE txfm2d_type, TYPE_TXFM *type0, TYPE_TXFM *type1) { in get_txfm1d_type() 234 TYPE_TXFM type0; in reference_hybrid_2d() 235 TYPE_TXFM type1; in reference_hybrid_2d()
|
D | av1_fwd_txfm2d_test.cc | 30 using libaom_test::TYPE_TXFM;
|