Searched defs:dec (Results 1 - 25 of 157) sorted by relevance

1234567

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dnomem64.asm28 dec ecx label
/external/clang/test/SemaCXX/
H A Dincrement-decrement.cpp6 const int &dec = i--; variable
/external/chromium_org/remoting/host/win/
H A Dcom_security.cc60 << std::hex << result << std::dec << "."; member in class:remoting::std
H A Drdp_desktop_session.cc53 << std::hex << result << std::dec << "."; member in class:remoting::std
59 << std::dec << "."; member in class:remoting::std
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dcryptoalg.h105 cryptoalg_inv_t dec; member in struct:cryptoalg_ctx_t
H A Dxfm.h151 cryptoalg_inv_t dec; member in struct:cryptoalg_ctx_t
/external/chromium_org/third_party/opus/src/celt/tests/
H A Dtest_unit_laplace.c57 ec_dec dec; local
78 ec_dec_init(&dec,ec_get_buffer(&enc),ec_range_bytes(&enc));
82 int d = ec_laplace_decode(&dec,
/external/javassist/src/main/javassist/runtime/
H A DCflow.java31 void dec() { --depth; } method in class:Cflow.Depth
46 public void exit() { ((Depth)get()).dec(); }
/external/libopus/celt/tests/
H A Dtest_unit_laplace.c57 ec_dec dec; local
78 ec_dec_init(&dec,ec_get_buffer(&enc),ec_range_bytes(&enc));
82 int d = ec_laplace_decode(&dec,
/external/srtp/crypto/include/
H A Dcryptoalg.h105 cryptoalg_inv_t dec; member in struct:cryptoalg_ctx_t
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Ddecode_api_test.cc31 vpx_codec_ctx_t dec; local
34 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, vpx_codec_dec_init(&dec, NULL, NULL, 0));
48 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_dec_init(&dec, kCodecs[i], NULL, 0));
50 vpx_codec_decode(&dec, buf, NELEMENTS(buf), NULL, 0));
52 vpx_codec_decode(&dec, NULL, NELEMENTS(buf), NULL, 0));
54 vpx_codec_decode(&dec, buf, 0, NULL, 0));
56 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_destroy(&dec));
63 void TestVp9Controls(vpx_codec_ctx_t *dec) { argument
72 const vpx_codec_err_t res = vpx_codec_control_(dec, kControls[i], val);
82 vpx_codec_control_(dec, kControl
113 vpx_codec_ctx_t dec; local
[all...]
H A Dtile_independence_test.cc58 void UpdateMD5(::libvpx_test::Decoder *dec, const vpx_codec_cx_pkt_t *pkt, argument
60 const vpx_codec_err_t res = dec->DecodeFrame(
66 const vpx_image_t *img = dec->GetDxData().Next();
/external/chromium_org/third_party/libwebp/dec/
H A Dquant.c62 void VP8ParseQuant(VP8Decoder* const dec) { argument
63 VP8BitReader* const br = &dec->br_;
71 const VP8SegmentHeader* const hdr = &dec->segment_hdr_;
83 dec->dqm_[i] = dec->dqm_[0];
90 VP8QuantMatrix* const m = &dec->dqm_[i];
H A Dalpha.c26 ALPHDecoder* const dec = (ALPHDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); local
27 return dec;
30 void ALPHDelete(ALPHDecoder* const dec) { argument
31 if (dec != NULL) {
32 VP8LDelete(dec->vp8l_dec_);
33 dec->vp8l_dec_ = NULL;
34 WebPSafeFree(dec);
45 static int ALPHInit(ALPHDecoder* const dec, const uint8_t* data, argument
55 dec
88 ALPHDecode(VP8Decoder* const dec, int row, int num_rows) argument
120 VP8DecompressAlphaRows(VP8Decoder* const dec, int row, int num_rows) argument
[all...]
H A Dtree.c283 VP8Decoder* const dec, int mb_x) {
284 uint8_t* const top = dec->intra_t_ + 4 * mb_x;
285 uint8_t* const left = dec->intra_l_;
286 VP8MBData* const block = dec->mb_data_ + mb_x;
290 if (dec->segment_hdr_.update_map_) {
292 block->segment_ = !VP8GetBit(br, dec->proba_.segments_[0])
293 ? VP8GetBit(br, dec->proba_.segments_[1])
294 : 2 + VP8GetBit(br, dec->proba_.segments_[2]);
298 if (dec->use_skip_proba_) block->skip_ = VP8GetBit(br, dec
282 ParseIntraMode(VP8BitReader* const br, VP8Decoder* const dec, int mb_x) argument
349 VP8ParseIntraModeRow(VP8BitReader* const br, VP8Decoder* const dec) argument
497 VP8ParseProba(VP8BitReader* const br, VP8Decoder* const dec) argument
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Dlaplace.c94 int ec_laplace_decode(ec_dec *dec, unsigned fs, int decay) argument
99 fm = ec_decode_bin(dec, 15);
132 ec_dec_update(dec, fl, IMIN(fl+fs,32768), 32768);
H A Dopus_custom_demo.c49 OpusCustomDecoder *dec; local
112 dec = opus_custom_decoder_create(mode, channels, &err);
120 opus_custom_decoder_ctl(dec, OPUS_GET_LOOKAHEAD(&skip));
168 ret = opus_custom_decode(dec, NULL, len, out, frame_size);
170 ret = opus_custom_decode(dec, data, len, out, frame_size);
191 opus_custom_decoder_destroy(dec);
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddecoder_database_unittest.cc76 AudioDecoder* dec = db.GetDecoder(kPayloadType); local
77 ASSERT_TRUE(dec != NULL);
H A Ddecoder_database.h48 DecoderInfo(NetEqDecoder ct, int fs, AudioDecoder* dec, bool ext) argument
51 decoder(dec),
/external/eigen/Eigen/src/misc/
H A DKernel.h44 kernel_retval_base(const DecompositionType& dec) argument
45 : m_dec(dec),
46 m_rank(dec.rank()),
47 m_cols(m_rank==dec.cols() ? 1 : dec.cols() - m_rank)
53 inline const DecompositionType& dec() const { return m_dec; } function in struct:Eigen::internal::kernel_retval_base
73 using Base::dec; \
77 kernel_retval(const DecompositionType& dec) : Base(dec) {}
H A DSolve.h40 solve_retval_base(const DecompositionType& dec, const Rhs& rhs) argument
41 : m_dec(dec), m_rhs(rhs)
46 inline const DecompositionType& dec() const { return m_dec; } function in struct:Eigen::internal::solve_retval_base
67 using Base::dec; \
71 solve_retval(const DecompositionType& dec, const Rhs& rhs) \
72 : Base(dec, rhs) {}
/external/libopus/celt/
H A Dlaplace.c94 int ec_laplace_decode(ec_dec *dec, unsigned fs, int decay) argument
99 fm = ec_decode_bin(dec, 15);
132 ec_dec_update(dec, fl, IMIN(fl+fs,32768), 32768);
/external/webp/src/dec/
H A Dquant.c62 void VP8ParseQuant(VP8Decoder* const dec) { argument
63 VP8BitReader* const br = &dec->br_;
71 const VP8SegmentHeader* const hdr = &dec->segment_hdr_;
83 dec->dqm_[i] = dec->dqm_[0];
90 VP8QuantMatrix* const m = &dec->dqm_[i];
/external/chromium_org/third_party/simplejson/
H A D__init__.py472 import simplejson.decoder as dec namespace
477 dec.scanstring = dec.c_scanstring or dec.py_scanstring
483 dec.scanstring = dec.py_scanstring
487 dec.make_scanner = scan.make_scanner
/external/chromium_org/tools/gn/
H A Dstandard_out.cc70 void OutputString(const std::string& output, TextDecoration dec) { argument
73 switch (dec) {
108 void OutputString(const std::string& output, TextDecoration dec) {
111 switch (dec) {
134 if (is_console && dec != DECORATION_NONE)
185 TextDecoration dec = DECORATION_NONE; local
189 dec = DECORATION_DIM;
196 OutputString(line + "\n", dec);

Completed in 450 milliseconds

1234567