Home
last modified time | relevance | path

Searched refs:nmv_ctx (Results 1 – 4 of 4) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dencodemv.c172 int nmv_ctx = 0; in av1_write_nmv_probs() local
178 for (nmv_ctx = 0; nmv_ctx < NMV_CONTEXTS; ++nmv_ctx) { in av1_write_nmv_probs()
179 nmv_context *const mvc = &cm->fc->nmvc[nmv_ctx]; in av1_write_nmv_probs()
257 int nmv_ctx = in inc_mvs() local
273 int nmv_ctx = in inc_mvs() local
276 nmv_context_counts *counts = &nmv_counts[nmv_ctx]; in inc_mvs()
287 int nmv_ctx = in inc_mvs() local
302 int nmv_ctx = in inc_mvs() local
338 int nmv_ctx = in inc_mvs_sub8x8() local
353 int nmv_ctx = in inc_mvs_sub8x8() local
[all …]
H A Drd.c520 int nmv_ctx = av1_nmv_ctx(mbmi_ext->ref_mv_count[rf_type], in av1_set_mvcost() local
523 x->mvcost = x->mv_cost_stack[nmv_ctx]; in av1_set_mvcost()
524 x->nmvjointcost = x->nmv_vec_cost[nmv_ctx]; in av1_set_mvcost()
691 int nmv_ctx; in av1_initialize_rd_consts() local
701 for (nmv_ctx = 0; nmv_ctx < NMV_CONTEXTS; ++nmv_ctx) { in av1_initialize_rd_consts()
704 av1_build_nmv_cost_table(x->nmv_vec_cost[nmv_ctx], x->nmvcost[nmv_ctx], in av1_initialize_rd_consts()
708 x->nmv_vec_cost[nmv_ctx], in av1_initialize_rd_consts()
710 : x->nmvcost[nmv_ctx], in av1_initialize_rd_consts()
716 x->nmv_vec_cost[nmv_ctx], in av1_initialize_rd_consts()
717 cm->allow_high_precision_mv ? x->nmvcost_hp[nmv_ctx] in av1_initialize_rd_consts()
[all …]
H A Dbitstream.c1952 nmv_context *nmvc = &ec_ctx->nmvc[nmv_ctx];
1961 nmv_context *nmvc = &ec_ctx->nmvc[nmv_ctx];
1969 nmv_context *nmvc = &ec_ctx->nmvc[nmv_ctx];
1980 int nmv_ctx = av1_nmv_ctx(mbmi_ext->ref_mv_count[rf_type], local
1983 nmv_context *nmvc = &ec_ctx->nmvc[nmv_ctx];
1990 int nmv_ctx = local
1993 nmv_context *nmvc = &ec_ctx->nmvc[nmv_ctx];
1999 int nmv_ctx = local
2002 nmv_context *nmvc = &ec_ctx->nmvc[nmv_ctx];
2011 int nmv_ctx = local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/decoder/
H A Ddecodemv.c1967 int nmv_ctx = local
1972 counts ? &counts->mv[nmv_ctx] : NULL;
2059 counts ? &counts->mv[nmv_ctx] : NULL;
2081 counts ? &counts->mv[nmv_ctx] : NULL;
2092 int nmv_ctx = local
2097 counts ? &counts->mv[nmv_ctx] : NULL;
2109 int nmv_ctx = local
2139 counts ? &counts->mv[nmv_ctx] : NULL;
2152 counts ? &counts->mv[nmv_ctx] : NULL;
2167 counts ? &counts->mv[nmv_ctx] : NULL;
[all …]