Home | History | Annotate | Download | only in common

Lines Matching refs:srcMap

1323 ubidi_invertMap(const int32_t *srcMap, int32_t *destMap, int32_t length) {
1324 if(srcMap!=NULL && destMap!=NULL && length>0) {
1327 /* find highest value and count positive indexes in srcMap */
1328 pi=srcMap+length;
1329 while(pi>srcMap) {
1342 pi=srcMap+length;