Home
last modified time | relevance | path

Searched refs:txfm_size0 (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/tools/txfm_analyzer/
Dtxfm_graph.cc45 const TYPE_TXFM type1, const int txfm_size0, in get_hybrid_2d_type_name() argument
48 snprintf(buf, buf_size, "_dct_dct_%dx%d", txfm_size1, txfm_size0); in get_hybrid_2d_type_name()
50 snprintf(buf, buf_size, "_dct_adst_%dx%d", txfm_size1, txfm_size0); in get_hybrid_2d_type_name()
52 snprintf(buf, buf_size, "_adst_adst_%dx%d", txfm_size1, txfm_size0); in get_hybrid_2d_type_name()
54 snprintf(buf, buf_size, "_adst_dct_%dx%d", txfm_size1, txfm_size0); in get_hybrid_2d_type_name()
Dtxfm_graph.h45 const TYPE_TXFM type1, const int txfm_size0,