Searched refs:ONLY_4X4 (Results 1 – 8 of 8) sorted by relevance
84 ONLY_4X4 = 0, // only 4x4 transform used enumerator
109 EXPECT_EQ(ONLY_4X4, common->tx_mode); in HandleDecodeResult()
106 if (cm->tx_mode != ONLY_4X4) bias >>= 1; in search_filter_level()
1270 cm->tx_mode = ONLY_4X4; in write_compressed_header()
3685 if (xd->lossless) return ONLY_4X4; in select_tx_mode()4991 cm->tx_mode = ONLY_4X4; in vp9_encode_frame()
69 tx_mode = Vp9CompressedHeader::ONLY_4X4; in ReadTxMode()
174 ONLY_4X4 = 0, enumerator
1936 cm->tx_mode = xd->lossless ? ONLY_4X4 : read_tx_mode(&r); in read_compressed_header()