Home
last modified time | relevance | path

Searched refs:refmv_ctx (Results 1 – 25 of 45) sorted by relevance

12

/dports/multimedia/dav1d/dav1d-99172b11470776177939c3d2bc366fe8d904eab7/src/
H A Drefmvs.c484 int refmv_ctx, newmv_ctx; in dav1d_refmvs_find() local
487 refmv_ctx = imin(2, ref_match_count); in dav1d_refmvs_find()
491 refmv_ctx = imin(ref_match_count * 3, 4); in dav1d_refmvs_find()
495 refmv_ctx = 5; in dav1d_refmvs_find()
599 switch (refmv_ctx >> 1) { in dav1d_refmvs_find()
650 *ctx = (refmv_ctx << 4) | (globalmv_ctx << 3) | newmv_ctx; in dav1d_refmvs_find()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dav1d/libdav1d/src/
H A Drefmvs.c482 int refmv_ctx, newmv_ctx; in dav1d_refmvs_find() local
485 refmv_ctx = imin(2, ref_match_count); in dav1d_refmvs_find()
489 refmv_ctx = imin(ref_match_count * 3, 4); in dav1d_refmvs_find()
493 refmv_ctx = 5; in dav1d_refmvs_find()
597 switch (refmv_ctx >> 1) { in dav1d_refmvs_find()
648 *ctx = (refmv_ctx << 4) | (globalmv_ctx << 3) | newmv_ctx; in dav1d_refmvs_find()
/dports/www/firefox/firefox-99.0/third_party/dav1d/src/
H A Drefmvs.c484 int refmv_ctx, newmv_ctx; in dav1d_refmvs_find() local
487 refmv_ctx = imin(2, ref_match_count); in dav1d_refmvs_find()
491 refmv_ctx = imin(ref_match_count * 3, 4); in dav1d_refmvs_find()
495 refmv_ctx = 5; in dav1d_refmvs_find()
599 switch (refmv_ctx >> 1) { in dav1d_refmvs_find()
650 *ctx = (refmv_ctx << 4) | (globalmv_ctx << 3) | newmv_ctx; in dav1d_refmvs_find()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/dav1d/src/
H A Drefmvs.c483 int refmv_ctx, newmv_ctx; in dav1d_refmvs_find() local
486 refmv_ctx = imin(2, ref_match_count); in dav1d_refmvs_find()
490 refmv_ctx = imin(ref_match_count * 3, 4); in dav1d_refmvs_find()
494 refmv_ctx = 5; in dav1d_refmvs_find()
598 switch (refmv_ctx >> 1) { in dav1d_refmvs_find()
649 *ctx = (refmv_ctx << 4) | (globalmv_ctx << 3) | newmv_ctx; in dav1d_refmvs_find()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dav1d/libdav1d/src/
H A Drefmvs.c485 int refmv_ctx, newmv_ctx; in dav1d_refmvs_find() local
488 refmv_ctx = imin(2, ref_match_count); in dav1d_refmvs_find()
492 refmv_ctx = imin(ref_match_count * 3, 4); in dav1d_refmvs_find()
496 refmv_ctx = 5; in dav1d_refmvs_find()
600 switch (refmv_ctx >> 1) { in dav1d_refmvs_find()
651 *ctx = (refmv_ctx << 4) | (globalmv_ctx << 3) | newmv_ctx; in dav1d_refmvs_find()
/dports/www/firefox-esr/firefox-91.8.0/third_party/dav1d/src/
H A Drefmvs.c483 int refmv_ctx, newmv_ctx; in dav1d_refmvs_find() local
486 refmv_ctx = imin(2, ref_match_count); in dav1d_refmvs_find()
490 refmv_ctx = imin(ref_match_count * 3, 4); in dav1d_refmvs_find()
494 refmv_ctx = 5; in dav1d_refmvs_find()
598 switch (refmv_ctx >> 1) { in dav1d_refmvs_find()
649 *ctx = (refmv_ctx << 4) | (globalmv_ctx << 3) | newmv_ctx; in dav1d_refmvs_find()
/dports/multimedia/handbrake/dav1d-0.9.0/src/
H A Drefmvs.c483 int refmv_ctx, newmv_ctx; in dav1d_refmvs_find() local
486 refmv_ctx = imin(2, ref_match_count); in dav1d_refmvs_find()
490 refmv_ctx = imin(ref_match_count * 3, 4); in dav1d_refmvs_find()
494 refmv_ctx = 5; in dav1d_refmvs_find()
598 switch (refmv_ctx >> 1) { in dav1d_refmvs_find()
649 *ctx = (refmv_ctx << 4) | (globalmv_ctx << 3) | newmv_ctx; in dav1d_refmvs_find()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/
H A Dmvref_common.h177 const int16_t refmv_ctx = in av1_mode_context_analyzer() local
180 const int16_t comp_ctx = compound_mode_ctx_map[refmv_ctx >> 1][AOMMIN( in av1_mode_context_analyzer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/common/
H A Dmvref_common.h177 const int16_t refmv_ctx = in av1_mode_context_analyzer() local
180 const int16_t comp_ctx = compound_mode_ctx_map[refmv_ctx >> 1][AOMMIN( in av1_mode_context_analyzer()
/dports/multimedia/aom/aom-3.2.0/av1/common/
H A Dmvref_common.h177 const int16_t refmv_ctx = in av1_mode_context_analyzer() local
180 const int16_t comp_ctx = compound_mode_ctx_map[refmv_ctx >> 1][AOMMIN( in av1_mode_context_analyzer()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/common/
H A Dmvref_common.h177 const int16_t refmv_ctx = in av1_mode_context_analyzer() local
180 const int16_t comp_ctx = compound_mode_ctx_map[refmv_ctx >> 1][AOMMIN( in av1_mode_context_analyzer()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/common/
H A Dmvref_common.h196 const int16_t refmv_ctx = in av1_mode_context_analyzer() local
199 const int16_t comp_ctx = compound_mode_ctx_map[refmv_ctx >> 1][AOMMIN( in av1_mode_context_analyzer()
/dports/www/firefox/firefox-99.0/third_party/aom/av1/common/
H A Dmvref_common.h196 const int16_t refmv_ctx = in av1_mode_context_analyzer() local
199 const int16_t comp_ctx = compound_mode_ctx_map[refmv_ctx >> 1][AOMMIN( in av1_mode_context_analyzer()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/common/
H A Dmvref_common.h196 const int16_t refmv_ctx = in av1_mode_context_analyzer() local
199 const int16_t comp_ctx = compound_mode_ctx_map[refmv_ctx >> 1][AOMMIN( in av1_mode_context_analyzer()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/common/
H A Dmvref_common.h196 const int16_t refmv_ctx = in av1_mode_context_analyzer() local
199 const int16_t comp_ctx = compound_mode_ctx_map[refmv_ctx >> 1][AOMMIN( in av1_mode_context_analyzer()
/dports/multimedia/librav1e/rav1e-0.5.1/src/context/
H A Dblock_unit.rs1656 let refmv_ctx = (ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in write_compound_mode() localVariable
1658 let ctx = if refmv_ctx < 2 { in write_compound_mode()
1660 } else if refmv_ctx < 4 { in write_compound_mode()
1699 let refmv_ctx = (ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in write_inter_mode() localVariable
1700 let cdf = &mut self.fc.refmv_cdf[refmv_ctx]; in write_inter_mode()
/dports/multimedia/rav1e/rav1e-0.5.1/src/context/
H A Dblock_unit.rs1656 let refmv_ctx = (ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in write_compound_mode() localVariable
1658 let ctx = if refmv_ctx < 2 { in write_compound_mode()
1660 } else if refmv_ctx < 4 { in write_compound_mode()
1699 let refmv_ctx = (ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in write_inter_mode() localVariable
1700 let cdf = &mut self.fc.refmv_cdf[refmv_ctx]; in write_inter_mode()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/context/
H A Dblock_unit.rs1618 let refmv_ctx = (ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in write_compound_mode() localVariable
1620 let ctx = if refmv_ctx < 2 { in write_compound_mode()
1622 } else if refmv_ctx < 4 { in write_compound_mode()
1668 let refmv_ctx = (ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in write_inter_mode() localVariable
1673 &mut self.fc.refmv_cdf[refmv_ctx] in write_inter_mode()
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbMdRateEstimation.c643 const int16_t refmv_ctx = (mode_context[ref_frame] >> REFMV_OFFSET) & REFMV_CTX_MASK; in av1_mode_context_analyzer() local
644 assert((refmv_ctx >> 1) < 3); in av1_mode_context_analyzer()
646 compound_mode_ctx_map_[refmv_ctx >> 1][AOMMIN(newmv_ctx, COMP_NEWMV_CTXS - 1)]; in av1_mode_context_analyzer()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbMdRateEstimation.c643 const int16_t refmv_ctx = (mode_context[ref_frame] >> REFMV_OFFSET) & REFMV_CTX_MASK; in av1_mode_context_analyzer() local
644 assert((refmv_ctx >> 1) < 3); in av1_mode_context_analyzer()
646 compound_mode_ctx_map_[refmv_ctx >> 1][AOMMIN(newmv_ctx, COMP_NEWMV_CTXS - 1)]; in av1_mode_context_analyzer()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dbitstream.c174 int16_t refmv_ctx = (mode_ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in write_inter_mode() local
176 if (mode_ctx & (1 << SKIP_NEARESTMV_OFFSET)) refmv_ctx = 6; in write_inter_mode()
177 if (mode_ctx & (1 << SKIP_NEARMV_OFFSET)) refmv_ctx = 7; in write_inter_mode()
178 if (mode_ctx & (1 << SKIP_NEARESTMV_SUB8X8_OFFSET)) refmv_ctx = 8; in write_inter_mode()
180 aom_write_symbol(w, mode != NEARESTMV, ec_ctx->refmv_cdf[refmv_ctx], 2); in write_inter_mode()
182 aom_write(w, mode != NEARESTMV, ec_ctx->refmv_prob[refmv_ctx]); in write_inter_mode()
2353 int16_t refmv_ctx = -1; local
2360 refmv_ctx = (mode_ctx >> REFMV_OFFSET) & REFMV_CTX_MASK;
2361 if (mode_ctx & (1 << SKIP_NEARESTMV_OFFSET)) refmv_ctx = 6;
2362 if (mode_ctx & (1 << SKIP_NEARMV_OFFSET)) refmv_ctx = 7;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dbitstream.c92 int16_t refmv_ctx = (mode_ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in write_inter_mode() local
93 aom_write_symbol(w, mode != NEARESTMV, ec_ctx->refmv_cdf[refmv_ctx], 2); in write_inter_mode()
1025 const int16_t refmv_ctx = (mode_context >> REFMV_OFFSET) & REFMV_CTX_MASK; in mode_context_analyzer() local
1027 const int16_t comp_ctx = compound_mode_ctx_map[refmv_ctx >> 1][AOMMIN( in mode_context_analyzer()
1329 int16_t refmv_ctx = -1; in enc_dump_logs() local
1334 refmv_ctx = (mode_ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in enc_dump_logs()
1347 zeromv_ctx, refmv_ctx, mbmi->tx_size); in enc_dump_logs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dbitstream.c94 int16_t refmv_ctx = (mode_ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in write_inter_mode() local
95 aom_write_symbol(w, mode != NEARESTMV, ec_ctx->refmv_cdf[refmv_ctx], 2); in write_inter_mode()
1047 const int16_t refmv_ctx = (mode_context >> REFMV_OFFSET) & REFMV_CTX_MASK; in mode_context_analyzer() local
1049 const int16_t comp_ctx = compound_mode_ctx_map[refmv_ctx >> 1][AOMMIN( in mode_context_analyzer()
1354 int16_t refmv_ctx = -1; in enc_dump_logs() local
1359 refmv_ctx = (mode_ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in enc_dump_logs()
1372 zeromv_ctx, refmv_ctx, mbmi->tx_size); in enc_dump_logs()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dbitstream.c94 int16_t refmv_ctx = (mode_ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in write_inter_mode() local
95 aom_write_symbol(w, mode != NEARESTMV, ec_ctx->refmv_cdf[refmv_ctx], 2); in write_inter_mode()
1047 const int16_t refmv_ctx = (mode_context >> REFMV_OFFSET) & REFMV_CTX_MASK; in mode_context_analyzer() local
1049 const int16_t comp_ctx = compound_mode_ctx_map[refmv_ctx >> 1][AOMMIN( in mode_context_analyzer()
1354 int16_t refmv_ctx = -1; in enc_dump_logs() local
1359 refmv_ctx = (mode_ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in enc_dump_logs()
1372 zeromv_ctx, refmv_ctx, mbmi->tx_size); in enc_dump_logs()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/decoder/
H A Ddecodemv.c2275 int16_t refmv_ctx = -1; local
2280 refmv_ctx = (mode_ctx >> REFMV_OFFSET) & REFMV_CTX_MASK;
2281 if (mode_ctx & (1 << SKIP_NEARESTMV_OFFSET)) refmv_ctx = 6;
2282 if (mode_ctx & (1 << SKIP_NEARMV_OFFSET)) refmv_ctx = 7;
2283 if (mode_ctx & (1 << SKIP_NEARESTMV_SUB8X8_OFFSET)) refmv_ctx = 8;
2300 zeromv_ctx, refmv_ctx);

12