Searched defs:depthA (Results 1 - 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
H A DUInt16BytePyrImage.c142 uint32 depthA )
147 for( iL = 0; iL < depthA; iL++ )
167 uint32 depthA,
177 bim_UInt16BytePyrImage_size( cpA, ptrA, widthA, heightA, depthA );
183 uint32 depthMaskL = ( ( int32 )1 << ( depthA - 1 ) ) - 1;
184 if( depthA == 0 )
186 bbs_ERROR0( "void bim_UInt16BytePyrImage_create( struct bim_UInt16BytePyrImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"
187 "depthA must be > 0" );
192 bbs_ERROR1( "void bim_UInt16BytePyrImage_create( struct bim_UInt16BytePyrImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"
201 ptrA->depthE = depthA;
164 bim_UInt16BytePyrImage_create( struct bbs_Context* cpA, struct bim_UInt16BytePyrImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA, struct bbs_MemSeg* mspA ) argument
[all...]
H A DUInt8PyramidalImage.c143 uint32 depthA )
148 for( iL = 0; iL < depthA; iL++ )
168 uint32 depthA,
175 for( iL = 0; iL < depthA; iL++ )
182 bim_UInt8PyramidalImage_size( cpA, ptrA, widthA, heightA, depthA );
188 uint32 depthMaskL = ( 1 << ( depthA - 1 ) ) - 1;
189 if( depthA == 0 )
191 bbs_ERROR0( "void bim_UInt8PyramidalImage_create( struct bim_UInt8PyramidalImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n"
192 "depthA must be > 0" );
197 bbs_ERROR1( "void bim_UInt8PyramidalImage_create( struct bim_UInt8PyramidalImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA )
165 bim_UInt8PyramidalImage_create( struct bbs_Context* cpA, struct bim_UInt8PyramidalImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA, struct bbs_MemSeg* mspA ) argument
[all...]

Completed in 97 milliseconds