|
@@ -282,6 +282,9 @@ static inline uint16_t scl_get_bili_dn_vskip(int src_h, int dst_h,
|
|
|
|
|
|
act_height = (src_h + vskiplines - 1) / vskiplines;
|
|
act_height = (src_h + vskiplines - 1) / vskiplines;
|
|
|
|
|
|
|
|
+ if (act_height == dst_h)
|
|
|
|
+ return GET_SCL_FT_BILI_DN(src_h, dst_h) / vskiplines;
|
|
|
|
+
|
|
return GET_SCL_FT_BILI_DN(act_height, dst_h);
|
|
return GET_SCL_FT_BILI_DN(act_height, dst_h);
|
|
}
|
|
}
|
|
|
|
|