OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vcrect
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.h
108
void ComputeMask(CSite *csite, BlendRect &
vcrect
, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, int site_idx);
109
void ProcessPyramidForThisFrame(CSite *csite, BlendRect &
vcrect
, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, double trs[3][3], int site_idx);
Blend.cpp
410
mb->
vcrect
= mb->brect;
411
ClipBlendRect(csite, mb->
vcrect
);
413
ComputeMask(csite, mb->
vcrect
, mb->brect, rect, imgMos, site_idx);
571
ProcessPyramidForThisFrame(csite, mb->
vcrect
, mb->brect, rect, imgMos, mb->trs, site_idx);
800
void Blend::ComputeMask(CSite *csite, BlendRect &
vcrect
, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, int site_idx)
805
int l = (int) ((
vcrect
.lft - rect.left));
806
int b = (int) ((
vcrect
.bot - rect.top));
807
int r = (int) ((
vcrect
.rgt - rect.left));
808
int t = (int) ((
vcrect
.top - rect.top));
810
if (
vcrect
.lft == brect.lft
[
all
...]
MosaicTypes.h
74
BlendRect
vcrect
; // brect clipped using the voronoi neighbors
member in class:MosaicFrame
Completed in 60 milliseconds