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