OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disph
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cvaux/src/
cvdpstereo.cpp
94
int
dispH
= maxDisparity + 3;
107
#define CELL(d,x) cells[(d)+(x)*
dispH
]
109
uchar* dsi = (uchar*)cvAlloc(sizeof(uchar)*imgW*
dispH
);
111
_CvDPCell* cells = (_CvDPCell*)cvAlloc(sizeof(_CvDPCell)*imgW*MAX(
dispH
,(imgH+1)/2));
182
CELL(0,x).sum = CELL(
dispH
-1,x).sum = ICV_MAX_DP_SUM_VAL;
183
CELL(0,x).step = CELL(
dispH
-1,x).step = ICV_DP_STEP_LEFT;
185
for( d = 2; d <
dispH
; d++ )
198
_CvDPCell* _cell = cells + x*
dispH
;
206
sum[0] = _cell[d-
dispH
].sum - param2;
213
if( _cell[d-1-
dispH
].step != ICV_DP_STEP_UP && (_edges[1-d] & 2) )
[
all
...]
/hardware/ti/omap4-aah/hwc/
rgz_2d.h
121
int
disph
;
member in struct:rgz_out_svg
152
* data.svg.
disph
Display width and height these values will be the
209
void rgz_profile_hwc(hwc_display_contents_1_t* list, int dispw, int
disph
);
rgz_2d.c
191
static int svgout_intersects_display(blit_rect_t *a, int dispw, int
disph
)
193
return ((a->bottom > 0) && (a->top <
disph
) &&
197
static void svgout_hregion(blit_hregion_t *hregion, int dispw, int
disph
)
205
if (!svgout_intersects_display(rect, dispw,
disph
))
219
params->data.svg.dispw, params->data.svg.
disph
);
225
params->data.svg.
disph
);
[
all
...]
Completed in 595 milliseconds