OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mot16x16
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp
249
AVCMV *mot_mb_16x16, *
mot16x16
= encvid->
mot16x16
;
local
352
mot_mb_16x16 =
mot16x16
+ mbnum;
968
AVCMV *
mot16x16
= encvid->
mot16x16
;
local
1360
AVCMV *
mot16x16
= encvid->
mot16x16
;
local
[
all
...]
avcenc_api.cpp
185
encvid->
mot16x16
= (AVCMV*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCMV) * framesize, DEFAULT_ATTR);
186
if (encvid->
mot16x16
== NULL)
618
if (encvid->
mot16x16
)
620
avcHandle->CBAVC_Free(userData, encvid->
mot16x16
);
avcenc_int.h
404
AVCMV *
mot16x16
; /* Saved motion vectors for 16x16 block*/
member in struct:tagEncObject
Completed in 42 milliseconds