Lines Matching defs:cpA

40 void bpi_DCR_init( struct bbs_Context* cpA,
49 bts_IdCluster2D_init( cpA, &ptrA->mainClusterE );
50 bts_IdCluster2D_init( cpA, &ptrA->sdkClusterE );
55 bbs_UInt16Arr_init( cpA, &ptrA->cueDataE );
60 void bpi_DCR_exit( struct bbs_Context* cpA,
69 bts_IdCluster2D_exit( cpA, &ptrA->mainClusterE );
70 bts_IdCluster2D_exit( cpA, &ptrA->sdkClusterE );
74 bbs_UInt16Arr_exit( cpA, &ptrA->cueDataE );
103 void bpi_DCR_create( struct bbs_Context* cpA,
112 bbs_MemTbl_fastestSegPtr( cpA, &memTblL,
114 if( bbs_Context_error( cpA ) ) return;
116 bts_IdCluster2D_create( cpA, &ptrA->mainClusterE, bpi_DCR_MAX_CLUSTER_SIZE, espL );
117 bts_IdCluster2D_size( cpA, &ptrA->mainClusterE, 0 );
118 if( bbs_Context_error( cpA ) ) return;
119 bts_IdCluster2D_create( cpA, &ptrA->sdkClusterE, bpi_DCR_MAX_SDK_CLUSTER_SIZE, espL );
120 bts_IdCluster2D_size( cpA, &ptrA->sdkClusterE, 0 );
121 if( bbs_Context_error( cpA ) ) return;
122 if( bbs_Context_error( cpA ) ) return;
123 bbs_UInt16Arr_create( cpA, &ptrA->cueDataE, cueSizeA, espL );
124 bbs_UInt16Arr_size( cpA, &ptrA->cueDataE, 0 );
148 void bpi_DCR_assignGrayByteImage( struct bbs_Context* cpA,
154 bbs_DEF_fNameL( "void bpi_DCR_assignGrayByteImage( struct bbs_Context* cpA, struct bpi_DCR* ptrA, const void* bufferPtrA, uint32 widthA, uint32 heightA )" )
177 bts_IdCluster2D_size( cpA, &ptrA->mainClusterE, 0 );
178 bts_IdCluster2D_size( cpA, &ptrA->sdkClusterE, 0 );
179 bbs_UInt16Arr_size( cpA, &ptrA->cueDataE, 0 );
184 void bpi_DCR_assignGrayByteImageROI( struct bbs_Context* cpA,
223 bts_IdCluster2D_size( cpA, &ptrA->mainClusterE, 0 );
224 bts_IdCluster2D_size( cpA, &ptrA->sdkClusterE, 0 );
225 bbs_UInt16Arr_size( cpA, &ptrA->cueDataE, 0 );
230 int32 bpi_DCR_confidence( struct bbs_Context* cpA,