Searched refs:ALLOW_32X32 (Results 1 – 4 of 4) sorted by relevance
87 ALLOW_32X32 = 3, // allow block transform size up to 32x32 enumerator
818 vpx_write_literal(w, MIN(cm->tx_mode, ALLOW_32X32), 2); in encode_txfm_probs()819 if (cm->tx_mode >= ALLOW_32X32) in encode_txfm_probs()
2900 return ALLOW_32X32; in select_tx_mode()4097 cm->tx_mode = ALLOW_32X32; in vp9_encode_frame()
85 if (tx_mode == ALLOW_32X32) in read_tx_mode()