Home
last modified time | relevance | path

Searched refs:hl_sf (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dspeed_features.c504 sf->hl_sf.second_alt_ref_filtering = 0; in set_good_speed_features_framesize_independent()
799 sf->hl_sf.frame_parameter_update = 0; in set_rt_speed_features_framesize_independent()
841 sf->hl_sf.frame_parameter_update = 0; in set_rt_speed_features_framesize_independent()
885 hl_sf->frame_parameter_update = 1; in init_hl_sf()
886 hl_sf->recode_loop = ALLOW_RECODE; in init_hl_sf()
887 hl_sf->disable_overlay_frames = 0; in init_hl_sf()
888 hl_sf->adaptive_overlay_encoding = 1; in init_hl_sf()
890 hl_sf->recode_tolerance = 25; in init_hl_sf()
891 hl_sf->high_precision_mv_usage = CURRENT_Q; in init_hl_sf()
892 hl_sf->second_alt_ref_filtering = 1; in init_hl_sf()
[all …]
H A Dtemporal_filter.c1018 if (!is_key_frame && cpi->sf.hl_sf.adaptive_overlay_encoding) { in tf_do_filtering()
1212 cpi->sf.hl_sf.second_alt_ref_filtering; in av1_temporal_filter()
1251 (cpi->oxcf.enable_overlay == 0 || cpi->sf.hl_sf.disable_overlay_frames); in av1_temporal_filter()
1274 if ((show_existing_arf != NULL && cpi->sf.hl_sf.adaptive_overlay_encoding) || in av1_temporal_filter()
H A Dmv_prec.c413 if (cpi->sf.hl_sf.high_precision_mv_usage == QTR_ONLY) { in av1_pick_and_set_high_precision_mv()
417 else if (cpi->sf.hl_sf.high_precision_mv_usage == LAST_MV_DATA && in av1_pick_and_set_high_precision_mv()
H A Dspeed_features.h959 HIGH_LEVEL_SPEED_FEATURES hl_sf; member
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dspeed_features.c693 sf->hl_sf.disable_extra_sc_testing = 1; in set_good_speed_features_framesize_independent()
694 sf->hl_sf.second_alt_ref_filtering = 0; in set_good_speed_features_framesize_independent()
695 sf->hl_sf.recode_tolerance = 55; in set_good_speed_features_framesize_independent()
909 sf->hl_sf.frame_parameter_update = 0; in set_rt_speed_features_framesize_independent()
1047 hl_sf->frame_parameter_update = 1; in init_hl_sf()
1048 hl_sf->recode_loop = ALLOW_RECODE; in init_hl_sf()
1050 hl_sf->recode_tolerance = 25; in init_hl_sf()
1053 hl_sf->disable_extra_sc_testing = 0; in init_hl_sf()
1054 hl_sf->second_alt_ref_filtering = 1; in init_hl_sf()
1322 init_hl_sf(&sf->hl_sf); in av1_set_speed_features_framesize_independent()
[all …]
H A Drc_utils.h111 (cpi->sf.hl_sf.recode_loop == ALLOW_RECODE) || in recode_loop_test()
113 (cpi->sf.hl_sf.recode_loop == ALLOW_RECODE_KFARFGF))) { in recode_loop_test()
H A Dsuperres_scale.c102 cpi->sf.hl_sf.superres_auto_search_type != SUPERRES_AUTO_SOLO && in av1_superres_in_recode_allowed()
250 cpi->sf.hl_sf.superres_auto_search_type; in calculate_next_superres_scale()
H A Dmv_prec.c418 if (cpi->sf.hl_sf.high_precision_mv_usage == QTR_ONLY) { in av1_pick_and_set_high_precision_mv()
422 else if (cpi->sf.hl_sf.high_precision_mv_usage == LAST_MV_DATA && in av1_pick_and_set_high_precision_mv()
H A Dspeed_features.h1068 HIGH_LEVEL_SPEED_FEATURES hl_sf; member
H A Dglobal_motion_facade.c300 (ref_disabled && cpi->sf.hl_sf.recode_loop != DISALLOW_RECODE)) { in update_valid_ref_frames_for_gm()
H A Dencoder.c2429 const int allow_recode = (cpi->sf.hl_sf.recode_loop != DISALLOW_RECODE); in encode_with_recode_loop()
2467 if (!cpi->sf.hl_sf.disable_extra_sc_testing) in encode_with_recode_loop()
2587 if (cpi->sf.hl_sf.high_precision_mv_usage == LAST_MV_DATA && in encode_with_recode_loop()
2602 (cpi->sf.hl_sf.recode_loop >= ALLOW_RECODE_KFARFGF && in encode_with_recode_loop()
2705 if (cpi->sf.hl_sf.recode_loop == DISALLOW_RECODE) in encode_with_recode_loop_and_filter()
2836 if (cpi->sf.hl_sf.superres_auto_search_type == SUPERRES_AUTO_ALL) { in encode_with_and_without_superres()
2927 assert(cpi->sf.hl_sf.superres_auto_search_type == SUPERRES_AUTO_DUAL); in encode_with_and_without_superres()
/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dspeed_features.c716 sf->hl_sf.recode_tolerance = 32; in set_good_speed_feature_framesize_dependent()
718 sf->hl_sf.recode_tolerance = 55; in set_good_speed_feature_framesize_dependent()
1141 sf->hl_sf.disable_extra_sc_testing = 1; in set_good_speed_features_framesize_independent()
1143 sf->hl_sf.recode_tolerance = 55; in set_good_speed_features_framesize_independent()
1380 sf->hl_sf.frame_parameter_update = 0; in set_rt_speed_features_framesize_independent()
1561 hl_sf->frame_parameter_update = 1; in init_hl_sf()
1562 hl_sf->recode_loop = ALLOW_RECODE; in init_hl_sf()
1564 hl_sf->recode_tolerance = 25; in init_hl_sf()
1567 hl_sf->disable_extra_sc_testing = 0; in init_hl_sf()
1568 hl_sf->second_alt_ref_filtering = 1; in init_hl_sf()
[all …]
H A Drc_utils.h137 (cpi->sf.hl_sf.recode_loop == ALLOW_RECODE) || in recode_loop_test()
139 (cpi->sf.hl_sf.recode_loop == ALLOW_RECODE_KFARFGF))) { in recode_loop_test()
H A Dsuperres_scale.c102 cpi->sf.hl_sf.superres_auto_search_type != SUPERRES_AUTO_SOLO && in av1_superres_in_recode_allowed()
251 cpi->sf.hl_sf.superres_auto_search_type; in calculate_next_superres_scale()
H A Dmv_prec.c419 if (cpi->sf.hl_sf.high_precision_mv_usage == QTR_ONLY) { in av1_pick_and_set_high_precision_mv()
423 else if (cpi->sf.hl_sf.high_precision_mv_usage == LAST_MV_DATA && in av1_pick_and_set_high_precision_mv()
H A Dspeed_features.h1334 HIGH_LEVEL_SPEED_FEATURES hl_sf; member
H A Dglobal_motion_facade.c295 (ref_disabled && cpi->sf.hl_sf.recode_loop != DISALLOW_RECODE)) { in update_valid_ref_frames_for_gm()
H A Dencoder.c2474 const int allow_recode = (cpi->sf.hl_sf.recode_loop != DISALLOW_RECODE);
2519 if (!cpi->sf.hl_sf.disable_extra_sc_testing)
2692 if (cpi->sf.hl_sf.high_precision_mv_usage == LAST_MV_DATA &&
2708 (cpi->sf.hl_sf.recode_loop >= ALLOW_RECODE_KFARFGF &&
2873 if (cpi->sf.hl_sf.recode_loop == DISALLOW_RECODE)
3008 if (cpi->sf.hl_sf.superres_auto_search_type == SUPERRES_AUTO_ALL) {
3097 assert(cpi->sf.hl_sf.superres_auto_search_type == SUPERRES_AUTO_DUAL);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dspeed_features.c526 sf->hl_sf.recode_loop = ALLOW_RECODE_KFARFGF; in set_good_speed_features_framesize_independent()
685 sf->hl_sf.disable_extra_sc_testing = 1; in set_good_speed_features_framesize_independent()
843 sf->hl_sf.recode_loop = ALLOW_RECODE_KFARFGF; in set_rt_speed_features_framesize_independent()
902 sf->hl_sf.frame_parameter_update = 0; in set_rt_speed_features_framesize_independent()
1038 hl_sf->frame_parameter_update = 1; in init_hl_sf()
1039 hl_sf->recode_loop = ALLOW_RECODE; in init_hl_sf()
1041 hl_sf->recode_tolerance = 25; in init_hl_sf()
1042 hl_sf->high_precision_mv_usage = CURRENT_Q; in init_hl_sf()
1044 hl_sf->disable_extra_sc_testing = 0; in init_hl_sf()
1310 init_hl_sf(&sf->hl_sf); in av1_set_speed_features_framesize_independent()
[all …]
H A Drc_utils.h111 (cpi->sf.hl_sf.recode_loop == ALLOW_RECODE) || in recode_loop_test()
113 (cpi->sf.hl_sf.recode_loop == ALLOW_RECODE_KFARFGF))) { in recode_loop_test()
H A Dsuperres_scale.c102 cpi->sf.hl_sf.superres_auto_search_type != SUPERRES_AUTO_SOLO && in av1_superres_in_recode_allowed()
254 if (cpi->sf.hl_sf.superres_auto_search_type == SUPERRES_AUTO_ALL) { in calculate_next_superres_scale()
H A Dmv_prec.c418 if (cpi->sf.hl_sf.high_precision_mv_usage == QTR_ONLY) { in av1_pick_and_set_high_precision_mv()
422 else if (cpi->sf.hl_sf.high_precision_mv_usage == LAST_MV_DATA && in av1_pick_and_set_high_precision_mv()
H A Dspeed_features.h1093 HIGH_LEVEL_SPEED_FEATURES hl_sf; member
H A Dencoder.c2350 const int allow_recode = (cpi->sf.hl_sf.recode_loop != DISALLOW_RECODE); in encode_with_recode_loop()
2388 if (!cpi->sf.hl_sf.disable_extra_sc_testing) in encode_with_recode_loop()
2508 if (cpi->sf.hl_sf.high_precision_mv_usage == LAST_MV_DATA && in encode_with_recode_loop()
2523 (cpi->sf.hl_sf.recode_loop >= ALLOW_RECODE_KFARFGF && in encode_with_recode_loop()
2609 if (cpi->sf.hl_sf.recode_loop == DISALLOW_RECODE) in encode_with_recode_loop_and_filter()
2728 if (cpi->sf.hl_sf.superres_auto_search_type == SUPERRES_AUTO_ALL) { in encode_with_and_without_superres()
2819 assert(cpi->sf.hl_sf.superres_auto_search_type == SUPERRES_AUTO_DUAL); in encode_with_and_without_superres()
H A Dglobal_motion_facade.c320 (ref_disabled && cpi->sf.hl_sf.recode_loop != DISALLOW_RECODE)) { in update_valid_ref_frames_for_gm()

12