Home
last modified time | relevance | path

Searched refs:txfm_type (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/tools/txfm_analyzer/
Dtxfm_gen_code.cc551 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/
Dav1_fwd_txfm1d_test.cc74 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/
Dav1_fwd_txfm2d_sse4.c67 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/
Dav1_fwd_txfm2d.c23 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/
Dav1_inv_txfm2d.c114 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()