Searched defs:allow_high_precision_mv (Results 1 – 10 of 10) sorted by relevance
33 AV1_COMP *cpi, int allow_high_precision_mv, in av1_set_high_precision_mv()
111 bool allow_high_precision_mv = false; member
353 const int allow_high_precision_mv = cm->features.allow_high_precision_mv; in add_tpl_ref_mv() local801 const int allow_high_precision_mv = cm->features.allow_high_precision_mv; in av1_find_mv_refs() local
367 bool allow_high_precision_mv; member
407 allow_high_precision_mv: bool, field549 pub fn allow_high_precision_mv(&self) -> bool { in allow_high_precision_mv() method
158 int allow_high_precision_mv; member
473 bool allow_high_precision_mv; member
732 uint32_t allow_high_precision_mv:1; member
2355 pub fn allow_high_precision_mv(&self) -> u32 { in allow_high_precision_mv() method2581 let allow_high_precision_mv: u32 = localVariable5411 pub fn allow_high_precision_mv(&self) -> u32 { in allow_high_precision_mv() method5603 let allow_high_precision_mv: u32 = localVariable
800 void vp9_set_high_precision_mv(VP9_COMP *cpi, int allow_high_precision_mv) { in vp9_set_high_precision_mv()