Home
last modified time | relevance | path

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

/external/libvpx/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()