Searched defs:indexA (Results 1 - 6 of 6) sorted by relevance

/external/neven/Embedded/common/src/b_APIEm/
H A DFaceFinderRef.c266 uint32 indexA,
275 ptrA->faceFinderPtrE->vpGetDcrE( cpA, ptrA->faceFinderPtrE, indexA, dcrPtrA );
264 bpi_FaceFinderRef_getDcr( struct bbs_Context* cpA, const struct bpi_FaceFinderRef* ptrA, uint32 indexA, struct bpi_DCR* dcrPtrA ) argument
H A DBFFaceFinder.c310 uint32 indexA,
330 if( indexA >= ptrA->availableFacesE )
336 xL = ptrA->faceDataBufferE[ indexA * 4 + 0 ]; /* 16.16 */
337 yL = ptrA->faceDataBufferE[ indexA * 4 + 1 ]; /* 16.16 */
338 scaleL = ptrA->faceDataBufferE[ indexA * 4 + 2 ]; /* 12.20 */
339 actL = ptrA->faceDataBufferE[ indexA * 4 + 3 ]; /* 4.28 */
368 uint32 indexA,
371 int32 confL = bpi_BFFaceFinder_getFace( cpA, ptrA, indexA, &dcrPtrA->offsE, &dcrPtrA->mainClusterE );
481 uint32 indexA,
494 bpi_BFFaceFinder_getFaceDCR( cpA, ( const struct bpi_BFFaceFinder* )ptrA, indexA, dcrPtr
308 bpi_BFFaceFinder_getFace( struct bbs_Context* cpA, const struct bpi_BFFaceFinder* ptrA, uint32 indexA, struct bts_Int16Vec2D* offsPtrA, struct bts_IdCluster2D* idClusterPtrA ) argument
366 bpi_BFFaceFinder_getFaceDCR( struct bbs_Context* cpA, const struct bpi_BFFaceFinder* ptrA, uint32 indexA, struct bpi_DCR* dcrPtrA ) argument
479 bpi_BFFaceFinder_getDcr( struct bbs_Context* cpA, const struct bpi_FaceFinder* ptrA, uint32 indexA, struct bpi_DCR* dcrPtrA ) argument
[all...]
/external/neven/Embedded/common/src/b_TensorEm/
H A DCluster3D.c184 uint32 indexA, int32 bbpA )
188 if( indexA >= ptrA->sizeE )
191 "indexA = %i is out of range [0,%i]",
192 indexA,
199 return ( int32 ) ptrA->vecArrE[ indexA ].xE << shiftL;
203 return ( ( ( int32 ) ptrA->vecArrE[ indexA ].xE >> ( -shiftL - 1 ) ) + 1 ) >> 1;
211 uint32 indexA,
216 if( indexA >= ptrA->sizeE )
219 "indexA = %i is out of range [0,%i]",
220 indexA,
182 bts_Cluster3D_int32X( struct bbs_Context* cpA, const struct bts_Cluster3D* ptrA, uint32 indexA, int32 bbpA ) argument
209 bts_Cluster3D_int32Y( struct bbs_Context* cpA, const struct bts_Cluster3D* ptrA, uint32 indexA, int32 bbpA ) argument
237 bts_Cluster3D_int32Z( struct bbs_Context* cpA, const struct bts_Cluster3D* ptrA, uint32 indexA, int32 bbpA ) argument
[all...]
H A DCluster2D.c243 uint32 indexA, int32 bbpA )
246 if( indexA >= ptrA->sizeE )
249 "indexA = %i is out of range [0,%i]",
250 indexA,
258 int32 xL = ptrA->vecArrE[ indexA ].xE;
276 uint32 indexA,
280 if( indexA >= ptrA->sizeE )
283 "indexA = %i is out of range [0,%i]",
284 indexA,
291 int32 yL = ptrA->vecArrE[ indexA ]
241 bts_Cluster2D_int32X( struct bbs_Context* cpA, const struct bts_Cluster2D* ptrA, uint32 indexA, int32 bbpA ) argument
274 bts_Cluster2D_int32Y( struct bbs_Context* cpA, const struct bts_Cluster2D* ptrA, uint32 indexA, int32 bbpA ) argument
[all...]
/external/neven/FaceRecEm/common/src/b_FDSDK/
H A DDCR.c260 u32 indexA,
273 if( indexA >= hdcrA->dcrE.sdkClusterE.clusterE.sizeE )
280 nodePtrA->id = hdcrA->dcrE.sdkClusterE.idArrE.arrPtrE[ indexA ];
281 nodePtrA->x = ( ( s16p16 )hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ indexA ].xE ) << ( 16 - hdcrA->dcrE.sdkClusterE.clusterE.bbpE );
282 nodePtrA->y = ( ( s16p16 )hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ indexA ].yE ) << ( 16 - hdcrA->dcrE.sdkClusterE.clusterE.bbpE );
259 btk_DCR_getNode( btk_HDCR hdcrA, u32 indexA, btk_Node* nodePtrA ) argument
/external/opencore/codecs_v2/video/avc_h264/common/src/
H A Ddeblock.cpp295 int indexA, indexB, tmp; local
316 /* for edge = 1~3, MbP, indexA and indexB remain the same, and thus there is no need to re-calculate them for each edge */
331 indexA = QP + video->FilterOffsetA;
333 indexA = qp_clip_tab[indexA]; // IClip(0, MAX_QP, QP+video->FilterOffsetA)
336 Alpha = ALPHA_TABLE[indexA];
338 clipTable = (int *) CLIP_TAB[indexA];
348 indexA = QPC + video->FilterOffsetA;
350 indexA = qp_clip_tab[indexA]; // ICli
[all...]

Completed in 106 milliseconds