Lines Matching full:src_height
997 // src_height is used to compute location of planes, and indicate inversion
1004 int src_width, int src_height,
1010 src_height == 0 || dst_height == 0) {
1016 int abs_src_height = (src_height < 0) ? -src_height : src_height;
1018 if (src_height < 0) {
1160 src_uv = sample + aligned_src_width * (src_height + crop_y / 2) + crop_x;
1168 src_uv = sample + aligned_src_width * (src_height + crop_y / 2) + crop_x;