Home
last modified time | relevance | path

Searched refs:LAST_FRAME (Results 1 – 25 of 720) sorted by relevance

12345678910>>...29

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Drdopt_utils.h37 { NEARESTMV, { LAST_FRAME, NONE_FRAME } },
45 { NEWMV, { LAST_FRAME, NONE_FRAME } },
53 { NEARMV, { LAST_FRAME, NONE_FRAME } },
61 { GLOBALMV, { LAST_FRAME, NONE_FRAME } },
92 { NEW_NEARMV, { LAST_FRAME, ALTREF_FRAME } },
93 { NEAR_NEWMV, { LAST_FRAME, ALTREF_FRAME } },
94 { NEW_NEWMV, { LAST_FRAME, ALTREF_FRAME } },
126 { NEW_NEWMV, { LAST_FRAME, BWDREF_FRAME } },
188 { NEW_NEARMV, { LAST_FRAME, LAST2_FRAME } },
190 { NEW_NEWMV, { LAST_FRAME, LAST2_FRAME } },
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_pred_common.c28 cm->comp_var_ref[0] = LAST_FRAME; in vp9_setup_compound_reference_mode()
33 cm->comp_var_ref[0] = LAST_FRAME; in vp9_setup_compound_reference_mode()
36 cm->comp_fixed_ref = LAST_FRAME; in vp9_setup_compound_reference_mode()
199 pred_context = 1 + (above0 == LAST_FRAME || above1 == LAST_FRAME || in vp9_get_pred_context_single_ref_p1()
200 left0 == LAST_FRAME || left1 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
206 if (rfs == LAST_FRAME) in vp9_get_pred_context_single_ref_p1()
207 pred_context = 3 + (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
209 pred_context = (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
211 pred_context = 2 * (above0 == LAST_FRAME) + 2 * (left0 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
288 if (above0 == LAST_FRAME && left0 == LAST_FRAME) { in vp9_get_pred_context_single_ref_p2()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/VPX/
H A Dvp9_pred_common.c29 cm->comp_var_ref[0] = LAST_FRAME; in eb_vp9_setup_compound_reference_mode()
34 cm->comp_var_ref[0] = LAST_FRAME; in eb_vp9_setup_compound_reference_mode()
37 cm->comp_fixed_ref = LAST_FRAME; in eb_vp9_setup_compound_reference_mode()
200 pred_context = 1 + (above0 == LAST_FRAME || above1 == LAST_FRAME || in eb_vp9_get_pred_context_single_ref_p1()
201 left0 == LAST_FRAME || left1 == LAST_FRAME); in eb_vp9_get_pred_context_single_ref_p1()
207 if (rfs == LAST_FRAME) in eb_vp9_get_pred_context_single_ref_p1()
208 pred_context = 3 + (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in eb_vp9_get_pred_context_single_ref_p1()
210 pred_context = (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in eb_vp9_get_pred_context_single_ref_p1()
212 pred_context = 2 * (above0 == LAST_FRAME) + 2 * (left0 == LAST_FRAME); in eb_vp9_get_pred_context_single_ref_p1()
289 if (above0 == LAST_FRAME && left0 == LAST_FRAME) { in eb_vp9_get_pred_context_single_ref_p2()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_pred_common.c28 cm->comp_var_ref[0] = LAST_FRAME; in vp9_setup_compound_reference_mode()
33 cm->comp_var_ref[0] = LAST_FRAME; in vp9_setup_compound_reference_mode()
36 cm->comp_fixed_ref = LAST_FRAME; in vp9_setup_compound_reference_mode()
199 pred_context = 1 + (above0 == LAST_FRAME || above1 == LAST_FRAME || in vp9_get_pred_context_single_ref_p1()
200 left0 == LAST_FRAME || left1 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
206 if (rfs == LAST_FRAME) in vp9_get_pred_context_single_ref_p1()
207 pred_context = 3 + (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
209 pred_context = (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
211 pred_context = 2 * (above0 == LAST_FRAME) + 2 * (left0 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
288 if (above0 == LAST_FRAME && left0 == LAST_FRAME) { in vp9_get_pred_context_single_ref_p2()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp9/common/
H A Dvp9_pred_common.c28 cm->comp_var_ref[0] = LAST_FRAME; in vp9_setup_compound_reference_mode()
33 cm->comp_var_ref[0] = LAST_FRAME; in vp9_setup_compound_reference_mode()
36 cm->comp_fixed_ref = LAST_FRAME; in vp9_setup_compound_reference_mode()
199 pred_context = 1 + (above0 == LAST_FRAME || above1 == LAST_FRAME || in vp9_get_pred_context_single_ref_p1()
200 left0 == LAST_FRAME || left1 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
206 if (rfs == LAST_FRAME) in vp9_get_pred_context_single_ref_p1()
207 pred_context = 3 + (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
209 pred_context = (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
211 pred_context = 2 * (above0 == LAST_FRAME) + 2 * (left0 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
288 if (above0 == LAST_FRAME && left0 == LAST_FRAME) { in vp9_get_pred_context_single_ref_p2()
[all …]
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/VPX/
H A Dvp9_pred_common.c29 cm->comp_var_ref[0] = LAST_FRAME; in eb_vp9_setup_compound_reference_mode()
34 cm->comp_var_ref[0] = LAST_FRAME; in eb_vp9_setup_compound_reference_mode()
37 cm->comp_fixed_ref = LAST_FRAME; in eb_vp9_setup_compound_reference_mode()
200 pred_context = 1 + (above0 == LAST_FRAME || above1 == LAST_FRAME || in eb_vp9_get_pred_context_single_ref_p1()
201 left0 == LAST_FRAME || left1 == LAST_FRAME); in eb_vp9_get_pred_context_single_ref_p1()
207 if (rfs == LAST_FRAME) in eb_vp9_get_pred_context_single_ref_p1()
208 pred_context = 3 + (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in eb_vp9_get_pred_context_single_ref_p1()
210 pred_context = (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in eb_vp9_get_pred_context_single_ref_p1()
212 pred_context = 2 * (above0 == LAST_FRAME) + 2 * (left0 == LAST_FRAME); in eb_vp9_get_pred_context_single_ref_p1()
289 if (above0 == LAST_FRAME && left0 == LAST_FRAME) { in eb_vp9_get_pred_context_single_ref_p2()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_pred_common.c28 cm->comp_var_ref[0] = LAST_FRAME; in vp9_setup_compound_reference_mode()
33 cm->comp_var_ref[0] = LAST_FRAME; in vp9_setup_compound_reference_mode()
36 cm->comp_fixed_ref = LAST_FRAME; in vp9_setup_compound_reference_mode()
199 pred_context = 1 + (above0 == LAST_FRAME || above1 == LAST_FRAME || in vp9_get_pred_context_single_ref_p1()
200 left0 == LAST_FRAME || left1 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
206 if (rfs == LAST_FRAME) in vp9_get_pred_context_single_ref_p1()
207 pred_context = 3 + (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
209 pred_context = (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
211 pred_context = 2 * (above0 == LAST_FRAME) + 2 * (left0 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
288 if (above0 == LAST_FRAME && left0 == LAST_FRAME) { in vp9_get_pred_context_single_ref_p2()
[all …]
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/common/
H A Dvp9_pred_common.c28 cm->comp_var_ref[0] = LAST_FRAME; in vp9_setup_compound_reference_mode()
33 cm->comp_var_ref[0] = LAST_FRAME; in vp9_setup_compound_reference_mode()
36 cm->comp_fixed_ref = LAST_FRAME; in vp9_setup_compound_reference_mode()
199 pred_context = 1 + (above0 == LAST_FRAME || above1 == LAST_FRAME || in vp9_get_pred_context_single_ref_p1()
200 left0 == LAST_FRAME || left1 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
206 if (rfs == LAST_FRAME) in vp9_get_pred_context_single_ref_p1()
207 pred_context = 3 + (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
209 pred_context = (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
211 pred_context = 2 * (above0 == LAST_FRAME) + 2 * (left0 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
288 if (above0 == LAST_FRAME && left0 == LAST_FRAME) { in vp9_get_pred_context_single_ref_p2()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_pred_common.c28 cm->comp_var_ref[0] = LAST_FRAME; in vp9_setup_compound_reference_mode()
33 cm->comp_var_ref[0] = LAST_FRAME; in vp9_setup_compound_reference_mode()
36 cm->comp_fixed_ref = LAST_FRAME; in vp9_setup_compound_reference_mode()
199 pred_context = 1 + (above0 == LAST_FRAME || above1 == LAST_FRAME || in vp9_get_pred_context_single_ref_p1()
200 left0 == LAST_FRAME || left1 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
206 if (rfs == LAST_FRAME) in vp9_get_pred_context_single_ref_p1()
207 pred_context = 3 + (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
209 pred_context = (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
211 pred_context = 2 * (above0 == LAST_FRAME) + 2 * (left0 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
288 if (above0 == LAST_FRAME && left0 == LAST_FRAME) { in vp9_get_pred_context_single_ref_p2()
[all …]
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_pred_common.c28 cm->comp_var_ref[0] = LAST_FRAME; in vp9_setup_compound_reference_mode()
33 cm->comp_var_ref[0] = LAST_FRAME; in vp9_setup_compound_reference_mode()
36 cm->comp_fixed_ref = LAST_FRAME; in vp9_setup_compound_reference_mode()
199 pred_context = 1 + (above0 == LAST_FRAME || above1 == LAST_FRAME || in vp9_get_pred_context_single_ref_p1()
200 left0 == LAST_FRAME || left1 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
206 if (rfs == LAST_FRAME) in vp9_get_pred_context_single_ref_p1()
207 pred_context = 3 + (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
209 pred_context = (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
211 pred_context = 2 * (above0 == LAST_FRAME) + 2 * (left0 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
288 if (above0 == LAST_FRAME && left0 == LAST_FRAME) { in vp9_get_pred_context_single_ref_p2()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_pred_common.c28 cm->comp_var_ref[0] = LAST_FRAME; in vp9_setup_compound_reference_mode()
33 cm->comp_var_ref[0] = LAST_FRAME; in vp9_setup_compound_reference_mode()
36 cm->comp_fixed_ref = LAST_FRAME; in vp9_setup_compound_reference_mode()
199 pred_context = 1 + (above0 == LAST_FRAME || above1 == LAST_FRAME || in vp9_get_pred_context_single_ref_p1()
200 left0 == LAST_FRAME || left1 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
206 if (rfs == LAST_FRAME) in vp9_get_pred_context_single_ref_p1()
207 pred_context = 3 + (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
209 pred_context = (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
211 pred_context = 2 * (above0 == LAST_FRAME) + 2 * (left0 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
288 if (above0 == LAST_FRAME && left0 == LAST_FRAME) { in vp9_get_pred_context_single_ref_p2()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_pred_common.c28 cm->comp_var_ref[0] = LAST_FRAME; in vp9_setup_compound_reference_mode()
33 cm->comp_var_ref[0] = LAST_FRAME; in vp9_setup_compound_reference_mode()
36 cm->comp_fixed_ref = LAST_FRAME; in vp9_setup_compound_reference_mode()
199 pred_context = 1 + (above0 == LAST_FRAME || above1 == LAST_FRAME || in vp9_get_pred_context_single_ref_p1()
200 left0 == LAST_FRAME || left1 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
206 if (rfs == LAST_FRAME) in vp9_get_pred_context_single_ref_p1()
207 pred_context = 3 + (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
209 pred_context = (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
211 pred_context = 2 * (above0 == LAST_FRAME) + 2 * (left0 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
288 if (above0 == LAST_FRAME && left0 == LAST_FRAME) { in vp9_get_pred_context_single_ref_p2()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Drdopt_utils.h37 { NEARESTMV, { LAST_FRAME, NONE_FRAME } },
45 { NEWMV, { LAST_FRAME, NONE_FRAME } },
53 { NEARMV, { LAST_FRAME, NONE_FRAME } },
61 { GLOBALMV, { LAST_FRAME, NONE_FRAME } },
92 { NEW_NEARMV, { LAST_FRAME, ALTREF_FRAME } },
93 { NEAR_NEWMV, { LAST_FRAME, ALTREF_FRAME } },
94 { NEW_NEWMV, { LAST_FRAME, ALTREF_FRAME } },
126 { NEW_NEWMV, { LAST_FRAME, BWDREF_FRAME } },
188 { NEW_NEARMV, { LAST_FRAME, LAST2_FRAME } },
190 { NEW_NEWMV, { LAST_FRAME, LAST2_FRAME } },
[all …]
/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Drdopt_utils.h37 { NEARESTMV, { LAST_FRAME, NONE_FRAME } },
45 { NEWMV, { LAST_FRAME, NONE_FRAME } },
53 { NEARMV, { LAST_FRAME, NONE_FRAME } },
61 { GLOBALMV, { LAST_FRAME, NONE_FRAME } },
90 { NEW_NEWMV, { LAST_FRAME, BWDREF_FRAME } },
93 { NEW_NEARMV, { LAST_FRAME, BWDREF_FRAME } },
94 { NEAR_NEWMV, { LAST_FRAME, BWDREF_FRAME } },
98 { NEW_NEWMV, { LAST_FRAME, ALTREF_FRAME } },
101 { NEW_NEARMV, { LAST_FRAME, ALTREF_FRAME } },
186 { NEW_NEWMV, { LAST_FRAME, LAST2_FRAME } },
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Drdopt_utils.h37 { NEARESTMV, { LAST_FRAME, NONE_FRAME } },
45 { NEWMV, { LAST_FRAME, NONE_FRAME } },
53 { NEARMV, { LAST_FRAME, NONE_FRAME } },
61 { GLOBALMV, { LAST_FRAME, NONE_FRAME } },
90 { NEW_NEWMV, { LAST_FRAME, BWDREF_FRAME } },
93 { NEW_NEARMV, { LAST_FRAME, BWDREF_FRAME } },
94 { NEAR_NEWMV, { LAST_FRAME, BWDREF_FRAME } },
98 { NEW_NEWMV, { LAST_FRAME, ALTREF_FRAME } },
101 { NEW_NEARMV, { LAST_FRAME, ALTREF_FRAME } },
186 { NEW_NEWMV, { LAST_FRAME, LAST2_FRAME } },
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvpx/vp9/common/
H A Dvp9_pred_common.c183 pred_context = 4 * (edge_mi->ref_frame[0] == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
186 edge_mi->ref_frame[1] == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
196 pred_context = 1 + (above0 == LAST_FRAME || above1 == LAST_FRAME || in vp9_get_pred_context_single_ref_p1()
197 left0 == LAST_FRAME || left1 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
203 if (rfs == LAST_FRAME) in vp9_get_pred_context_single_ref_p1()
204 pred_context = 3 + (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
206 pred_context = (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
208 pred_context = 2 * (above0 == LAST_FRAME) + 2 * (left0 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
250 if (edge_mi->ref_frame[0] == LAST_FRAME) in vp9_get_pred_context_single_ref_p2()
286 if (above0 == LAST_FRAME && left0 == LAST_FRAME) { in vp9_get_pred_context_single_ref_p2()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvpx/vp9/common/
H A Dvp9_pred_common.c183 pred_context = 4 * (edge_mi->ref_frame[0] == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
186 edge_mi->ref_frame[1] == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
196 pred_context = 1 + (above0 == LAST_FRAME || above1 == LAST_FRAME || in vp9_get_pred_context_single_ref_p1()
197 left0 == LAST_FRAME || left1 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
203 if (rfs == LAST_FRAME) in vp9_get_pred_context_single_ref_p1()
204 pred_context = 3 + (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
206 pred_context = (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
208 pred_context = 2 * (above0 == LAST_FRAME) + 2 * (left0 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
250 if (edge_mi->ref_frame[0] == LAST_FRAME) in vp9_get_pred_context_single_ref_p2()
286 if (above0 == LAST_FRAME && left0 == LAST_FRAME) { in vp9_get_pred_context_single_ref_p2()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_pred_common.c160 pred_context = 4 * (edge_mi->ref_frame[0] == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
173 pred_context = 1 + (above0 == LAST_FRAME || above1 == LAST_FRAME || in vp9_get_pred_context_single_ref_p1()
174 left0 == LAST_FRAME || left1 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
180 if (rfs == LAST_FRAME) in vp9_get_pred_context_single_ref_p1()
181 pred_context = 3 + (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
183 pred_context = (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
185 pred_context = 2 * (above0 == LAST_FRAME) + 2 * (left0 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
227 if (edge_mi->ref_frame[0] == LAST_FRAME) in vp9_get_pred_context_single_ref_p2()
263 if (above0 == LAST_FRAME && left0 == LAST_FRAME) { in vp9_get_pred_context_single_ref_p2()
265 } else if (above0 == LAST_FRAME || left0 == LAST_FRAME) { in vp9_get_pred_context_single_ref_p2()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp9/common/
H A Dvp9_pred_common.c210 pred_context = 4 * (edge_mbmi->ref_frame[0] == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
213 edge_mbmi->ref_frame[1] == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
223 pred_context = 1 + (above0 == LAST_FRAME || above1 == LAST_FRAME || in vp9_get_pred_context_single_ref_p1()
224 left0 == LAST_FRAME || left1 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
230 if (rfs == LAST_FRAME) in vp9_get_pred_context_single_ref_p1()
231 pred_context = 3 + (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
233 pred_context = (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
235 pred_context = 2 * (above0 == LAST_FRAME) + 2 * (left0 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
277 if (edge_mbmi->ref_frame[0] == LAST_FRAME) in vp9_get_pred_context_single_ref_p2()
313 if (above0 == LAST_FRAME && left0 == LAST_FRAME) { in vp9_get_pred_context_single_ref_p2()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Decoder/Codec/
H A DEbDecPicMgr.c410 ref_flag_list[ALTREF_FRAME - LAST_FRAME] = 1; in svt_set_frame_refs()
418 ref_flag_list[BWDREF_FRAME - LAST_FRAME] = 1; in svt_set_frame_refs()
426 ref_flag_list[ALTREF2_FRAME - LAST_FRAME] = 1; in svt_set_frame_refs()
433 set_ref_frame_info(dec_handle_ptr, LAST_FRAME - LAST_FRAME, &ref_frame_info[i]); in svt_set_frame_refs()
434 ref_flag_list[LAST_FRAME - LAST_FRAME] = 1; in svt_set_frame_refs()
440 ref_flag_list[GOLDEN_FRAME - LAST_FRAME] = 1; in svt_set_frame_refs()
444 assert(ref_flag_list[LAST_FRAME - LAST_FRAME] == 1 && in svt_set_frame_refs()
461 if (ref_flag_list[ref_frame - LAST_FRAME] == 1) in svt_set_frame_refs()
473 ref_flag_list[ref_frame - LAST_FRAME] = 1; in svt_set_frame_refs()
481 if (ref_flag_list[ref_frame - LAST_FRAME] == 1) in svt_set_frame_refs()
[all …]
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Decoder/Codec/
H A DEbDecPicMgr.c410 ref_flag_list[ALTREF_FRAME - LAST_FRAME] = 1; in svt_set_frame_refs()
418 ref_flag_list[BWDREF_FRAME - LAST_FRAME] = 1; in svt_set_frame_refs()
426 ref_flag_list[ALTREF2_FRAME - LAST_FRAME] = 1; in svt_set_frame_refs()
433 set_ref_frame_info(dec_handle_ptr, LAST_FRAME - LAST_FRAME, &ref_frame_info[i]); in svt_set_frame_refs()
434 ref_flag_list[LAST_FRAME - LAST_FRAME] = 1; in svt_set_frame_refs()
440 ref_flag_list[GOLDEN_FRAME - LAST_FRAME] = 1; in svt_set_frame_refs()
444 assert(ref_flag_list[LAST_FRAME - LAST_FRAME] == 1 && in svt_set_frame_refs()
461 if (ref_flag_list[ref_frame - LAST_FRAME] == 1) in svt_set_frame_refs()
473 ref_flag_list[ref_frame - LAST_FRAME] = 1; in svt_set_frame_refs()
481 if (ref_flag_list[ref_frame - LAST_FRAME] == 1) in svt_set_frame_refs()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Dpred_common.c729 if (frfa == LAST_FRAME || frfl == LAST_FRAME) in av1_get_pred_context_comp_ref_p1()
742 if (frfc == LAST_FRAME && rfs != LAST_FRAME) in av1_get_pred_context_comp_ref_p1()
744 else if (rfs == LAST_FRAME && frfc != LAST_FRAME) in av1_get_pred_context_comp_ref_p1()
750 if (frfa == LAST_FRAME || frfl == LAST_FRAME) in av1_get_pred_context_comp_ref_p1()
1293 pred_context = 3 + (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in av1_get_pred_context_single_ref_p4()
1295 pred_context = (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in av1_get_pred_context_single_ref_p4()
1465 left0 == LAST_FRAME || left1 == LAST_FRAME); in av1_get_pred_context_single_ref_p1()
1472 pred_context = 3 + (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in av1_get_pred_context_single_ref_p1()
1474 pred_context = (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in av1_get_pred_context_single_ref_p1()
1554 if (above0 == LAST_FRAME && left0 == LAST_FRAME) { in av1_get_pred_context_single_ref_p2()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/common/
H A Dmvref_common.c1003 const int ref_idx = ref_frame - LAST_FRAME; in av1_setup_motion_field()
1020 if (ref_buf[LAST_FRAME - LAST_FRAME] != NULL) { in av1_setup_motion_field()
1022 ref_buf[LAST_FRAME - LAST_FRAME] in av1_setup_motion_field()
1401 ref_flag_list[ALTREF_FRAME - LAST_FRAME] = 1; in av1_set_frame_refs()
1409 ref_flag_list[BWDREF_FRAME - LAST_FRAME] = 1; in av1_set_frame_refs()
1417 ref_flag_list[ALTREF2_FRAME - LAST_FRAME] = 1; in av1_set_frame_refs()
1425 set_ref_frame_info(remapped_ref_idx, LAST_FRAME - LAST_FRAME, in av1_set_frame_refs()
1427 ref_flag_list[LAST_FRAME - LAST_FRAME] = 1; in av1_set_frame_refs()
1438 assert(ref_flag_list[LAST_FRAME - LAST_FRAME] == 1 && in av1_set_frame_refs()
1467 ref_flag_list[ref_frame - LAST_FRAME] = 1; in av1_set_frame_refs()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/common/
H A Dmvref_common.c1003 const int ref_idx = ref_frame - LAST_FRAME; in av1_setup_motion_field()
1020 if (ref_buf[LAST_FRAME - LAST_FRAME] != NULL) { in av1_setup_motion_field()
1022 ref_buf[LAST_FRAME - LAST_FRAME] in av1_setup_motion_field()
1401 ref_flag_list[ALTREF_FRAME - LAST_FRAME] = 1; in av1_set_frame_refs()
1409 ref_flag_list[BWDREF_FRAME - LAST_FRAME] = 1; in av1_set_frame_refs()
1417 ref_flag_list[ALTREF2_FRAME - LAST_FRAME] = 1; in av1_set_frame_refs()
1425 set_ref_frame_info(remapped_ref_idx, LAST_FRAME - LAST_FRAME, in av1_set_frame_refs()
1427 ref_flag_list[LAST_FRAME - LAST_FRAME] = 1; in av1_set_frame_refs()
1438 assert(ref_flag_list[LAST_FRAME - LAST_FRAME] == 1 && in av1_set_frame_refs()
1467 ref_flag_list[ref_frame - LAST_FRAME] = 1; in av1_set_frame_refs()
[all …]
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbModeDecision.c375 (ref_frame_0 == LAST_FRAME) ? in new_mv_candidates_injection()
402 else if (ref_frame_0 == LAST_FRAME) { in new_mv_candidates_injection()
461 else if (ref_frame_0 == LAST_FRAME) { in list_1_to_last_inter_candidates_injection()
627 if (ref_frame_0 == LAST_FRAME) { in new_mv_unipred3x3_candidates_injection()
876 LAST_FRAME, in prepare_fast_loop_candidates()
907 LAST_FRAME, in prepare_fast_loop_candidates()
917 LAST_FRAME, in prepare_fast_loop_candidates()
937 LAST_FRAME, in prepare_fast_loop_candidates()
952 LAST_FRAME, in prepare_fast_loop_candidates()
963 LAST_FRAME, in prepare_fast_loop_candidates()
[all …]

12345678910>>...29