OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_mvx
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
mr_dissim.c
179
int
max_mvx
= mvx[0];
local
189
if (mvx[i] >
max_mvx
)
max_mvx
= mvx[i];
198
abs(
max_mvx
- here->mbmi.mv.as_mv.row));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mr_dissim.c
177
int
max_mvx
= mvx[0];
local
187
if (mvx[i] >
max_mvx
)
max_mvx
= mvx[i];
195
abs(
max_mvx
- here->mbmi.mv.as_mv.row));
Completed in 526 milliseconds