Home
last modified time | relevance | path

Searched refs:best_type (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dcompound_type.c935 int best_type = (est_rd[COMPOUND_AVERAGE] <= est_rd[COMPOUND_DISTWTD]) in find_best_avg_distwtd_comp_type() local
938 *best_rd = est_rd[best_type]; in find_best_avg_distwtd_comp_type()
939 return best_type; in find_best_avg_distwtd_comp_type()
1291 COMPOUND_TYPE best_type; in av1_compound_type_rd() local
1299 best_type = find_best_avg_distwtd_comp_type( in av1_compound_type_rd()
1301 update_mbmi_for_compound_type(mbmi, best_type); in av1_compound_type_rd()
1302 if (comp_rate[best_type] != INT_MAX) in av1_compound_type_rd()
1305 masked_type_cost[best_type] + *rate_mv + comp_rate[best_type], in av1_compound_type_rd()
1306 comp_dist[best_type]); in av1_compound_type_rd()
1311 comp_model_rd_cur, masked_type_cost[best_type]); in av1_compound_type_rd()
[all …]
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager2.java651 ResTable_type best_type = null; in FindEntry() local
710 best_type = type_chunk; in FindEntry()
738 best_type = type; in FindEntry()
752 ResTable_entry best_entry = LoadedPackage.GetEntryFromOffset(best_type, best_offset); in FindEntry()
761 …out_entry_.type_string_ref = new StringPoolRef(best_package.GetTypeStringPool(), best_type.id - 1); in FindEntry()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp956 PdbTypeSymId best_type = GetBestPossibleDecl(type, m_index.tpi()); in GetOrCreateType() local
959 if (best_type.index != type.index) { in GetOrCreateType()
962 clang::QualType qt = GetOrCreateType(best_type); in GetOrCreateType()