HomeSort by relevance Sort by last modified time
    Searched refs:ref_width (Results 1 - 3 of 3) sorted by null

  /external/libaom/libaom/av1/common/
scale.h 57 static INLINE int valid_ref_frame_size(int ref_width, int ref_height,
59 return 2 * this_width >= ref_width && 2 * this_height >= ref_height &&
60 this_width <= 16 * ref_width && this_height <= 16 * ref_height;
  /external/libvpx/libvpx/vp9/common/
vp9_scale.h 61 static INLINE int valid_ref_frame_size(int ref_width, int ref_height,
63 return 2 * this_width >= ref_width && 2 * this_height >= ref_height &&
64 this_width <= 16 * ref_width && this_height <= 16 * ref_height;
  /external/libaom/libaom/av1/encoder/
global_motion.c 787 const int ref_width = ref->y_width; local
795 assert(frm_width == ref_width);
827 alloc_pyramid(ref_width, ref_height, pad_size, compute_gradient);
828 compute_flow_pyramids(ref_buffer, ref_width, ref_height, ref->y_stride,
    [all...]

Completed in 92 milliseconds