Home
last modified time | relevance | path

Searched refs:joint_cost (Results 1 – 25 of 36) sorted by relevance

12

/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A Dmcomp.h151 static INLINE int svt_mv_cost(const MV *mv, const int *joint_cost, const int *const comp_cost[2]) { in svt_mv_cost() argument
152 return joint_cost[svt_av1_get_mv_joint(mv)] + comp_cost[0][mv->row] + comp_cost[1][mv->col]; in svt_mv_cost()
H A DEbRateDistortionCost.c78 int32_t mv_cost(const MV *mv, const int32_t *joint_cost, int32_t *const comp_cost[2]) { in mv_cost() argument
80 int32_t res = joint_cost[jn_c] + comp_cost[0][mv->row] + comp_cost[1][mv->col]; in mv_cost()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A Dmcomp.h151 static INLINE int svt_mv_cost(const MV *mv, const int *joint_cost, const int *const comp_cost[2]) { in svt_mv_cost() argument
152 return joint_cost[svt_av1_get_mv_joint(mv)] + comp_cost[0][mv->row] + comp_cost[1][mv->col]; in svt_mv_cost()
H A DEbRateDistortionCost.c78 int32_t mv_cost(const MV *mv, const int32_t *joint_cost, int32_t *const comp_cost[2]) { in mv_cost() argument
80 int32_t res = joint_cost[jn_c] + comp_cost[0][mv->row] + comp_cost[1][mv->col]; in mv_cost()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_diamond_search_sad_avx.c43 static INLINE int mv_cost(const int_mv mv, const int *joint_cost, in mv_cost() argument
45 return joint_cost[get_mv_joint(mv)] + comp_cost[0][mv.as_mv.row] + in mv_cost()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp9/encoder/x86/
H A Dvp9_diamond_search_sad_avx.c43 static INLINE int mv_cost(const int_mv mv, const int *joint_cost, in mv_cost() argument
45 return joint_cost[get_mv_joint(mv)] + comp_cost[0][mv.as_mv.row] + in mv_cost()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_diamond_search_sad_avx.c43 static INLINE int mv_cost(const int_mv mv, const int *joint_cost, in mv_cost() argument
45 return joint_cost[get_mv_joint(mv)] + comp_cost[0][mv.as_mv.row] + in mv_cost()
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/encoder/x86/
H A Dvp9_diamond_search_sad_avx.c43 static INLINE int mv_cost(const int_mv mv, const int *joint_cost, in mv_cost() argument
45 return joint_cost[get_mv_joint(mv)] + comp_cost[0][mv.as_mv.row] + in mv_cost()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_diamond_search_sad_avx.c43 static INLINE int mv_cost(const int_mv mv, const int *joint_cost, in mv_cost() argument
45 return joint_cost[get_mv_joint(mv)] + comp_cost[0][mv.as_mv.row] + in mv_cost()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_diamond_search_sad_avx.c43 static INLINE int mv_cost(const int_mv mv, const int *joint_cost, in mv_cost() argument
45 return joint_cost[get_mv_joint(mv)] + comp_cost[0][mv.as_mv.row] + in mv_cost()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_diamond_search_sad_avx.c43 static INLINE int mv_cost(const int_mv mv, const int *joint_cost, in mv_cost() argument
45 return joint_cost[get_mv_joint(mv)] + comp_cost[0][mv.as_mv.row] + in mv_cost()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_diamond_search_sad_avx.c43 static INLINE int mv_cost(const int_mv mv, const int *joint_cost, in mv_cost() argument
45 return joint_cost[get_mv_joint(mv)] + comp_cost[0][mv.as_mv.row] + in mv_cost()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_diamond_search_sad_avx.c43 static INLINE int mv_cost(const int_mv mv, const int *joint_cost, in mv_cost() argument
45 return joint_cost[get_mv_joint(mv)] + comp_cost[0][mv.as_mv.row] + in mv_cost()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_diamond_search_sad_avx.c43 static INLINE int mv_cost(const int_mv mv, const int *joint_cost, in mv_cost() argument
45 return joint_cost[get_mv_joint(mv)] + comp_cost[0][mv.as_mv.row] + in mv_cost()
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbRateDistortionCost.c191 static INLINE int mv_cost(const MV *mv, const int *joint_cost, in mv_cost() argument
195 return joint_cost[vp9_get_mv_joint(mv)] + comp_cost[0][mv->row] + in mv_cost()
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbRateDistortionCost.c191 static INLINE int mv_cost(const MV *mv, const int *joint_cost, in mv_cost() argument
195 return joint_cost[vp9_get_mv_joint(mv)] + comp_cost[0][mv->row] + in mv_cost()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp9/encoder/
H A Dvp9_mcomp.c70 const int *joint_cost, int *const comp_cost[2]) {
71 return joint_cost[vp9_get_mv_joint(mv)] + in expr2()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c66 static INLINE int mv_cost(const MV *mv, const int *joint_cost, in mv_cost() argument
70 return joint_cost[vp9_get_mv_joint(mv)] + comp_cost[0][mv->row] + in mv_cost()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c80 static INLINE int mv_cost(const MV *mv, const int *joint_cost, in mv_cost() argument
84 return joint_cost[vp9_get_mv_joint(mv)] + comp_cost[0][mv->row] + in mv_cost()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp9/encoder/
H A Dvp9_mcomp.c80 static INLINE int mv_cost(const MV *mv, const int *joint_cost, in mv_cost() argument
84 return joint_cost[vp9_get_mv_joint(mv)] + comp_cost[0][mv->row] + in mv_cost()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/encoder/
H A Dmcomp.c86 static INLINE int mv_cost(const MV *mv, const int *joint_cost, in mv_cost() argument
88 return joint_cost[av1_get_mv_joint(mv)] + comp_cost[0][mv->row] + in mv_cost()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_mcomp.c80 static INLINE int mv_cost(const MV *mv, const int *joint_cost, in mv_cost() argument
84 return joint_cost[vp9_get_mv_joint(mv)] + comp_cost[0][mv->row] + in mv_cost()
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/encoder/
H A Dvp9_mcomp.c80 static INLINE int mv_cost(const MV *mv, const int *joint_cost, in mv_cost() argument
84 return joint_cost[vp9_get_mv_joint(mv)] + comp_cost[0][mv->row] + in mv_cost()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_mcomp.c80 static INLINE int mv_cost(const MV *mv, const int *joint_cost, in mv_cost() argument
84 return joint_cost[vp9_get_mv_joint(mv)] + comp_cost[0][mv->row] + in mv_cost()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c80 static INLINE int mv_cost(const MV *mv, const int *joint_cost, in mv_cost() argument
84 return joint_cost[vp9_get_mv_joint(mv)] + comp_cost[0][mv->row] + in mv_cost()

12