Searched refs:txfm_type (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/tools/txfm_analyzer/ |
D | txfm_gen_code.cc | 551 void gen_hybrid_code(CODE_TYPE code_type, TYPE_TXFM txfm_type, int node_num) { in gen_hybrid_code() argument 552 int stage_num = get_hybrid_stage_num(txfm_type, node_num); in gen_hybrid_code() 557 gen_hybrid_graph_1d(node, stage_num, node_num, 0, 0, node_num, txfm_type); in gen_hybrid_code() 560 case CODE_TYPE_C: gen_code_c(node, stage_num, node_num, txfm_type); break; in gen_hybrid_code() 562 gen_code_sse2(node, stage_num, node_num, txfm_type); in gen_hybrid_code() 565 gen_code_sse4_1(node, stage_num, node_num, txfm_type); in gen_hybrid_code() 574 for (int txfm_type = TYPE_DCT; txfm_type < TYPE_LAST; txfm_type++) { in main() local 576 gen_hybrid_code(code_type, (TYPE_TXFM)txfm_type, node_num); in main()
|
/external/libaom/libaom/test/ |
D | av1_fwd_txfm1d_test.cc | 74 TYPE_TXFM txfm_type = txfm_type_ls[ti]; in TEST() local 87 reference_hybrid_1d(ref_input, ref_output, txfm_size, txfm_type); in TEST() 93 << "tx size = " << txfm_size << ", tx type = " << txfm_type; in TEST()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_fwd_txfm2d_sse4.c | 67 static INLINE TxfmFuncSSE2 fwd_txfm_type_to_func(TXFM_TYPE txfm_type) { in fwd_txfm_type_to_func() argument 68 switch (txfm_type) { in fwd_txfm_type_to_func()
|
/external/libaom/libaom/av1/encoder/ |
D | av1_fwd_txfm2d.c | 23 static INLINE TxfmFunc fwd_txfm_type_to_func(TXFM_TYPE txfm_type) { in fwd_txfm_type_to_func() argument 24 switch (txfm_type) { in fwd_txfm_type_to_func()
|
/external/libaom/libaom/av1/common/ |
D | av1_inv_txfm2d.c | 114 static INLINE TxfmFunc inv_txfm_type_to_func(TXFM_TYPE txfm_type) { in inv_txfm_type_to_func() argument 115 switch (txfm_type) { in inv_txfm_type_to_func()
|