Searched refs:allowed_tx_mask (Results 1 – 1 of 1) sorted by relevance
3175 uint16_t allowed_tx_mask = 0; // 1: allow; 0: skip. in search_txk_type() local3177 allowed_tx_mask = 1 << txk_start; in search_txk_type()3178 allowed_tx_mask &= ext_tx_used_flag; in search_txk_type()3180 allowed_tx_mask = 0x0c01; // V_DCT, H_DCT, DCT_DCT in search_txk_type()3181 allowed_tx_mask &= ext_tx_used_flag; in search_txk_type()3184 allowed_tx_mask = ext_tx_used_flag; in search_txk_type()3192 allowed_tx_mask &= (~prune); in search_txk_type()3194 allowed_tx_mask &= (~x->tx_search_prune[tx_set_type]); in search_txk_type()3201 allowed_tx_mask &= ~(1 << tx_type); in search_txk_type()3206 if (allowed_tx_mask == 0) { in search_txk_type()[all …]