OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVCMV
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h
329
}
AVCMV
;
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*/
avcenc_api.cpp
185
encvid->mot16x16 = (
AVCMV
*) avcHandle->CBAVC_Malloc(userData, sizeof(
AVCMV
) * framesize, DEFAULT_ATTR);
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,
[
all
...]
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;
[
all
...]
findhalfpel.cpp
54
int AVCFindHalfPelMB(AVCEncObject *encvid, uint8 *cur,
AVCMV
*mot, uint8 *ncand,
Completed in 975 milliseconds