OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nmvx
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
pp_semaphore_chroma_inter.cpp
128
int mmvy, mmvx, nmvy,
nmvx
;
local
138
nmvx
= mmvx;
147
if (
nmvx
< 0)
149
nmvx
= 0;
151
else if (
nmvx
> mvwidth - 1)
153
nmvx
= mvwidth - 1;
172
pp_prev1 = pstprcTypPrv + (size >> 6) +
nmvx
+ nmvy * (mvwidth >> 1) ;
pp_semaphore_luma.cpp
129
int kk, mmvy, mmvx,
nmvx
, nmvy;
local
255
nmvx
= mmvx;
264
if (
nmvx
< 0)
266
nmvx
= 0;
268
else if (
nmvx
> mvwidth - 1)
270
nmvx
= mvwidth - 1;
284
/* pp_prev1 = &pstprcTypPrv[nmvy*mvwidth][
nmvx
] */
285
pp_prev1 = pstprcTypPrv +
nmvx
+ nmvy * mvwidth;
Completed in 168 milliseconds