Home | History | Annotate | Download | only in src

Lines Matching refs:MOT

657     video->mot = (MOT **)M4VENC_MALLOC(sizeof(MOT *) * nTotalMB);
658 if (video->mot == NULL) goto CLEAN_UP;
662 video->mot[idx] = (MOT *)M4VENC_MALLOC(sizeof(MOT) * 8);
663 if (video->mot[idx] == NULL)
1123 if (video->mot)
1131 if (video->mot[idx])
1132 M4VENC_FREE(video->mot[idx]);
1134 M4VENC_FREE(video->mot);