Home | History | Annotate | Download | only in source

Lines Matching defs:src_y

180       const uint8* src_y = sample + (src_width * crop_y + crop_x);
196 r = I420ToARGB(src_y, src_width,
205 const uint8* src_y = sample + (src_width * crop_y + crop_x);
214 r = J420ToARGB(src_y, src_width,
224 const uint8* src_y = sample + src_width * crop_y + crop_x;
239 r = I422ToARGB(src_y, src_width,
248 const uint8* src_y = sample + src_width * crop_y + crop_x;
258 r = I444ToARGB(src_y, src_width,
267 const uint8* src_y = sample + src_width * crop_y + crop_x;
272 r = I411ToARGB(src_y, src_width,