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

12345

/external/libmpeg2/decoder/arm/
H A Dimpeg2d_function_selector_a9q.c71 dec_state_t *dec = (dec_state_t *)pv_codec; local
73 dec->pf_idct_recon[0] = &impeg2_idct_recon_dc_a9q;
74 dec->pf_idct_recon[1] = &impeg2_idct_recon_dc_mismatch_a9q;
75 dec->pf_idct_recon[2] = &impeg2_idct_recon_a9q;
76 dec->pf_idct_recon[3] = &impeg2_idct_recon_a9q;
78 dec->pf_mc[0] = &impeg2d_mc_fullx_fully;
79 dec->pf_mc[1] = &impeg2d_mc_fullx_halfy;
80 dec->pf_mc[2] = &impeg2d_mc_halfx_fully;
81 dec->pf_mc[3] = &impeg2d_mc_halfx_halfy;
83 dec
[all...]
H A Dimpeg2d_function_selector_av8.c76 dec_state_t *dec = (dec_state_t *)pv_codec; local
78 dec->pf_idct_recon[0] = &impeg2_idct_recon_dc_av8;
79 dec->pf_idct_recon[1] = &impeg2_idct_recon_dc_mismatch_av8;
80 dec->pf_idct_recon[2] = &impeg2_idct_recon_av8;
81 dec->pf_idct_recon[3] = &impeg2_idct_recon_av8;
83 dec->pf_mc[0] = &impeg2d_mc_fullx_fully;
84 dec->pf_mc[1] = &impeg2d_mc_fullx_halfy;
85 dec->pf_mc[2] = &impeg2d_mc_halfx_fully;
86 dec->pf_mc[3] = &impeg2d_mc_halfx_halfy;
88 dec
[all...]
/external/libmpeg2/decoder/x86/
H A Dimpeg2d_function_selector_avx2.c68 dec_state_t *dec = (dec_state_t *)pv_codec; local
70 dec->pf_idct_recon[0] = &impeg2_idct_recon_dc;
71 dec->pf_idct_recon[1] = &impeg2_idct_recon_dc_mismatch;
72 dec->pf_idct_recon[2] = &impeg2_idct_recon;
73 dec->pf_idct_recon[3] = &impeg2_idct_recon;
H A Dimpeg2d_function_selector_sse42.c68 dec_state_t *dec = (dec_state_t *)pv_codec; local
70 dec->pf_idct_recon[0] = &impeg2_idct_recon_dc_sse42;
71 dec->pf_idct_recon[1] = &impeg2_idct_recon_dc_mismatch_sse42;
72 dec->pf_idct_recon[2] = &impeg2_idct_recon_sse42;
73 dec->pf_idct_recon[3] = &impeg2_idct_recon_sse42;
75 dec->pf_copy_mb = &impeg2_copy_mb_sse42;
76 dec->pf_interpolate = &impeg2_interpolate_sse42;
77 dec->pf_halfx_halfy_8x8 = &impeg2_mc_halfx_halfy_8x8_sse42;
78 dec->pf_halfx_fully_8x8 = &impeg2_mc_halfx_fully_8x8_sse42;
79 dec
[all...]
H A Dimpeg2d_function_selector_ssse3.c68 dec_state_t *dec = (dec_state_t *)pv_codec; local
70 dec->pf_idct_recon[0] = &impeg2_idct_recon_dc;
71 dec->pf_idct_recon[1] = &impeg2_idct_recon_dc_mismatch;
72 dec->pf_idct_recon[2] = &impeg2_idct_recon;
73 dec->pf_idct_recon[3] = &impeg2_idct_recon;
/external/clang/test/SemaCXX/
H A Dincrement-decrement.cpp6 const int &dec = i--; variable
/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/llvm/test/MC/X86/
H A Dintel-syntax-ambiguous.s17 dec [eax] label
18 // CHECK: error: ambiguous operand size for instruction 'dec'
/external/srtp/crypto/include/
H A Dcryptoalg.h105 cryptoalg_inv_t dec; member in struct:cryptoalg_ctx_t
H A Dxfm.h116 cryptoalg_inv_t dec; member in struct:cryptoalg_ctx_t
/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) {}
H A DImage.h43 image_retval_base(const DecompositionType& dec, const MatrixType& originalMatrix) argument
44 : m_dec(dec), m_rank(dec.rank()),
52 inline const DecompositionType& dec() const { return m_dec; } function in struct:Eigen::internal::image_retval_base
74 using Base::dec; \
79 image_retval(const DecompositionType& dec, const MatrixType& originalMatrix) \
80 : Base(dec, originalMatrix) {}
H A DSparseSolve.h35 sparse_solve_retval_base(const DecompositionType& dec, const Rhs& rhs) argument
36 : m_dec(dec), m_rhs(rhs)
41 inline const DecompositionType& dec() const { return m_dec; } function in struct:Eigen::internal::sparse_solve_retval_base
77 using Base::dec; \
81 sparse_solve_retval(const DecompositionType& dec, const Rhs& rhs) \
82 : Base(dec, rhs) {}
105 solve_retval_with_guess(const DecompositionType& dec, const Rhs& rhs, const Guess& guess) argument
106 : m_dec(dec), m_rhs(rhs), m_guess(guess)
/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);
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/libvpx/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/llvm/lib/Fuzzer/
H A DFuzzerUtil.cpp23 std::cerr << "0x" << std::hex << (unsigned) x << std::dec << ","; member in class:fuzzer::std
32 std::cerr << "\\x" << std::hex << (int)(unsigned)X << std::dec; member in class:fuzzer::std
/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/skia/src/core/
H A DSkCachedData.cpp22 static void dec() { function
24 SkDebugf("SkCachedData dec %d\n", oldCount - 1);
28 static void dec() {} function
64 dec();
/external/v8/src/
H A Dostreams.cc95 OStream& OStream::dec() { function in class:v8::internal::OStream
122 OStream& dec(OStream& os) { // NOLINT(runtime/references) function in namespace:v8::internal
123 return os.dec();
/external/v8/test/cctest/
H A Dtest-ostreams.cc120 os << 123 << hex << 123 << endl << 123 << dec << 123 << 123; local
/external/v8/test/mjsunit/
H A Darray-reduce.js102 function dec(a, b, i, arr) { return a + b * Math.pow(10, arr.length - i - 1); } function
125 simpleArray, dec, 0);
136 testReduce("reduce", "EmptyReduceDec", 0, [], [], dec, 0);
141 testReduce("reduce", "EmptyReduceDecNoInit", 0, [], [0], dec);
162 simpleSparseArray, dec, 0);
173 testReduce("reduce", "EmptySparseReduceDecNoInit", 0, [], [,,0,,], dec);
203 verySparseArray, dec, 0);
226 verySparseArray, dec);
253 simpleArray, dec, 0);
264 testReduce("reduceRight", "EmptyReduceRightDec", 0, [], [], dec,
[all...]

Completed in 574 milliseconds

12345