Home
last modified time | relevance | path

Searched refs:allow_intrabc (Results 1 – 19 of 19) sorted by relevance

/external/libaom/av1/common/
Dreconintra.h65 cm->features.allow_intrabc; in av1_allow_intrabc()
Dav1_common_int.h376 bool allow_intrabc; /*!< If true, intra block copy tool may be used. */ member
/external/libaom/aom/
Daomdx.h170 int allow_intrabc; member
/external/libaom/av1/encoder/
Dencoder_utils.c955 features->allow_intrabc = cpi->intrabc_used; in screen_content_tools_determination()
962 features->allow_intrabc = allow_intrabc_orig_decision; in screen_content_tools_determination()
977 cm->features.allow_intrabc = 0; in set_encoding_params_for_screen_content()
1007 const int allow_intrabc_orig_decision = cm->features.allow_intrabc; in av1_determine_sc_tools_with_encoding()
Dencodeframe.c1701 features->allow_intrabc = 0; in encode_frame_internal()
1704 features->allow_intrabc &= (oxcf->kf_cfg.enable_intrabc); in encode_frame_internal()
1874 if (features->allow_intrabc || features->coded_lossless) { in encode_frame_internal()
1954 if (features->allow_intrabc && !cpi->intrabc_used) { in encode_frame_internal()
1955 features->allow_intrabc = 0; in encode_frame_internal()
1957 if (features->allow_intrabc) { in encode_frame_internal()
Dbitstream.c879 if (cm->features.coded_lossless || cm->features.allow_intrabc) return; in write_cdef()
1770 if (cm->features.allow_intrabc) return; in encode_restoration_mode()
2000 if (cm->features.allow_intrabc) return; in encode_loopfilter()
2053 if (cm->features.allow_intrabc) return; in encode_cdef()
3024 assert(!av1_superres_scaled(cm) || !features->allow_intrabc); in write_uncompressed_header_obu()
3026 aom_wb_write_bit(wb, features->allow_intrabc); in write_uncompressed_header_obu()
3030 assert(!av1_superres_scaled(cm) || !features->allow_intrabc); in write_uncompressed_header_obu()
3032 aom_wb_write_bit(wb, features->allow_intrabc); in write_uncompressed_header_obu()
3136 if (features->allow_intrabc) in write_uncompressed_header_obu()
Dencoder.c1863 features->allow_screen_content_tools = features->allow_intrabc = in av1_set_screen_content_options()
1870 features->allow_intrabc = cpi->oxcf.mode == REALTIME ? 0 : 1; in av1_set_screen_content_options()
1877 features->allow_screen_content_tools = features->allow_intrabc = 0; in av1_set_screen_content_options()
1888 features->allow_screen_content_tools = features->allow_intrabc = 0; in av1_set_screen_content_options()
1939 features->allow_intrabc = features->allow_screen_content_tools && in av1_set_screen_content_options()
1943 features->allow_intrabc || in av1_set_screen_content_options()
3185 if (!cm->features.allow_intrabc) { in encode_with_recode_loop_and_filter()
4793 cur_cpi->common.features.allow_intrabc = in av1_init_sc_decisions()
4794 first_cpi->common.features.allow_intrabc; in av1_init_sc_decisions()
Dencoder.h3791 cpi->common.features.allow_intrabc && in av1_use_hash_me()
Dfirstpass.c276 cpi->is_screen_content_type && cpi->common.features.allow_intrabc; in first_pass_motion_search()
Dethread.c1635 !cpi->ppi->rtc_ref.non_reference_frame && !cm->features.allow_intrabc && in lpf_pipeline_mt_init()
/external/libgav1/src/utils/
Dtypes.h463 bool allow_intrabc; member
/external/libgav1/src/
Dpost_filter.h277 return !frame_header_.allow_intrabc || in DoBorderExtensionInLoop()
Dobu_parser_test.cc1366 gold.allow_intrabc = true; in TEST_F()
1581 obu_frame_header_->allow_intrabc = true; in TEST_F()
1861 obu_frame_header_->allow_intrabc = true; in TEST_F()
1955 obu_frame_header_->allow_intrabc = true; in TEST_F()
2002 obu_frame_header_->allow_intrabc = true; in TEST_F()
2009 obu_frame_header_->allow_intrabc = true; in TEST_F()
Dobu_parser.cc845 if (frame_header_.coded_lossless || frame_header_.allow_intrabc) { in ParseLoopFilterParameters()
1065 if (!frame_header_.allow_intrabc) { in ParseLoopFilterDeltaParameters()
1104 if (frame_header_.coded_lossless || frame_header_.allow_intrabc || in ParseCdefParameters()
1134 if (frame_header_.upscaled_lossless || frame_header_.allow_intrabc || in ParseLoopRestorationParameters()
1988 frame_header_.allow_intrabc = scratch != 0; in ParseFrameParameters()
/external/libaom/av1/decoder/
Ddecodeframe.c1498 if (cm->features.allow_intrabc) return; in decode_restoration_mode()
1697 if (cm->features.allow_intrabc || cm->features.coded_lossless) { in setup_loopfilter()
1750 if (cm->features.allow_intrabc) return; in setup_cdef()
4624 features->allow_intrabc = 0; in read_uncompressed_header()
4805 features->allow_intrabc = aom_rb_read_bit(rb); in read_uncompressed_header()
4816 features->allow_intrabc = aom_rb_read_bit(rb); in read_uncompressed_header()
4970 if (features->allow_intrabc) { in read_uncompressed_header()
5023 if (!features->allow_intrabc) in read_uncompressed_header()
5267 if (!cm->features.allow_intrabc && !tiles->single_tile_decoding) { in av1_decode_tg_tiles_and_wrapup()
Ddecodemv.c42 if (cm->features.allow_intrabc) { in read_cdef()
/external/libgav1/src/tile/bitstream/
Dmode_info.cc302 !sequence_header_.enable_cdef || frame_header_.allow_intrabc || in ReadCdef()
574 if (frame_header_.allow_intrabc) { in DecodeIntraModeInfo()
/external/libaom/av1/
Dav1_dx_iface.c1125 sc_info->allow_intrabc = pbi->common.features.allow_intrabc; in ctrl_get_screen_content_tools_info()
/external/libgav1/src/tile/
Dtile.cc461 frame_header_.allow_intrabc
2559 if (frame_header_.allow_intrabc) return; in ReadLoopRestorationCoefficients()