Searched refs:txfm_size1 (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/tools/txfm_analyzer/ |
D | txfm_graph.cc | 46 const int txfm_size1) { 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()
|
D | txfm_graph.h | 46 const int txfm_size1);
|