Searched refs:txk_allowed (Results 1 – 1 of 1) sorted by relevance
1921 TX_TYPE txk_allowed = TX_TYPES; in get_tx_mask() local1925 txk_allowed = in get_tx_mask()1928 if (plane == 0) txk_allowed = DCT_DCT; in get_tx_mask()1937 uv_tx_type = txk_allowed = in get_tx_mask()1954 txk_allowed = DCT_DCT; in get_tx_mask()1960 if (txk_allowed < TX_TYPES) { in get_tx_mask()1961 allowed_tx_mask = 1 << txk_allowed; in get_tx_mask()2031 txk_allowed = (plane ? uv_tx_type : DCT_DCT); in get_tx_mask()2032 allowed_tx_mask = (1 << txk_allowed); in get_tx_mask()2035 assert(IMPLIES(txk_allowed < TX_TYPES, allowed_tx_mask == 1 << txk_allowed)); in get_tx_mask()[all …]