Lines Matching refs:frame_index
355 int frame_index;
368 frame_index = y * linesize[0] + compno;
370 image_line[x] = src[0][frame_index];
371 frame_index += numcomps;
395 int frame_index;
409 frame_index = y * (linesize[0] / 2) + compno;
411 image_line[x] = frame_ptr[frame_index] >> 4;
412 frame_index += numcomps;
436 int frame_index;
450 frame_index = y * (linesize[0] / 2) + compno;
452 image_line[x] = frame_ptr[frame_index];
453 frame_index += numcomps;
479 int frame_index;
494 frame_index = y * linesize[compno];
496 image_line[x] = src[compno][frame_index++];
521 int frame_index;
537 frame_index = y * (linesize[compno] / 2);
539 image_line[x] = frame_ptr[frame_index++];