OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vp9_get_mv_mag
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropymv.h
107
int
vp9_get_mv_mag
(MV_CLASS_TYPE c, int offset);
vp9_entropymv.c
145
int
vp9_get_mv_mag
(MV_CLASS_TYPE c, int offset) {
function
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
231
mag =
vp9_get_mv_mag
(mv_class, (d << 3) | (fr << 1) | hp) + 1;
Completed in 519 milliseconds