Searched refs:AVCMV (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Davcenc_int.h329 } AVCMV; typedef in typeref:struct:tagMV
404 AVCMV *mot16x16; /* Saved motion vectors for 16x16 block*/
405 AVCMV(*mot16x8)[2]; /* Saved motion vectors for 16x8 block*/
406 AVCMV(*mot8x16)[2]; /* Saved motion vectors for 8x16 block*/
407 AVCMV(*mot8x8)[4]; /* Saved motion vectors for 8x8 block*/
H A Davcenc_api.cpp185 encvid->mot16x16 = (AVCMV*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCMV) * framesize, DEFAULT_ATTR);
H A Davcenc_lib.h613 \param "mot" "Pointer to the AVCMV array of the frame."
621 int AVCFindHalfPelMB(AVCEncObject *encvid, uint8 *cur, AVCMV *mot, uint8 *ncand,
H A Dmotion_est.cpp249 AVCMV *mot_mb_16x16, *mot16x16 = encvid->mot16x16;
250 // AVCMV *mot_mb_16x8, *mot_mb_8x16, *mot_mb_8x8, etc;
968 AVCMV *mot16x16 = encvid->mot16x16;
1360 AVCMV *mot16x16 = encvid->mot16x16;
1361 AVCMV *pmot;
H A Dfindhalfpel.cpp54 int AVCFindHalfPelMB(AVCEncObject *encvid, uint8 *cur, AVCMV *mot, uint8 *ncand,

Completed in 290 milliseconds