Searched refs:allow_intrabc (Results 1 – 19 of 19) sorted by relevance
65 cm->features.allow_intrabc; in av1_allow_intrabc()
376 bool allow_intrabc; /*!< If true, intra block copy tool may be used. */ member
170 int allow_intrabc; member
955 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()
1701 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()
879 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()
1863 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()
3791 cpi->common.features.allow_intrabc && in av1_use_hash_me()
276 cpi->is_screen_content_type && cpi->common.features.allow_intrabc; in first_pass_motion_search()
1635 !cpi->ppi->rtc_ref.non_reference_frame && !cm->features.allow_intrabc && in lpf_pipeline_mt_init()
463 bool allow_intrabc; member
277 return !frame_header_.allow_intrabc || in DoBorderExtensionInLoop()
1366 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()
845 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()
1498 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()
42 if (cm->features.allow_intrabc) { in read_cdef()
302 !sequence_header_.enable_cdef || frame_header_.allow_intrabc || in ReadCdef()574 if (frame_header_.allow_intrabc) { in DecodeIntraModeInfo()
1125 sc_info->allow_intrabc = pbi->common.features.allow_intrabc; in ctrl_get_screen_content_tools_info()
461 frame_header_.allow_intrabc2559 if (frame_header_.allow_intrabc) return; in ReadLoopRestorationCoefficients()