Changeset 36282 for branches/eam_branches/ipp-20130904/psLib/test/imageops/tap_psImageConvolve2dCache.c
- Timestamp:
- Nov 11, 2013, 11:21:30 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psLib/test/imageops/tap_psImageConvolve2dCache.c
r36279 r36282 60 60 input->data.F32[Yo][Xo] = 1.0; 61 61 62 psImageSmooth2dCacheData *smdata = psImageSmooth2dCacheAlloc ( );62 psImageSmooth2dCacheData *smdata = psImageSmooth2dCacheAlloc (3.0); 63 63 ok(smdata, "init smdata"); 64 64 ok(!smdata->radflux, "init radflux to NULL");
Note:
See TracChangeset
for help on using the changeset viewer.
