OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:min_mvx
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
mr_dissim.c
180
int
min_mvx
= mvx[0];
local
190
else if (mvx[i] <
min_mvx
)
min_mvx
= mvx[i];
197
abs(
min_mvx
- here->mbmi.mv.as_mv.row),
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mr_dissim.c
178
int
min_mvx
= mvx[0];
local
188
else if (mvx[i] <
min_mvx
)
min_mvx
= mvx[i];
194
mmvx = MAX(abs(
min_mvx
- here->mbmi.mv.as_mv.row),
Completed in 90 milliseconds