Searched refs:ref_height (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/vp9/common/ |
D | vp9_scale.h | 61 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/ |
D | scale.h | 77 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/ |
D | disflow.c | 548 const int ref_height = ref->y_height; in av1_compute_global_motion_disflow_based() local 554 assert(frm_height == ref_height); 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/crosvm/media/libva/src/bindings/ |
D | va.rs | 6084 pub fn ref_height(&self) -> u32 { in ref_height() method 6140 ref_height: u32, in new_bitfield_1() 6236 let ref_height: u32 = unsafe { ::std::mem::transmute(ref_height) }; localVariable 6237 ref_height as u64 7619 pub fn ref_height(&self) -> u32 { in ref_height() method 7712 ref_height: u32, in new_bitfield_1() 7782 let ref_height: u32 = unsafe { ::std::mem::transmute(ref_height) }; localVariable 7783 ref_height as u64
|