Home
last modified time | relevance | path

Searched refs:merange (Results 1 – 25 of 52) sorted by relevance

123

/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A Dmotion.cpp824 int i = merange; in motionEstimate()
850 for (int i = 0; i < merange / 2; i++) in motionEstimate()
1039 merange = (merange * range_mul[mvd_ctx][sad_ctx]) >> 2; in motionEstimate()
1044 CROSS(cross_start, merange, merange >> 1); in motionEstimate()
1126 while (++i <= merange >> 2); in motionEstimate()
1252 int scratchSize = merange * 2 + 4; in motionEstimate()
1404 merange = (merange < 0 ? -merange : merange); in motionEstimate()
1405 mvmin_y = X265_MAX(mvmin.y, -merange); in motionEstimate()
1406 mvmin_x = X265_MAX(mvmin.x, -merange); in motionEstimate()
1407 mvmax_y = X265_MIN(mvmax.y, merange); in motionEstimate()
[all …]
H A Dmotion.h98 …onst MV & mvmax, const MV & qmvp, int numCandidates, const MV * mvc, int merange, MV & outQMv, uin…
112 int merange,
H A Dsearch.h425 … void setSearchRange(const CUData& cu, const MV& mvp, int merange, MV& mvmin, MV& mvmax) const;
H A Dsearch.cpp2521 int merange = X265_MAX(m_param->sourceWidth, m_param->sourceHeight); in predInterSearch() local
2522 setSearchRange(cu, mvzero, merange, mvmin, mvmax); in predInterSearch()
2724 void Search::setSearchRange(const CUData& cu, const MV& mvp, int merange, MV& mvmin, MV& mvmax) con… in setSearchRange() argument
2726 MV dist((int32_t)merange << 2, (int32_t)merange << 2); in setSearchRange()
H A Danalysis.cpp3206 int merange = X265_MAX(m_param->sourceWidth, m_param->sourceHeight); in checkBidir2Nx2N() local
3207 setSearchRange(cu, mvzero, merange, mvmin, mvmax); in checkBidir2Nx2N()
/dports/multimedia/x265/source/encoder/
H A Dmotion.cpp824 int i = merange; in motionEstimate()
850 for (int i = 0; i < merange / 2; i++) in motionEstimate()
1039 merange = (merange * range_mul[mvd_ctx][sad_ctx]) >> 2; in motionEstimate()
1044 CROSS(cross_start, merange, merange >> 1); in motionEstimate()
1126 while (++i <= merange >> 2); in motionEstimate()
1252 int scratchSize = merange * 2 + 4; in motionEstimate()
1404 merange = (merange < 0 ? -merange : merange); in motionEstimate()
1405 mvmin_y = X265_MAX(mvmin.y, -merange); in motionEstimate()
1406 mvmin_x = X265_MAX(mvmin.x, -merange); in motionEstimate()
1407 mvmax_y = X265_MIN(mvmax.y, merange); in motionEstimate()
[all …]
H A Dmotion.h98 …onst MV & mvmax, const MV & qmvp, int numCandidates, const MV * mvc, int merange, MV & outQMv, uin…
112 int merange,
H A Dsearch.h425 … void setSearchRange(const CUData& cu, const MV& mvp, int merange, MV& mvmin, MV& mvmax) const;
H A Dsearch.cpp2521 int merange = X265_MAX(m_param->sourceWidth, m_param->sourceHeight); in predInterSearch() local
2522 setSearchRange(cu, mvzero, merange, mvmin, mvmax); in predInterSearch()
2724 void Search::setSearchRange(const CUData& cu, const MV& mvp, int merange, MV& mvmin, MV& mvmax) con… in setSearchRange() argument
2726 MV dist((int32_t)merange << 2, (int32_t)merange << 2); in setSearchRange()
H A Danalysis.cpp3206 int merange = X265_MAX(m_param->sourceWidth, m_param->sourceHeight); in checkBidir2Nx2N() local
3207 setSearchRange(cu, mvzero, merange, mvmin, mvmax); in checkBidir2Nx2N()
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/encoder/
H A Dmotion.h92 …n, const MV & mvmax, const MV & qmvp, int numCandidates, const MV * mvc, int merange, MV & outQMv);
106 int merange);
H A Dmotion.cpp334 int merange) in StarPatternSearch() argument
471 for (int16_t dist = 16; dist <= (int16_t)merange; dist <<= 1) in StarPatternSearch()
575 int merange, in motionEstimate() argument
649 int i = merange; in motionEstimate()
673 for (int i = 0; i < merange / 2; i++) in motionEstimate()
706 for (int i = (merange >> 1) - 1; i > 0 && bmv.checkRange(mvmin, mvmax); i--) in motionEstimate()
770 int16_t range = (int16_t)(merange >> 1) | 1; in motionEstimate()
834 merange = (merange * range_mul[mvd_ctx][sad_ctx]) >> 2; in motionEstimate()
839 CROSS(cross_start, merange, merange >> 1); in motionEstimate()
921 while (++i <= merange >> 2); in motionEstimate()
[all …]
H A Dsearch.h453 … void setSearchRange(const CUData& cu, const MV& mvp, int merange, MV& mvmin, MV& mvmax) const;
H A Dsearch.cpp2257 int merange = X265_MAX(m_param->sourceWidth, m_param->sourceHeight); in predInterSearch() local
2258 setSearchRange(cu, mvzero, merange, mvmin, mvmax); in predInterSearch()
2454 void Search::setSearchRange(const CUData& cu, const MV& mvp, int merange, MV& mvmin, MV& mvmax) con… in setSearchRange() argument
2456 MV dist((int16_t)merange << 2, (int16_t)merange << 2); in setSearchRange()
H A Danalysis.cpp1820 int merange = X265_MAX(m_param->sourceWidth, m_param->sourceHeight); in checkBidir2Nx2N() local
1821 setSearchRange(cu, mvzero, merange, mvmin, mvmax); in checkBidir2Nx2N()
/dports/multimedia/ogmrip/ogmrip-1.0.1/libogmrip/
H A Dogmrip-x264.c60 guint merange; member
277 g_string_append_printf (options, ":merange=%u", CLAMP (x264->merange, 4, 16)); in ogmrip_x264_command()
279 g_string_append_printf (options, ":merange=%u", CLAMP (x264->merange, 4, G_MAXINT)); in ogmrip_x264_command()
550 x264->merange = OGMRIP_X264_DEFAULT_MERANGE; in ogmrip_x264_init()
612 g_value_set_uint (value, x264->merange); in ogmrip_x264_get_property()
696 x264->merange = g_value_get_uint (value); in ogmrip_x264_set_property()
809 x264->merange = 24; in ogmrip_x264_set_quality()
/dports/multimedia/handbrake/x265_3.5/doc/reST/
H A Dthreading.rst163 :option:`--merange` can have a negative impact on frame parallelism. If
169 Even though the merange is used to determine the amount of reference
174 by merange and the interpolation filter half-heights.
219 :option:`--merange`
H A Dpresets.rst58 | merange | 57 | 57 | 57 | 57 | 57 | 57 | 57 | 57 | 57 | 92 |
/dports/graphics/libbpg/libbpg-0.9.8/x265/doc/reST/
H A Dthreading.rst163 :option:`--merange` can have a negative impact on frame parallelism. If
169 Even though the merange is used to determine the amount of reference
174 by merange and the interpolation filter half-heights.
219 :option:`--merange`
H A Dpresets.rst41 | merange | 57 | 57 | 57 | 57 | 57 | 57 | 57 | 57 | 57 …
/dports/multimedia/x265/doc/reST/
H A Dthreading.rst163 :option:`--merange` can have a negative impact on frame parallelism. If
169 Even though the merange is used to determine the amount of reference
174 by merange and the interpolation filter half-heights.
219 :option:`--merange`
H A Dpresets.rst58 | merange | 57 | 57 | 57 | 57 | 57 | 57 | 57 | 57 | 57 | 92 |
/dports/multimedia/ogmrip/ogmrip-1.0.1/po/
H A Dfr.po961 msgid "Maximum motion vector search range (merange)"
962 msgstr "Interval maximum de recherche des vecteurs de mouvement (merange)"
/dports/multimedia/handbrake/HandBrake-1.4.2/gtk/po/
H A Dja.po1860 "b-pyramid=normal:weightp=2:me=hex:merange=16:\n"
1870 "b-pyramid=normal:weightp=2:me=hex:merange=16:\n"
H A Dro.po1656 "b-pyramid=normal:weightp=2:me=hex:merange=16:\n"
1666 "b-piramid=normal:lățimep=2:me=hex:merange=16:\n"

123