Searched refs:AVCMV (Results 1 - 5 of 5) sorted by relevance
/frameworks/base/media/libstagefright/codecs/avc/enc/src/ |
H A D | avcenc_int.h | 329 } 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 D | avcenc_api.cpp | 192 encvid->mot16x16 = (AVCMV*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCMV) * framesize, DEFAULT_ATTR); 197 memset(encvid->mot16x16, 0, sizeof(AVCMV)*framesize);
|
H A D | avcenc_lib.h | 613 \param "mot" "Pointer to the AVCMV array of the frame." 621 int AVCFindHalfPelMB(AVCEncObject *encvid, uint8 *cur, AVCMV *mot, uint8 *ncand,
|
H A D | motion_est.cpp | 249 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 D | findhalfpel.cpp | 54 int AVCFindHalfPelMB(AVCEncObject *encvid, uint8 *cur, AVCMV *mot, uint8 *ncand,
|
Completed in 92 milliseconds