Home
last modified time | relevance | path

Searched refs:ONLY_4X4 (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_enums.h84 ONLY_4X4 = 0, // only 4x4 transform used enumerator
/external/libvpx/libvpx/test/
Dvp9_encoder_parms_get_to_decoder.cc111 EXPECT_EQ(ONLY_4X4, common->tx_mode); in HandleDecodeResult()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_picklpf.c106 if (cm->tx_mode != ONLY_4X4) bias >>= 1; in search_filter_level()
Dvp9_bitstream.c1281 cm->tx_mode = ONLY_4X4; in write_compressed_header()
Dvp9_encodeframe.c4361 if (xd->lossless) return ONLY_4X4; in select_tx_mode()
5986 cm->tx_mode = ONLY_4X4; in vp9_encode_frame()
/external/v4l2_codec2/vda/
Dvp9_compressed_header_parser.cc69 tx_mode = Vp9CompressedHeader::ONLY_4X4; in ReadTxMode()
Dvp9_parser.h174 ONLY_4X4 = 0, enumerator
/external/libaom/libaom/av1/encoder/
Dpicklpf.c149 if (cm->tx_mode != ONLY_4X4) bias >>= 1; in search_filter_level()
Dbitstream.c3073 assert(cm->tx_mode == ONLY_4X4); in write_uncompressed_header_obu()
Dencodeframe.c4928 if (cpi->common.coded_lossless) return ONLY_4X4; in select_tx_mode()
/external/libaom/libaom/av1/common/
Denums.h214 ONLY_4X4, // use only 4x4 transform enumerator
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c141 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()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c2411 cm->tx_mode = xd->lossless ? ONLY_4X4 : read_tx_mode(&r); in read_compressed_header()