Lines Matching full:src_height
276 void ScalePlaneBilinear(int src_width, int src_height,
1705 // src_height is used to compute location of planes, and indicate inversion
1719 int src_width, int src_height,
1725 src_height == 0 || dst_height == 0) {
1731 int abs_src_height = (src_height < 0) ? -src_height : src_height;
1733 if (src_height < 0) {
1919 src_uv = sample + aligned_src_width * (src_height + crop_y / 2) + crop_x;
1929 src_uv = sample + aligned_src_width * (src_height + crop_y / 2) + crop_x;