Home | History | Annotate | Download | only in mosaic

Lines Matching refs:frames

80 void Blend::AlignToMiddleFrame(MosaicFrame **frames, int frames_size)
84 MosaicFrame *ref = frames[int(frames_size/2)]; // Middle frame
91 mb = frames[mfit];
107 MosaicFrame **frames;
109 // For THIN strip mode, accept all frames for blending
112 frames = oframes;
114 else // For WIDE strip mode, first select the relevant frames to blend.
117 frames = rframes;
120 ComputeBlendParameters(frames, frames_size, true);
125 LOGE("Error: No frames to blend");
146 // Corners of the left-most and right-most frames respectively in the
151 // Corners of the top-most and bottom-most frames respectively in the
161 mb = frames[mfit];
284 ret = DoMergeAndBlend(frames, numCenters, width, height, *imgMos, fullRect,
374 int Blend::DoMergeAndBlend(MosaicFrame **frames, int nsite,
1212 void Blend::SelectRelevantFrames(MosaicFrame **frames, int frames_size,
1215 MosaicFrame *first = frames[0];
1216 MosaicFrame *last = frames[frames_size-1];
1233 mb = frames[i];
1258 void Blend::ComputeBlendParameters(MosaicFrame **frames, int frames_size, int is360)
1268 MosaicFrame *first = frames[0];
1269 MosaicFrame *last = frames[frames_size-1];
1287 // Step through all the frames to compute the total arc-length of the cone
1291 mb = frames[i];
1300 // connecting the pairwise projected image centers of the input image frames.