Lines Matching refs:crop_y
37 int crop_y,
93 src = sample + (aligned_src_width * crop_y + crop_x) * 2;
98 src = sample + (aligned_src_width * crop_y + crop_x) * 2;
103 src = sample + (src_width * crop_y + crop_x) * 2;
108 src = sample + (src_width * crop_y + crop_x) * 2;
113 src = sample + (src_width * crop_y + crop_x) * 2;
118 src = sample + (src_width * crop_y + crop_x) * 3;
123 src = sample + (src_width * crop_y + crop_x) * 3;
128 src = sample + (src_width * crop_y + crop_x) * 4;
133 src = sample + (src_width * crop_y + crop_x) * 4;
138 src = sample + (src_width * crop_y + crop_x) * 4;
143 src = sample + (src_width * crop_y + crop_x) * 4;
148 src = sample + src_width * crop_y + crop_x;
154 src = sample + (src_width * crop_y + crop_x);
156 ((crop_y / 2) * aligned_src_width) + ((crop_x / 2) * 2);
162 src = sample + (src_width * crop_y + crop_x);
164 ((crop_y / 2) * aligned_src_width) + ((crop_x / 2) * 2);
171 src = sample + (src_width * crop_y) * 12 / 8 + crop_x;
178 const uint8* src_y = sample + (src_width * crop_y + crop_x);
185 (halfwidth * crop_y + crop_x) / 2;
187 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
190 (halfwidth * crop_y + crop_x) / 2;
192 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
201 const uint8* src_y = sample + src_width * crop_y + crop_x;
206 src_v = sample + src_width * abs_src_height + halfwidth * crop_y +
209 halfwidth * (abs_src_height + crop_y) + crop_x / 2;
211 src_u = sample + src_width * abs_src_height + halfwidth * crop_y +
214 halfwidth * (abs_src_height + crop_y) + crop_x / 2;
223 const uint8* src_y = sample + src_width * crop_y + crop_x;
227 src_v = sample + src_width * (abs_src_height + crop_y) + crop_x;
228 src_u = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x;
230 src_u = sample + src_width * (abs_src_height + crop_y) + crop_x;
231 src_v = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x;