Home
last modified time | relevance | path

Searched refs:mode_ctx (Results 1 – 25 of 80) sorted by relevance

1234

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/decoder/
H A Ddecodemv.c193 int16_t mode_ctx = ctx & NEWMV_CTX_MASK; in read_inter_mode() local
202 if (counts) ++counts->newmv_mode[mode_ctx][0]; in read_inter_mode()
205 if (counts) ++counts->newmv_mode[mode_ctx][1]; in read_inter_mode()
218 if (counts) ++counts->zeromv_mode[mode_ctx][0]; in read_inter_mode()
221 if (counts) ++counts->zeromv_mode[mode_ctx][1]; in read_inter_mode()
223 mode_ctx = (ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in read_inter_mode()
236 if (counts) ++counts->refmv_mode[mode_ctx][0]; in read_inter_mode()
240 if (counts) ++counts->refmv_mode[mode_ctx][1]; in read_inter_mode()
2266 int16_t mode_ctx) { argument
2327 int16_t mode_ctx = 0; local
[all …]
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbMdRateEstimation.c754 int16_t mode_ctx = mode_context & NEWMV_CTX_MASK; in update_inter_mode_stats() local
755 assert(mode_ctx < NEWMV_MODE_CONTEXTS); in update_inter_mode_stats()
757 update_cdf(fc->newmv_cdf[mode_ctx], 0, 2); in update_inter_mode_stats()
761 update_cdf(fc->newmv_cdf[mode_ctx], 1, 2); in update_inter_mode_stats()
764 update_cdf(fc->zeromv_cdf[mode_ctx], 0, 2); in update_inter_mode_stats()
768 update_cdf(fc->zeromv_cdf[mode_ctx], 1, 2); in update_inter_mode_stats()
769 mode_ctx = (mode_context >> REFMV_OFFSET) & REFMV_CTX_MASK; in update_inter_mode_stats()
770 assert(mode_ctx < REFMV_MODE_CONTEXTS); in update_inter_mode_stats()
771 update_cdf(fc->refmv_cdf[mode_ctx], mode != NEARESTMV, 2); in update_inter_mode_stats()
1075 update_cdf(fc->inter_compound_mode_cdf[mode_ctx], in update_stats()
[all …]
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbMdRateEstimation.c754 int16_t mode_ctx = mode_context & NEWMV_CTX_MASK; in update_inter_mode_stats() local
755 assert(mode_ctx < NEWMV_MODE_CONTEXTS); in update_inter_mode_stats()
757 update_cdf(fc->newmv_cdf[mode_ctx], 0, 2); in update_inter_mode_stats()
761 update_cdf(fc->newmv_cdf[mode_ctx], 1, 2); in update_inter_mode_stats()
764 update_cdf(fc->zeromv_cdf[mode_ctx], 0, 2); in update_inter_mode_stats()
768 update_cdf(fc->zeromv_cdf[mode_ctx], 1, 2); in update_inter_mode_stats()
769 mode_ctx = (mode_context >> REFMV_OFFSET) & REFMV_CTX_MASK; in update_inter_mode_stats()
770 assert(mode_ctx < REFMV_MODE_CONTEXTS); in update_inter_mode_stats()
771 update_cdf(fc->refmv_cdf[mode_ctx], mode != NEARESTMV, 2); in update_inter_mode_stats()
1075 update_cdf(fc->inter_compound_mode_cdf[mode_ctx], in update_stats()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Dmvref_common.h355 int16_t mode_ctx = 0; in av1_mode_context_analyzer() local
359 mode_ctx = mode_context[rf[0]] & 0x00ff; in av1_mode_context_analyzer()
362 mode_ctx |= (1 << SKIP_NEARESTMV_SUB8X8_OFFSET); in av1_mode_context_analyzer()
368 return mode_ctx; in av1_mode_context_analyzer()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/decoder/
H A Ddecodemv.c161 int16_t mode_ctx = ctx & NEWMV_CTX_MASK; in read_inter_mode() local
166 mode_ctx = (ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in read_inter_mode()
168 aom_read_symbol(r, ec_ctx->zeromv_cdf[mode_ctx], 2, ACCT_STR) == 0; in read_inter_mode()
171 mode_ctx = (ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in read_inter_mode()
1219 int mi_col, int16_t mode_ctx) { in dec_dump_logs() argument
1224 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; in dec_dump_logs()
1228 zeromv_ctx = (mode_ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in dec_dump_logs()
1230 refmv_ctx = (mode_ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in dec_dump_logs()
1289 mbmi->mode = read_inter_compound_mode(xd, r, mode_ctx); in read_inter_block_mode_info()
1291 mbmi->mode = read_inter_mode(ec_ctx, r, mode_ctx); in read_inter_block_mode_info()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/decoder/
H A Ddecodemv.c161 int16_t mode_ctx = ctx & NEWMV_CTX_MASK; in read_inter_mode() local
166 mode_ctx = (ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in read_inter_mode()
171 mode_ctx = (ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in read_inter_mode()
1209 int mi_col, int16_t mode_ctx) { in dec_dump_logs() argument
1214 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; in dec_dump_logs()
1218 zeromv_ctx = (mode_ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in dec_dump_logs()
1220 refmv_ctx = (mode_ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in dec_dump_logs()
1276 const int mode_ctx = in read_inter_block_mode_info() local
1279 mbmi->mode = read_inter_compound_mode(xd, r, mode_ctx); in read_inter_block_mode_info()
1281 mbmi->mode = read_inter_mode(ec_ctx, r, mode_ctx); in read_inter_block_mode_info()
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/av1/decoder/
H A Ddecodemv.c161 int16_t mode_ctx = ctx & NEWMV_CTX_MASK; in read_inter_mode() local
166 mode_ctx = (ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in read_inter_mode()
168 aom_read_symbol(r, ec_ctx->zeromv_cdf[mode_ctx], 2, ACCT_STR) == 0; in read_inter_mode()
171 mode_ctx = (ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in read_inter_mode()
1219 int mi_col, int16_t mode_ctx) { in dec_dump_logs() argument
1224 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; in dec_dump_logs()
1228 zeromv_ctx = (mode_ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in dec_dump_logs()
1230 refmv_ctx = (mode_ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in dec_dump_logs()
1289 mbmi->mode = read_inter_compound_mode(xd, r, mode_ctx); in read_inter_block_mode_info()
1291 mbmi->mode = read_inter_mode(ec_ctx, r, mode_ctx); in read_inter_block_mode_info()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/decoder/
H A Ddecodemv.c161 int16_t mode_ctx = ctx & NEWMV_CTX_MASK; in read_inter_mode() local
166 mode_ctx = (ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in read_inter_mode()
168 aom_read_symbol(r, ec_ctx->zeromv_cdf[mode_ctx], 2, ACCT_STR) == 0; in read_inter_mode()
171 mode_ctx = (ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in read_inter_mode()
1219 int mi_col, int16_t mode_ctx) { in dec_dump_logs() argument
1224 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; in dec_dump_logs()
1228 zeromv_ctx = (mode_ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in dec_dump_logs()
1230 refmv_ctx = (mode_ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in dec_dump_logs()
1289 mbmi->mode = read_inter_compound_mode(xd, r, mode_ctx); in read_inter_block_mode_info()
1291 mbmi->mode = read_inter_mode(ec_ctx, r, mode_ctx); in read_inter_block_mode_info()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/decoder/
H A Ddecodemv.c178 int16_t mode_ctx = ctx & NEWMV_CTX_MASK; in read_inter_mode() local
183 mode_ctx = (ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in read_inter_mode()
188 mode_ctx = (ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in read_inter_mode()
1236 int mi_col, int16_t mode_ctx) { in dec_dump_logs() argument
1241 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; in dec_dump_logs()
1245 zeromv_ctx = (mode_ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in dec_dump_logs()
1247 refmv_ctx = (mode_ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in dec_dump_logs()
1305 const int mode_ctx = in read_inter_block_mode_info() local
1308 mbmi->mode = read_inter_compound_mode(xd, r, mode_ctx); in read_inter_block_mode_info()
1310 mbmi->mode = read_inter_mode(ec_ctx, r, mode_ctx); in read_inter_block_mode_info()
[all …]
/dports/multimedia/aom/aom-3.2.0/av1/decoder/
H A Ddecodemv.c178 int16_t mode_ctx = ctx & NEWMV_CTX_MASK; in read_inter_mode() local
183 mode_ctx = (ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in read_inter_mode()
188 mode_ctx = (ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in read_inter_mode()
1236 int mi_col, int16_t mode_ctx) { in dec_dump_logs() argument
1241 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; in dec_dump_logs()
1245 zeromv_ctx = (mode_ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in dec_dump_logs()
1247 refmv_ctx = (mode_ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in dec_dump_logs()
1305 const int mode_ctx = in read_inter_block_mode_info() local
1308 mbmi->mode = read_inter_compound_mode(xd, r, mode_ctx); in read_inter_block_mode_info()
1310 mbmi->mode = read_inter_mode(ec_ctx, r, mode_ctx); in read_inter_block_mode_info()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/decoder/
H A Ddecodemv.c161 int16_t mode_ctx = ctx & NEWMV_CTX_MASK; in read_inter_mode() local
166 mode_ctx = (ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in read_inter_mode()
168 aom_read_symbol(r, ec_ctx->zeromv_cdf[mode_ctx], 2, ACCT_STR) == 0; in read_inter_mode()
171 mode_ctx = (ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in read_inter_mode()
1219 int mi_col, int16_t mode_ctx) { in dec_dump_logs() argument
1224 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; in dec_dump_logs()
1228 zeromv_ctx = (mode_ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in dec_dump_logs()
1230 refmv_ctx = (mode_ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in dec_dump_logs()
1289 mbmi->mode = read_inter_compound_mode(xd, r, mode_ctx); in read_inter_block_mode_info()
1291 mbmi->mode = read_inter_mode(ec_ctx, r, mode_ctx); in read_inter_block_mode_info()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/decoder/
H A Ddecodemv.c178 int16_t mode_ctx = ctx & NEWMV_CTX_MASK; in read_inter_mode() local
183 mode_ctx = (ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in read_inter_mode()
188 mode_ctx = (ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in read_inter_mode()
1236 int mi_col, int16_t mode_ctx) { in dec_dump_logs() argument
1241 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; in dec_dump_logs()
1245 zeromv_ctx = (mode_ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in dec_dump_logs()
1247 refmv_ctx = (mode_ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in dec_dump_logs()
1305 const int mode_ctx = in read_inter_block_mode_info() local
1308 mbmi->mode = read_inter_compound_mode(xd, r, mode_ctx); in read_inter_block_mode_info()
1310 mbmi->mode = read_inter_mode(ec_ctx, r, mode_ctx); in read_inter_block_mode_info()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dencodeframe_utils.c340 int16_t mode_ctx = mode_context & NEWMV_CTX_MASK; in av1_update_inter_mode_stats() local
343 ++counts->newmv_mode[mode_ctx][0]; in av1_update_inter_mode_stats()
345 update_cdf(fc->newmv_cdf[mode_ctx], 0, 2); in av1_update_inter_mode_stats()
350 ++counts->newmv_mode[mode_ctx][1]; in av1_update_inter_mode_stats()
352 update_cdf(fc->newmv_cdf[mode_ctx], 1, 2); in av1_update_inter_mode_stats()
357 ++counts->zeromv_mode[mode_ctx][0]; in av1_update_inter_mode_stats()
359 update_cdf(fc->zeromv_cdf[mode_ctx], 0, 2); in av1_update_inter_mode_stats()
364 ++counts->zeromv_mode[mode_ctx][1]; in av1_update_inter_mode_stats()
366 update_cdf(fc->zeromv_cdf[mode_ctx], 1, 2); in av1_update_inter_mode_stats()
370 ++counts->refmv_mode[mode_ctx][mode != NEARESTMV]; in av1_update_inter_mode_stats()
[all …]
H A Dnonrd_pickmode.c1066 int16_t mode_ctx = mode_context & NEWMV_CTX_MASK; local
1071 mode_cost = mode_costs->newmv_mode_cost[mode_ctx][0];
1074 mode_cost = mode_costs->newmv_mode_cost[mode_ctx][1];
1075 mode_ctx = (mode_context >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK;
1078 mode_cost += mode_costs->zeromv_mode_cost[mode_ctx][0];
1081 mode_cost += mode_costs->zeromv_mode_cost[mode_ctx][1];
1082 mode_ctx = (mode_context >> REFMV_OFFSET) & REFMV_CTX_MASK;
1343 const int16_t mode_ctx = local
1345 this_rdc.rate += cost_mv_ref(mode_costs, GLOBALMV, mode_ctx);
2443 const int16_t mode_ctx = local
[all …]
H A Dintra_mode_search_utils.h291 const int mode_ctx = av1_get_palette_mode_ctx(xd); in intra_mode_info_cost_y() local
293 mode_costs->palette_y_mode_cost[bsize_ctx][mode_ctx][use_palette]; in intra_mode_info_cost_y()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dencodeframe_utils.c346 int16_t mode_ctx = mode_context & NEWMV_CTX_MASK; in av1_update_inter_mode_stats() local
349 ++counts->newmv_mode[mode_ctx][0]; in av1_update_inter_mode_stats()
351 update_cdf(fc->newmv_cdf[mode_ctx], 0, 2); in av1_update_inter_mode_stats()
356 ++counts->newmv_mode[mode_ctx][1]; in av1_update_inter_mode_stats()
358 update_cdf(fc->newmv_cdf[mode_ctx], 1, 2); in av1_update_inter_mode_stats()
363 ++counts->zeromv_mode[mode_ctx][0]; in av1_update_inter_mode_stats()
365 update_cdf(fc->zeromv_cdf[mode_ctx], 0, 2); in av1_update_inter_mode_stats()
370 ++counts->zeromv_mode[mode_ctx][1]; in av1_update_inter_mode_stats()
372 update_cdf(fc->zeromv_cdf[mode_ctx], 1, 2); in av1_update_inter_mode_stats()
376 ++counts->refmv_mode[mode_ctx][mode != NEARESTMV]; in av1_update_inter_mode_stats()
[all …]
H A Dnonrd_pickmode.c1040 int16_t mode_ctx = mode_context & NEWMV_CTX_MASK; local
1045 mode_cost = mode_costs->newmv_mode_cost[mode_ctx][0];
1048 mode_cost = mode_costs->newmv_mode_cost[mode_ctx][1];
1049 mode_ctx = (mode_context >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK;
1052 mode_cost += mode_costs->zeromv_mode_cost[mode_ctx][0];
1055 mode_cost += mode_costs->zeromv_mode_cost[mode_ctx][1];
1056 mode_ctx = (mode_context >> REFMV_OFFSET) & REFMV_CTX_MASK;
1057 mode_cost += mode_costs->refmv_mode_cost[mode_ctx][mode != NEARESTMV];
2260 const int16_t mode_ctx = local
2262 this_rdc.rate += cost_mv_ref(mode_costs, this_mode, mode_ctx);
H A Dintra_mode_search_utils.h259 const int mode_ctx = av1_get_palette_mode_ctx(xd); in intra_mode_info_cost_y() local
261 mode_costs->palette_y_mode_cost[bsize_ctx][mode_ctx][use_palette]; in intra_mode_info_cost_y()
/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dencodeframe_utils.c357 int16_t mode_ctx = mode_context & NEWMV_CTX_MASK; in av1_update_inter_mode_stats() local
360 ++counts->newmv_mode[mode_ctx][0]; in av1_update_inter_mode_stats()
362 update_cdf(fc->newmv_cdf[mode_ctx], 0, 2); in av1_update_inter_mode_stats()
367 ++counts->newmv_mode[mode_ctx][1]; in av1_update_inter_mode_stats()
369 update_cdf(fc->newmv_cdf[mode_ctx], 1, 2); in av1_update_inter_mode_stats()
374 ++counts->zeromv_mode[mode_ctx][0]; in av1_update_inter_mode_stats()
376 update_cdf(fc->zeromv_cdf[mode_ctx], 0, 2); in av1_update_inter_mode_stats()
381 ++counts->zeromv_mode[mode_ctx][1]; in av1_update_inter_mode_stats()
383 update_cdf(fc->zeromv_cdf[mode_ctx], 1, 2); in av1_update_inter_mode_stats()
387 ++counts->refmv_mode[mode_ctx][mode != NEARESTMV]; in av1_update_inter_mode_stats()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dbitstream.c152 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; in write_inter_mode()
161 if (mode_ctx & (1 << ALL_ZERO_FLAG_OFFSET)) { in write_inter_mode()
177 if (mode_ctx & (1 << SKIP_NEARMV_OFFSET)) refmv_ctx = 7; in write_inter_mode()
240 const int16_t mode_ctx) { argument
254 xd->tile_ctx->inter_singleref_comp_mode_cdf[mode_ctx];
1876 int16_t mode_ctx; local
1909 write_inter_mode(w, mode, ec_ctx, mode_ctx);
1944 write_inter_mode(w, b_mode, ec_ctx, mode_ctx);
2349 const int16_t mode_ctx = av1_mode_context_analyzer( local
2351 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dnonrd_pickmode.c966 int16_t mode_ctx = mode_context & NEWMV_CTX_MASK; local
971 mode_cost = x->newmv_mode_cost[mode_ctx][0];
974 mode_cost = x->newmv_mode_cost[mode_ctx][1];
975 mode_ctx = (mode_context >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK;
978 mode_cost += x->zeromv_mode_cost[mode_ctx][0];
981 mode_cost += x->zeromv_mode_cost[mode_ctx][1];
982 mode_ctx = (mode_context >> REFMV_OFFSET) & REFMV_CTX_MASK;
983 mode_cost += x->refmv_mode_cost[mode_ctx][mode != NEARESTMV];
1886 const int16_t mode_ctx = local
1888 this_rdc.rate += cost_mv_ref(x, this_mode, mode_ctx);
H A Dbitstream.c81 const int16_t mode_ctx) { in write_inter_mode() argument
82 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; in write_inter_mode()
88 (mode_ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in write_inter_mode()
92 int16_t refmv_ctx = (mode_ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in write_inter_mode()
138 xd->tile_ctx->inter_compound_mode_cdf[mode_ctx], in write_inter_compound_mode()
1100 int16_t mode_ctx; in pack_inter_mode_mvs() local
1106 mode_ctx = in pack_inter_mode_mvs()
1112 write_inter_compound_mode(xd, w, mode, mode_ctx); in pack_inter_mode_mvs()
1114 write_inter_mode(w, mode, ec_ctx, mode_ctx); in pack_inter_mode_mvs()
1322 const int16_t mode_ctx = in enc_dump_logs() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/encoder/
H A Dbitstream.c82 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; in write_inter_mode()
88 (mode_ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in write_inter_mode()
92 int16_t refmv_ctx = (mode_ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in write_inter_mode()
138 const int16_t mode_ctx) { in write_inter_compound_mode() argument
141 xd->tile_ctx->inter_compound_mode_cdf[mode_ctx], in write_inter_compound_mode()
1069 int16_t mode_ctx; in pack_inter_mode_mvs() local
1075 mode_ctx = in pack_inter_mode_mvs()
1081 write_inter_compound_mode(xd, w, mode, mode_ctx); in pack_inter_mode_mvs()
1083 write_inter_mode(w, mode, ec_ctx, mode_ctx); in pack_inter_mode_mvs()
1294 const int16_t mode_ctx = in enc_dump_logs() local
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/av1/encoder/
H A Dbitstream.c82 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; in write_inter_mode()
88 (mode_ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in write_inter_mode()
92 int16_t refmv_ctx = (mode_ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in write_inter_mode()
138 const int16_t mode_ctx) { in write_inter_compound_mode() argument
141 xd->tile_ctx->inter_compound_mode_cdf[mode_ctx], in write_inter_compound_mode()
1069 int16_t mode_ctx; in pack_inter_mode_mvs() local
1075 mode_ctx = in pack_inter_mode_mvs()
1081 write_inter_compound_mode(xd, w, mode, mode_ctx); in pack_inter_mode_mvs()
1083 write_inter_mode(w, mode, ec_ctx, mode_ctx); in pack_inter_mode_mvs()
1294 const int16_t mode_ctx = in enc_dump_logs() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/encoder/
H A Dbitstream.c82 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; in write_inter_mode()
88 (mode_ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in write_inter_mode()
92 int16_t refmv_ctx = (mode_ctx >> REFMV_OFFSET) & REFMV_CTX_MASK; in write_inter_mode()
138 const int16_t mode_ctx) { in write_inter_compound_mode() argument
141 xd->tile_ctx->inter_compound_mode_cdf[mode_ctx], in write_inter_compound_mode()
1069 int16_t mode_ctx; in pack_inter_mode_mvs() local
1075 mode_ctx = in pack_inter_mode_mvs()
1081 write_inter_compound_mode(xd, w, mode, mode_ctx); in pack_inter_mode_mvs()
1083 write_inter_mode(w, mode, ec_ctx, mode_ctx); in pack_inter_mode_mvs()
1294 const int16_t mode_ctx = in enc_dump_logs() local
[all …]

1234