Searched refs:ONLY_4X4 (Results 1 – 13 of 13) sorted by relevance
84 ONLY_4X4 = 0, // only 4x4 transform used enumerator
111 EXPECT_EQ(ONLY_4X4, common->tx_mode); in HandleDecodeResult()
106 if (cm->tx_mode != ONLY_4X4) bias >>= 1; in search_filter_level()
1281 cm->tx_mode = ONLY_4X4; in write_compressed_header()
4361 if (xd->lossless) return ONLY_4X4; in select_tx_mode()5986 cm->tx_mode = ONLY_4X4; in vp9_encode_frame()
69 tx_mode = Vp9CompressedHeader::ONLY_4X4; in ReadTxMode()
174 ONLY_4X4 = 0, enumerator
149 if (cm->tx_mode != ONLY_4X4) bias >>= 1; in search_filter_level()
3073 assert(cm->tx_mode == ONLY_4X4); in write_uncompressed_header_obu()
4928 if (cpi->common.coded_lossless) return ONLY_4X4; in select_tx_mode()
214 ONLY_4X4, // use only 4x4 transform enumerator
141 if (cm->coded_lossless) return ONLY_4X4; in read_tx_mode()1376 assert(IMPLIES(tx_mode == ONLY_4X4, bsize == BLOCK_4X4)); in read_tx_size()
2411 cm->tx_mode = xd->lossless ? ONLY_4X4 : read_tx_mode(&r); in read_compressed_header()