Lines Matching refs:crop_y

35                   int crop_x, int crop_y,
82 src = sample + (aligned_src_width * crop_y + crop_x) * 2;
88 src = sample + (aligned_src_width * crop_y + crop_x) * 2;
94 src = sample + (src_width * crop_y + crop_x) * 3;
100 src = sample + (src_width * crop_y + crop_x) * 3;
106 src = sample + (src_width * crop_y + crop_x) * 4;
112 src = sample + (src_width * crop_y + crop_x) * 4;
118 src = sample + (src_width * crop_y + crop_x) * 4;
124 src = sample + (src_width * crop_y + crop_x) * 4;
130 src = sample + (src_width * crop_y + crop_x) * 2;
136 src = sample + (src_width * crop_y + crop_x) * 2;
142 src = sample + (src_width * crop_y + crop_x) * 2;
150 src = sample + (src_width * crop_y + crop_x);
157 src = sample + (src_width * crop_y + crop_x);
164 src = sample + (src_width * crop_y + crop_x);
171 src = sample + (src_width * crop_y + crop_x);
178 src = sample + src_width * crop_y + crop_x;
186 src = sample + (src_width * crop_y + crop_x);
187 src_uv = sample + aligned_src_width * (src_height + crop_y / 2) + crop_x;
194 src = sample + (src_width * crop_y + crop_x);
195 src_uv = sample + aligned_src_width * (src_height + crop_y / 2) + crop_x;
203 src = sample + (src_width * crop_y) * 12 / 8 + crop_x;
209 // src = sample + (src_width + aligned_src_width * 2) * crop_y + crop_x;
210 // src_uv = sample + (src_width + aligned_src_width * 2) * crop_y +
221 const uint8* src_y = sample + (src_width * crop_y + crop_x);
228 (halfwidth * crop_y + crop_x) / 2;
230 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
233 (halfwidth * crop_y + crop_x) / 2;
235 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
246 const uint8* src_y = sample + src_width * crop_y + crop_x;
252 halfwidth * crop_y + crop_x / 2;
254 halfwidth * (abs_src_height + crop_y) + crop_x / 2;
257 halfwidth * crop_y + crop_x / 2;
259 halfwidth * (abs_src_height + crop_y) + crop_x / 2;
270 const uint8* src_y = sample + src_width * crop_y + crop_x;
274 src_v = sample + src_width * (abs_src_height + crop_y) + crop_x;
275 src_u = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x;
277 src_u = sample + src_width * (abs_src_height + crop_y) + crop_x;
278 src_v = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x;
289 const uint8* src_y = sample + src_width * crop_y + crop_x;
291 quarterwidth * crop_y + crop_x / 4;
293 quarterwidth * (abs_src_height + crop_y) + crop_x / 4;