Home
last modified time | relevance | path

Searched refs:subpel_mv (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/Codec/
H A DEbBlockStructures.h57 static AOM_INLINE FULLPEL_MV get_fullmv_from_mv(const MV *subpel_mv) { in get_fullmv_from_mv() argument
58 const FULLPEL_MV full_mv = {(int16_t)GET_MV_RAWPEL(subpel_mv->row), in get_fullmv_from_mv()
59 (int16_t)GET_MV_RAWPEL(subpel_mv->col)}; in get_fullmv_from_mv()
64 const MV subpel_mv = {(int16_t)GET_MV_SUBPEL(full_mv->row), in get_mv_from_fullmv() local
66 return subpel_mv; in get_mv_from_fullmv()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/Codec/
H A DEbBlockStructures.h57 static AOM_INLINE FULLPEL_MV get_fullmv_from_mv(const MV *subpel_mv) { in get_fullmv_from_mv() argument
58 const FULLPEL_MV full_mv = {(int16_t)GET_MV_RAWPEL(subpel_mv->row), in get_fullmv_from_mv()
59 (int16_t)GET_MV_RAWPEL(subpel_mv->col)}; in get_fullmv_from_mv()
64 const MV subpel_mv = {(int16_t)GET_MV_SUBPEL(full_mv->row), in get_mv_from_fullmv() local
66 return subpel_mv; in get_mv_from_fullmv()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/
H A Dmv.h69 static AOM_INLINE FULLPEL_MV get_fullmv_from_mv(const MV *subpel_mv) { in get_fullmv_from_mv() argument
70 const FULLPEL_MV full_mv = { (int16_t)GET_MV_RAWPEL(subpel_mv->row), in get_fullmv_from_mv()
71 (int16_t)GET_MV_RAWPEL(subpel_mv->col) }; in get_fullmv_from_mv()
76 const MV subpel_mv = { (int16_t)GET_MV_SUBPEL(full_mv->row), in get_mv_from_fullmv() local
78 return subpel_mv; in get_mv_from_fullmv()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/common/
H A Dmv.h75 static AOM_INLINE FULLPEL_MV get_fullmv_from_mv(const MV *subpel_mv) { in get_fullmv_from_mv() argument
76 const FULLPEL_MV full_mv = { (int16_t)GET_MV_RAWPEL(subpel_mv->row), in get_fullmv_from_mv()
77 (int16_t)GET_MV_RAWPEL(subpel_mv->col) }; in get_fullmv_from_mv()
82 const MV subpel_mv = { (int16_t)GET_MV_SUBPEL(full_mv->row), in get_mv_from_fullmv() local
84 return subpel_mv; in get_mv_from_fullmv()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/common/
H A Dmv.h75 static AOM_INLINE FULLPEL_MV get_fullmv_from_mv(const MV *subpel_mv) { in get_fullmv_from_mv() argument
76 const FULLPEL_MV full_mv = { (int16_t)GET_MV_RAWPEL(subpel_mv->row), in get_fullmv_from_mv()
77 (int16_t)GET_MV_RAWPEL(subpel_mv->col) }; in get_fullmv_from_mv()
82 const MV subpel_mv = { (int16_t)GET_MV_SUBPEL(full_mv->row), in get_mv_from_fullmv() local
84 return subpel_mv; in get_mv_from_fullmv()
/dports/multimedia/aom/aom-3.2.0/av1/common/
H A Dmv.h77 static AOM_INLINE FULLPEL_MV get_fullmv_from_mv(const MV *subpel_mv) { in get_fullmv_from_mv() argument
78 const FULLPEL_MV full_mv = { (int16_t)GET_MV_RAWPEL(subpel_mv->row), in get_fullmv_from_mv()
79 (int16_t)GET_MV_RAWPEL(subpel_mv->col) }; in get_fullmv_from_mv()
84 const MV subpel_mv = { (int16_t)GET_MV_SUBPEL(full_mv->row), in get_mv_from_fullmv() local
86 return subpel_mv; in get_mv_from_fullmv()