Lines Matching refs:crop_y
37 int crop_y,
85 src = sample + (aligned_src_width * crop_y + crop_x) * 2;
90 src = sample + (aligned_src_width * crop_y + crop_x) * 2;
95 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;
117 src = sample + (src_width * crop_y + crop_x) * 4;
122 src = sample + (src_width * crop_y + crop_x) * 4;
127 src = sample + (src_width * crop_y + crop_x) * 2;
132 src = sample + (src_width * crop_y + crop_x) * 2;
137 src = sample + (src_width * crop_y + crop_x) * 2;
142 src = sample + src_width * crop_y + crop_x;
149 src = sample + (src_width * crop_y + crop_x);
150 src_uv = sample + aligned_src_width * (src_height + crop_y / 2) + crop_x;
155 src = sample + (src_width * crop_y + crop_x);
156 src_uv = sample + aligned_src_width * (src_height + crop_y / 2) + crop_x;
162 src = sample + (src_width * crop_y) * 12 / 8 + crop_x;
169 const uint8* src_y = sample + (src_width * crop_y + crop_x);
176 (halfwidth * crop_y + crop_x) / 2;
178 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
181 (halfwidth * crop_y + crop_x) / 2;
183 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
191 const uint8* src_y = sample + (src_width * crop_y + crop_x);
197 (halfwidth * crop_y + crop_x) / 2;
199 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
207 const uint8* src_y = sample + src_width * crop_y + crop_x;
212 src_v = sample + src_width * abs_src_height + halfwidth * crop_y +
215 halfwidth * (abs_src_height + crop_y) + crop_x / 2;
217 src_u = sample + src_width * abs_src_height + halfwidth * crop_y +
220 halfwidth * (abs_src_height + crop_y) + crop_x / 2;
228 const uint8* src_y = sample + src_width * crop_y + crop_x;
232 src_v = sample + src_width * (abs_src_height + crop_y) + crop_x;
233 src_u = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x;
235 src_u = sample + src_width * (abs_src_height + crop_y) + crop_x;
236 src_v = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x;
259 src = sample + (src_width * crop_y + crop_x) * 4;