Home
last modified time | relevance | path

Searched defs:cur_type (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dcompound_type.c865 COMPOUND_TYPE cur_type) { in update_mbmi_for_compound_type()
908 const COMPOUND_TYPE cur_type, in update_mask_best_mv()
988 static INLINE void backup_stats(COMPOUND_TYPE cur_type, int32_t *comp_rate, in backup_stats()
1227 COMPOUND_TYPE cur_type; in av1_compound_type_rd() local
/external/rust/crates/bindgen/src/
Dclang.rs322 pub fn cur_type(&self) -> Type { in cur_type() method