Home
last modified time | relevance | path

Searched refs:ref_width (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/vp9/common/
Dvp9_scale.h61 static INLINE int valid_ref_frame_size(int ref_width, int ref_height, in valid_ref_frame_size() argument
63 return 2 * this_width >= ref_width && 2 * this_height >= ref_height && in valid_ref_frame_size()
64 this_width <= 16 * ref_width && this_height <= 16 * ref_height; in valid_ref_frame_size()
/external/libaom/av1/common/
Dscale.h77 static INLINE int valid_ref_frame_size(int ref_width, int ref_height, in valid_ref_frame_size() argument
79 return 2 * this_width >= ref_width && 2 * this_height >= ref_height && in valid_ref_frame_size()
80 this_width <= 16 * ref_width && this_height <= 16 * ref_height; in valid_ref_frame_size()
/external/libaom/aom_dsp/flow_estimation/
Ddisflow.c547 const int ref_width = ref->y_width; in av1_compute_global_motion_disflow_based() local
553 assert(frm_width == ref_width); in av1_compute_global_motion_disflow_based()
581 alloc_pyramid(ref_width, ref_height, pad_size, compute_gradient); in av1_compute_global_motion_disflow_based()
586 compute_flow_pyramids(ref_buffer, ref_width, ref_height, ref->y_stride, in av1_compute_global_motion_disflow_based()
/external/zucchini/
Dzucchini_gen.cc181 size_t ref_width = src_refs.width(); in GenerateReferencesDelta() local
199 DCHECK_LE(dst_ref->location + ref_width, equiv.dst_end()); in GenerateReferencesDelta()
207 dst_ref->location + ref_width <= equiv.dst_end(); in GenerateReferencesDelta()
/external/crosvm/media/libva/src/bindings/
Dva.rs6073 pub fn ref_width(&self) -> u32 { in ref_width() method
6139 ref_width: u32, in new_bitfield_1()
6232 let ref_width: u32 = unsafe { ::std::mem::transmute(ref_width) }; localVariable
6233 ref_width as u64
7608 pub fn ref_width(&self) -> u32 { in ref_width() method
7711 ref_width: u32, in new_bitfield_1()
7778 let ref_width: u32 = unsafe { ::std::mem::transmute(ref_width) }; localVariable
7779 ref_width as u64