HomeSort by relevance Sort by last modified time
    Searched defs:dec (Results 26 - 50 of 347) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/brotli/java/org/brotli/dec/
DictionaryData.java 7 package org.brotli.dec;
    [all...]
Utils.java 7 package org.brotli.dec;
Huffman.java 7 package org.brotli.dec;
Transform.java 7 package org.brotli.dec;
  /external/brotli/java/org/brotli/wrapper/dec/
BrotliInputStream.java 7 package org.brotli.wrapper.dec;
BrotliDecoderChannelTest.java 7 package org.brotli.wrapper.dec;
24 /** Tests for {@link org.brotli.wrapper.dec.BrotliDecoderChannel}. */
BrotliInputStreamTest.java 7 package org.brotli.wrapper.dec;
22 /** Tests for {@link org.brotli.wrapper.dec.BrotliInputStream}. */
DecoderTest.java 7 package org.brotli.wrapper.dec;
22 /** Tests for {@link org.brotli.wrapper.dec.Decoder}. */
  /external/eigen/Eigen/src/misc/
Image.h 42 image_retval_base(const DecompositionType& dec, const MatrixType& originalMatrix)
43 : m_dec(dec), m_rank(dec.rank()),
51 inline const DecompositionType& dec() const { return m_dec; } function in struct:Eigen::internal::image_retval_base
72 using Base::dec; \
77 image_retval(const DecompositionType& dec, const MatrixType& originalMatrix) \
78 : Base(dec, originalMatrix) {}
Kernel.h 43 explicit kernel_retval_base(const DecompositionType& dec)
44 : m_dec(dec),
45 m_rank(dec.rank()),
46 m_cols(m_rank==dec.cols() ? 1 : dec.cols() - m_rank)
52 inline const DecompositionType& dec() const { return m_dec; } function in struct:Eigen::internal::kernel_retval_base
71 using Base::dec; \
75 kernel_retval(const DecompositionType& dec) : Base(dec) {}
  /external/flatbuffers/src/
flathash.cpp 81 ss << std::dec; member in class:std
  /external/libopus/tests/
opus_decode_fuzzer.c 62 OpusDecoder *dec; local
76 dec = opus_decoder_create(toc.fs, toc.channels, &err);
77 if (err != OPUS_OK | dec == NULL) {
107 opus_decoder_ctl(dec, OPUS_GET_LAST_PACKET_DURATION(&frame_size));
108 (void) opus_decode(dec, NULL, size, pcm, frame_size, fec);
114 (void) opus_decode(dec, data, size, pcm, MAX_FRAME_SAMP, fec);
120 opus_decoder_destroy(dec);
  /external/lzma/CPP/7zip/Compress/
Bcj2Coder.h 81 CBcj2Dec dec; member in class:NCompress::NBcj2::CDecoder
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_operator.py 18 def dec(f): function in function:invocation
21 return dec
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_operator.py 20 def dec(f): function in function:invocation
23 return dec
  /external/webrtc/webrtc/modules/audio_coding/neteq/
decoder_database_unittest.cc 85 AudioDecoder* dec = db.GetDecoder(kPayloadType); local
86 ASSERT_TRUE(dec != NULL);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cor_h.cpp 192 Word16 i, j, k, dec, h2[L_CODE];
230 for (dec = 1; dec < L_CODE; dec++)
234 i = sub (j, dec);
235 for (k = 0; k < (L_CODE - dec); k++, i--, j--)
237 s = L_mac (s, h2[k], h2[k + dec]);
276 Word16 dec; local
335 dec = (Word16)(((s >> 9) * 32440) >> 15);
339 dec = 32440; /* 0.99 *
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_operator.py 18 def dec(f): function in function:invocation
21 return dec
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_operator.py 18 def dec(f): function in function:invocation
21 return dec
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_operator.py 18 def dec(f): function in function:invocation
21 return dec
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_operator.py 18 def dec(f): function in function:invocation
21 return dec
  /art/runtime/
stack_map.cc 211 << std::dec member in class:art::std
251 << std::dec
  /external/eigen/Eigen/src/Core/
Solve.h 68 Solve(const Decomposition &dec, const RhsType &rhs)
69 : m_dec(dec), m_rhs(rhs)
75 EIGEN_DEVICE_FUNC const Decomposition& dec() const { return m_dec; } function in class:Eigen::Solve
127 solve.dec()._solve_impl(solve.rhs(), m_result);
134 // Specialization for "dst = dec.solve(rhs)"
147 src.dec()._solve_impl(src.rhs(), dst);
151 // Specialization for "dst = dec.transpose().solve(rhs)"
163 src.dec().nestedExpression().template _solve_impl_transposed<false>(src.rhs(), dst);
167 // Specialization for "dst = dec.adjoint().solve(rhs)"
180 src.dec().nestedExpression().nestedExpression().template _solve_impl_transposed<true>(src.rhs(), dst)
    [all...]
  /external/eigen/Eigen/src/IterativeLinearSolvers/
SolveWithGuess.h 49 SolveWithGuess(const Decomposition &dec, const RhsType &rhs, const GuessType &guess)
50 : m_dec(dec), m_rhs(rhs), m_guess(guess)
56 EIGEN_DEVICE_FUNC const Decomposition& dec() const { return m_dec; } function in class:Eigen::SolveWithGuess
86 solve.dec()._solve_with_guess_impl(solve.rhs(), m_result);
93 // Specialization for "dst = dec.solveWithGuess(rhs)"
107 src.dec()._solve_with_guess_impl(src.rhs(), dst/*, src.guess()*/);
  /external/harfbuzz_ng/src/
hb-atomic-private.hh 181 inline int dec (void) { return hb_atomic_int_impl_add (const_cast<hb_atomic_int_impl_t &> (v), -1); } function in struct:hb_atomic_int_t

Completed in 406 milliseconds

12 3 4 5 6 7 8 91011>>