Searched refs:comp_index_ctx (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | compound_type.c | 839 int comp_index_ctx, in calc_masked_type_cost() argument 857 masked_type_cost[COMPOUND_AVERAGE] += x->comp_idx_cost[comp_index_ctx][1]; in calc_masked_type_cost() 858 masked_type_cost[COMPOUND_DISTWTD] += x->comp_idx_cost[comp_index_ctx][0]; in calc_masked_type_cost() 1266 const int comp_index_ctx = get_comp_index_context(cm, xd); in av1_compound_type_rd() local 1269 calc_masked_type_cost(x, bsize, comp_group_idx_ctx, comp_index_ctx, in av1_compound_type_rd()
|
D | bitstream.c | 1196 const int comp_index_ctx = get_comp_index_context(cm, xd); in pack_inter_mode_mvs() local 1198 ec_ctx->compound_index_cdf[comp_index_ctx], 2); in pack_inter_mode_mvs()
|
D | encodeframe.c | 1384 const int comp_index_ctx = get_comp_index_context(cm, xd); in update_stats() local 1386 ++counts->compound_index[comp_index_ctx][mbmi->compound_idx]; in update_stats() 1388 update_cdf(fc->compound_index_cdf[comp_index_ctx], mbmi->compound_idx, in update_stats()
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 1431 const int comp_index_ctx = get_comp_index_context(cm, xd); in read_inter_block_mode_info() local 1433 r, ec_ctx->compound_index_cdf[comp_index_ctx], 2, ACCT_STR); in read_inter_block_mode_info()
|