Lines Matching defs:crop_y

1003                   int crop_x, int crop_y,
1046 src = sample + (aligned_src_width * crop_y + crop_x) * 2;
1052 src = sample + (aligned_src_width * crop_y + crop_x) * 2;
1060 // src = sample + (aligned_src_width + 47) / 48 * 128 * crop_y +
1067 src = sample + (src_width * crop_y + crop_x) * 3;
1073 src = sample + (src_width * crop_y + crop_x) * 3;
1079 src = sample + (src_width * crop_y + crop_x) * 4;
1085 src = sample + (src_width * crop_y + crop_x) * 4;
1091 src = sample + (src_width * crop_y + crop_x) * 4;
1097 src = sample + (src_width * crop_y + crop_x) * 4;
1103 src = sample + (src_width * crop_y + crop_x) * 2;
1109 src = sample + (src_width * crop_y + crop_x) * 2;
1115 src = sample + (src_width * crop_y + crop_x) * 2;
1123 src = sample + (src_width * crop_y + crop_x);
1130 src = sample + (src_width * crop_y + crop_x);
1137 src = sample + (src_width * crop_y + crop_x);
1144 src = sample + (src_width * crop_y + crop_x);
1151 src = sample + src_width * crop_y + crop_x;
1159 src = sample + (src_width * crop_y + crop_x);
1160 src_uv = sample + aligned_src_width * (src_height + crop_y / 2) + crop_x;
1167 src = sample + (src_width * crop_y + crop_x);
1168 src_uv = sample + aligned_src_width * (src_height + crop_y / 2) + crop_x;
1176 src = sample + (src_width * crop_y) * 12 / 8 + crop_x;
1182 // src = sample + (src_width + aligned_src_width * 2) * crop_y + crop_x;
1183 // src_uv = sample + (src_width + aligned_src_width * 2) * crop_y +
1194 const uint8* src_y = sample + (src_width * crop_y + crop_x);
1201 (halfwidth * crop_y + crop_x) / 2;
1203 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
1206 (halfwidth * crop_y + crop_x) / 2;
1208 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
1219 const uint8* src_y = sample + src_width * crop_y + crop_x;
1225 halfwidth * crop_y + crop_x / 2;
1227 halfwidth * (abs_src_height + crop_y) + crop_x / 2;
1230 halfwidth * crop_y + crop_x / 2;
1232 halfwidth * (abs_src_height + crop_y) + crop_x / 2;
1243 const uint8* src_y = sample + src_width * crop_y + crop_x;
1247 src_v = sample + src_width * (abs_src_height + crop_y) + crop_x;
1248 src_u = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x;
1250 src_u = sample + src_width * (abs_src_height + crop_y) + crop_x;
1251 src_v = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x;
1262 const uint8* src_y = sample + src_width * crop_y + crop_x;
1264 quarterwidth * crop_y + crop_x / 4;
1266 quarterwidth * (abs_src_height + crop_y) + crop_x / 4;