Home
last modified time | relevance | path

Searched refs:compound_type (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/decoder/
Dinspection.h53 int16_t compound_type; member
Dinspection.c96 mi->compound_type = mbmi->interinter_comp.type; in ifd_inspect()
/external/libaom/libaom/examples/
Dinspect.c277 { "compound_type", offsetof(insp_mi_data, compound_type) },
658 offsetof(insp_mi_data, compound_type), 0); in inspect()
/external/libaom/libaom/tools/
Daom_entropy_optimizer.c434 optimize_cdf_table(&fc.compound_type[0][0], probsfile, 2, cts_each_dim, in main()
/external/libaom/libaom/av1/encoder/
Dencoder.h456 unsigned int compound_type[BLOCK_SIZES_ALL][MASKED_COMPOUND_TYPES]; member
Drdopt.c7823 const COMPOUND_TYPE compound_type = x->e_mbd.mi[0]->interinter_comp.type; in pick_interinter_mask() local
7824 switch (compound_type) { in pick_interinter_mask()
7904 const COMPOUND_TYPE compound_type = mbmi->interinter_comp.type; in build_and_cost_compound_type() local
7916 if (cpi->sf.prune_wedge_pred_diff_based && compound_type == COMPOUND_WEDGE) { in build_and_cost_compound_type()
7947 if (comp_rate[compound_type] == INT_MAX) { in build_and_cost_compound_type()
7949 compound_type == COMPOUND_WEDGE && in build_and_cost_compound_type()
7993 comp_rate[compound_type] = rd_stats.rate; in build_and_cost_compound_type()
7994 comp_dist[compound_type] = rd_stats.dist; in build_and_cost_compound_type()
7995 comp_model_rd[compound_type] = *comp_model_rd_cur; in build_and_cost_compound_type()
7998 assert(comp_dist[compound_type] != INT64_MAX); in build_and_cost_compound_type()
[all …]
Dencodeframe.c1300 ++counts->compound_type[bsize][mbmi->interinter_comp.type - in update_stats()