Home
last modified time | relevance | path

Searched refs:lookup_size (Results 1 – 25 of 48) sorted by relevance

12

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dvima.c169 int lookup_size, lookup, highbit, lowbits; in decode_frame() local
172 lookup_size = size_table[step_index]; in decode_frame()
173 lookup = get_bits(&gb, lookup_size); in decode_frame()
174 highbit = 1 << (lookup_size - 1); in decode_frame()
187 predict_index = (lookup << (7 - lookup_size)) | (step_index << 6); in decode_frame()
191 diff += ff_adpcm_step_table[step_index] >> (lookup_size - 1); in decode_frame()
201 step_index += step_index_tables[lookup_size - 2][lookup]; in decode_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dvima.c169 int lookup_size, lookup, highbit, lowbits; in decode_frame() local
172 lookup_size = size_table[step_index]; in decode_frame()
173 lookup = get_bits(&gb, lookup_size); in decode_frame()
174 highbit = 1 << (lookup_size - 1); in decode_frame()
187 predict_index = (lookup << (7 - lookup_size)) | (step_index << 6); in decode_frame()
191 diff += ff_adpcm_step_table[step_index] >> (lookup_size - 1); in decode_frame()
201 step_index += step_index_tables[lookup_size - 2][lookup]; in decode_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dvima.c169 int lookup_size, lookup, highbit, lowbits; in decode_frame() local
172 lookup_size = size_table[step_index]; in decode_frame()
173 lookup = get_bits(&gb, lookup_size); in decode_frame()
174 highbit = 1 << (lookup_size - 1); in decode_frame()
187 predict_index = (lookup << (7 - lookup_size)) | (step_index << 6); in decode_frame()
191 diff += ff_adpcm_step_table[step_index] >> (lookup_size - 1); in decode_frame()
201 step_index += step_index_tables[lookup_size - 2][lookup]; in decode_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dvima.c169 int lookup_size, lookup, highbit, lowbits; in decode_frame() local
172 lookup_size = size_table[step_index]; in decode_frame()
173 lookup = get_bits(&gb, lookup_size); in decode_frame()
174 highbit = 1 << (lookup_size - 1); in decode_frame()
187 predict_index = (lookup << (7 - lookup_size)) | (step_index << 6); in decode_frame()
191 diff += ff_adpcm_step_table[step_index] >> (lookup_size - 1); in decode_frame()
201 step_index += step_index_tables[lookup_size - 2][lookup]; in decode_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dvima.c169 int lookup_size, lookup, highbit, lowbits; in decode_frame() local
172 lookup_size = size_table[step_index]; in decode_frame()
173 lookup = get_bits(&gb, lookup_size); in decode_frame()
174 highbit = 1 << (lookup_size - 1); in decode_frame()
187 predict_index = (lookup << (7 - lookup_size)) | (step_index << 6); in decode_frame()
191 diff += ff_adpcm_step_table[step_index] >> (lookup_size - 1); in decode_frame()
201 step_index += step_index_tables[lookup_size - 2][lookup]; in decode_frame()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dvima.c169 int lookup_size, lookup, highbit, lowbits; in decode_frame() local
172 lookup_size = size_table[step_index]; in decode_frame()
173 lookup = get_bits(&gb, lookup_size); in decode_frame()
174 highbit = 1 << (lookup_size - 1); in decode_frame()
187 predict_index = (lookup << (7 - lookup_size)) | (step_index << 6); in decode_frame()
191 diff += ff_adpcm_step_table[step_index] >> (lookup_size - 1); in decode_frame()
201 step_index += step_index_tables[lookup_size - 2][lookup]; in decode_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dvima.c169 int lookup_size, lookup, highbit, lowbits; in decode_frame() local
172 lookup_size = size_table[step_index]; in decode_frame()
173 lookup = get_bits(&gb, lookup_size); in decode_frame()
174 highbit = 1 << (lookup_size - 1); in decode_frame()
187 predict_index = (lookup << (7 - lookup_size)) | (step_index << 6); in decode_frame()
191 diff += ff_adpcm_step_table[step_index] >> (lookup_size - 1); in decode_frame()
201 step_index += step_index_tables[lookup_size - 2][lookup]; in decode_frame()
/dports/math/gecode/gecode-0916a1a/gecode/int/ldsb/
H A Dsym-imp.hpp191 lookup_size = max_index+1; in VariableSequenceSymmetryImp()
192 lookup = home.alloc<int>(lookup_size); in VariableSequenceSymmetryImp()
193 for (unsigned int i = 0 ; i < lookup_size ; i++) in VariableSequenceSymmetryImp()
206 lookup_size(s.lookup_size) { in VariableSequenceSymmetryImp()
209 lookup = home.alloc<int>(lookup_size); in VariableSequenceSymmetryImp()
210 memcpy(lookup, s.lookup, lookup_size * sizeof(int)); in VariableSequenceSymmetryImp()
218 home.free<int>(lookup, lookup_size); in dispose()
229 if (l._variable < (int)lookup_size) { in symmetric()
/dports/devel/isa-l/isa-l-2.30.0/igzip/
H A Digzip_decode_block_stateless.asm302 %define %%lookup_size %3
304 sub %%bit_count, 0x40 + %%lookup_size
324 %define %%lookup_size %2 ; Number of bits used for small lookup
350 shr %%next_bits, %%lookup_size
352 ;; Extract the bits beyond the first %%lookup_size bits.
353 CLEAR_HIGH_BITS %%next_bits, rcx, %%lookup_size
378 %define %%lookup_size %2 ; Number of bits used for small lookup
388 and %%next_bits, (1 << %%lookup_size) - 1
417 shr %%next_bits, %%lookup_size
422 CLEAR_HIGH_BITS %%next_bits, rcx, %%lookup_size
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/greycstoration/cimg/
H A Dgreycstoration.h83 unsigned int lookup_size; variable
106 lookup_size(0), in GreycstorationParameters()
217 const unsigned int lookup_size=20,
229 params.lookup_size = lookup_size;
391 source->blur_patch(p.patch_size,p.sigma_p,p.sigma_s,p.lookup_size,p.fast_approx);
433 … img.blur_patch(p.patch_size,p.sigma_p,p.sigma_s,p.lookup_size,p.fast_approx);
468 … img.blur_patch(p.patch_size,p.sigma_p,p.sigma_s,p.lookup_size,p.fast_approx);
/dports/security/pbc/pbc-0.5.14/arith/
H A Dfield.c32 int lookup_size; in build_pow_window() local
41 lookup_size = 1 << k; in build_pow_window()
42 lookup = pbc_malloc(lookup_size * sizeof(element_t)); in build_pow_window()
45 for (s = 1; s < lookup_size; s++) { in build_pow_window()
55 int lookup_size = 1 << k; in clear_pow_window() local
57 for (s = 0; s < lookup_size; s++) { in clear_pow_window()
255 int lookup_size; in element_build_base_table() local
260 lookup_size = 1 << k; in element_build_base_table()
276 for (j = 1; j < lookup_size; j++) { in element_build_base_table()
342 int lookup_size = 1 << base_table->k; in default_element_pp_clear() local
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/CImg/Inpaint/
H A DCImgInpaint-gpl.cpp129 double lookup_size; member
162 _lookup_size->getValueAtTime(time, params.lookup_size); in getValuesAtTime()
198 if ( (params.patch_size <= 0) || (params.lookup_size <= 0.) || cimg.is_empty() ) { in render()
207 … (int)std::ceil(params.patch_size * params.lookup_size * args.renderScale.x), in render()
220 return (params.patch_size <= 0) || (params.lookup_size <= 0.); in isIdentity()
H A Dinpaint.h60 const unsigned int lookup_size=22, const float lookup_factor=1,
80 if (!lookup_size)
130 unsigned int _lookup_size = lookup_size, nb_lookups = 0, nb_fails = 0, nb_saved_patches = 0;
319 _lookup_size = lookup_size;
326 _lookup_size = lookup_size;
491 const unsigned int lookup_size=22, const float lookup_factor=1,
496 return (+*this).inpaint_patch(mask,patch_size,lookup_size,lookup_factor,lookup_increment,
/dports/x11-themes/gnome-icons-elementary/icons-6.1.0/
H A Dmeson.build117 foreach lookup_size: sizes
118 if (size == lookup_size)
122 if (lookup_size == 'symbolic')
126 max_size = (lookup_size.to_int() - 1).to_string()
/dports/graphics/cimg/CImg-v.2.9.7/plugins/
H A Dinpaint.h60 const unsigned int lookup_size=22, const float lookup_factor=1,
80 if (!lookup_size)
130 unsigned int _lookup_size = lookup_size, nb_lookups = 0, nb_fails = 0, nb_saved_patches = 0;
319 _lookup_size = lookup_size;
326 _lookup_size = lookup_size;
491 const unsigned int lookup_size=22, const float lookup_factor=1,
496 return (+*this).inpaint_patch(mask,patch_size,lookup_size,lookup_factor,lookup_increment,
/dports/graphics/gmic-qt/CImg-v.2.9.8/plugins/
H A Dinpaint.h60 const unsigned int lookup_size=22, const float lookup_factor=1,
80 if (!lookup_size)
130 unsigned int _lookup_size = lookup_size, nb_lookups = 0, nb_fails = 0, nb_saved_patches = 0;
319 _lookup_size = lookup_size;
326 _lookup_size = lookup_size;
491 const unsigned int lookup_size=22, const float lookup_factor=1,
496 return (+*this).inpaint_patch(mask,patch_size,lookup_size,lookup_factor,lookup_increment,
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/operations/gmic/obsolete/
H A Dinpaint_config.cc40 lookup_size( this, "lookup_size", "Lookup size: ", 16, 1, 32, 1, 5, 1 ), in GmicInpaintConfigGUI()
54 controlsBox.pack_start( lookup_size ); in GmicInpaintConfigGUI()
H A Dinpaint_config.hh46 Slider lookup_size; member in PF::GmicInpaintConfigGUI
/dports/graphics/openfx-misc/openfx-misc-3ab0531/CImg/Denoise/
H A DCImgDenoise.cpp183 …const unsigned int lookup_size = (unsigned int)std::ceil(std::max(0, params.lsize) * args.renderSc… in render() local
242 if (cimg.is_empty() || !patch_size || !lookup_size) return; in render()
250 const int rsize2 = (int)lookup_size/2, rsize1 = (int)lookup_size - rsize2 - 1; in render()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/gmic/obsolete/
H A Dinpaint.hh57 Property<float> lookup_size; member in PF::GmicInpaintPar
H A Dinpaint.cc39 lookup_size( "lookup_size", this, 16 ), in GmicInpaintPar()
184 command = command + std::string(",") + to_string( lookup_size.get()*patch_size.get() ); in build()
/dports/multimedia/livestreamer/livestreamer-1.12.2/src/livestreamer/plugins/
H A Dbeattv.py82 lookup_size = U16BE.read(fd)
83 enc_table = fd.read(lookup_size)
/dports/mail/py-pymailq/pymailq-0.9.0/pymailq/
H A Dselector.py261 def lookup_size(self, smin=0, smax=0): # TODO: documentation member in MailSelector
/dports/math/gecode/gecode-0916a1a/gecode/set/ldsb/
H A Dsym-imp.cpp100 if (l._variable < (int)lookup_size) { in symmetric()
/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/OpenFontFormat/
H A DGposTable.vala130 uint16 lookup_size = (uint16) pair_set_data.size * 2;
131 uint16 offset_to_extension = (uint16) (6 + lookup_size + j * 8);

12