OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:motY
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp
196
dy = py[0] = py[1] = py[2] = py[3] = video->
motY
[imv];
228
py[0] = video->
motY
[imv];
229
py[1] = video->
motY
[imv+1];
230
py[2] = video->
motY
[imv+mvwidth];
231
py[3] = video->
motY
[imv+mvwidth+1];
mp4lib_int.h
226
MOT *
motY
; /* Motion vector in Y direction */
pvdec_api.cpp
424
video->
motY
= (MOT *)(IMEM_motY);
425
if (video->
motY
== NULL) status = PV_FALSE;
488
video->
motY
= (MOT *) oscl_malloc(sizeof(MOT) * 4 * nTotalMB);
489
if (video->
motY
== NULL) status = PV_FALSE;
620
video->
motY
= NULL;
688
if (video->
motY
) oscl_free(video->
motY
);
[
all
...]
vlc_decode.cpp
141
MOT *mot_y = video->
motY
;
364
MOT *motydata = video->
motY
;
[
all
...]
combined_decode.cpp
73
oscl_memset(video->
motY
, 0, sizeof(MOT)*4*nTotalMB);
datapart_decode.cpp
62
oscl_memset(video->
motY
, 0, sizeof(MOT)*4*nTotalMB);
Completed in 2970 milliseconds