Home
last modified time | relevance | path

Searched refs:cur_type (Results 1 – 11 of 11) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dcompound_type.c865 COMPOUND_TYPE cur_type) { in update_mbmi_for_compound_type() argument
866 mbmi->interinter_comp.type = cur_type; in update_mbmi_for_compound_type()
867 mbmi->comp_group_idx = (cur_type >= COMPOUND_WEDGE); in update_mbmi_for_compound_type()
868 mbmi->compound_idx = (cur_type != COMPOUND_DISTWTD); in update_mbmi_for_compound_type()
908 const COMPOUND_TYPE cur_type, in update_mask_best_mv() argument
911 if (cur_type == COMPOUND_WEDGE || in update_mask_best_mv()
913 cur_type == COMPOUND_DIFFWTD)) { in update_mask_best_mv()
988 static INLINE void backup_stats(COMPOUND_TYPE cur_type, int32_t *comp_rate, in backup_stats() argument
993 comp_rate[cur_type] = rd_stats->rate; in backup_stats()
994 comp_dist[cur_type] = rd_stats->dist; in backup_stats()
[all …]
/external/rust/crates/bindgen/src/ir/
Dfunction.rs341 let ty = arg_ty.unwrap_or(cursor.cur_type()); in args_from_ty_and_cursor()
421 Item::from_ty_or_ref(c.cur_type(), c, None, ctx); in from_ty()
472 &parent.cur_type(), in from_ty()
511 if let Some(ty) = cursor.cur_type().canonical_type().pointee_type() { in from_ty()
587 debug!("Function::parse({:?}, {:?})", cursor, cursor.cur_type()); in parse()
612 let sig = Item::from_ty(&cursor.cur_type(), cursor, None, context)?; in parse()
Dobjc.rs179 FunctionSig::from_ty(&c.cur_type(), &c, ctx) in from_ty()
190 let item = Item::from_ty_or_ref(c.cur_type(), c, None, ctx); in from_ty()
Ditem.rs1363 applicable_cursor.cur_type(), in parse()
1378 &applicable_cursor.cur_type(), in parse()
1550 location.cur_type().kind() == clang_sys::CXType_Unexposed in from_ty_with_id()
1553 location.cur_type().is_associated_type() in from_ty_with_id()
1695 let ty = location.cur_type(); in type_param()
1800 let child_ty = child.cur_type(); in type_param()
Dtemplate.rs284 Item::from_ty_or_ref(definition.cur_type(), definition, None, ctx); in from_ty()
Dcomp.rs1287 if child.cur_type() == clang_ty { in from_ty()
1303 cur.cur_type(), in from_ty()
1386 let ty = cur.cur_type(); in from_ty()
1419 Item::from_ty_or_ref(cur.cur_type(), cur, None, ctx); in from_ty()
Dty.rs938 let current = cur.cur_type(); in from_clang_ty()
989 let referenced_ty = referenced.cur_type(); in from_clang_ty()
1009 let referenced_ty = referenced.cur_type(); in from_clang_ty()
Dcontext.rs1494 .cur_type() in get_declaration_info_for_template_instantiation()
1636 child.cur_type(), in instantiate_template()
1660 child.cur_type(), in instantiate_template()
1697 .cur_type() in instantiate_template()
1829 *ty != decl.cursor().cur_type() && in builtin_or_resolved_ty()
Dvar.rs306 let ty = cursor.cur_type(); in parse()
/external/rust/crates/bindgen/src/
Dclang.rs162 self.cur_type() in num_template_args()
322 pub fn cur_type(&self) -> Type { in cur_type() method
1916 let ty = c.cur_type(); in ast_dump()
1961 c.cur_type().canonical_type().kind() == CXType_Unexposed in new()
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout7661 CType cur_type;
7662 parse_btype(&cur_type, &ad_tmp);
7663 type_decl(&cur_type, &ad_tmp, &itmp, 1);
7664 if (compare_types(&controlling_type, &cur_type, 0)) {