HomeSort by relevance Sort by last modified time
    Searched defs:dct (Results 1 - 22 of 22) sorted by null

  /external/python/cpython3/Lib/test/crashers/
underlying_dict.py 11 dct = r[0] variable
13 dct = r[1] variable
18 dct["f"] = lambda self: 2
  /external/python/cpython3/Modules/clinic/
_weakref.c.h 34 "_remove_dead_weakref($module, dct, key, /)\n"
43 _weakref__remove_dead_weakref_impl(PyObject *module, PyObject *dct,
50 PyObject *dct; local
54 &PyDict_Type, &dct, &key)) {
57 return_value = _weakref__remove_dead_weakref_impl(module, dct, key);
  /external/tensorflow/tensorflow/core/kernels/
mfcc_dct_test.cc 26 // This test verifies the DCT against MATLAB's dct function.
27 MfccDct dct; local
30 ASSERT_TRUE(dct.Initialize(input.size(), kCoefficientCount));
32 dct.Compute(input, &output);
33 // Note, the matlab dct function divides the first coefficient by
  /external/tensorflow/tensorflow/python/ops/
spectral_ops.py 15 """Spectral operators (e.g. DCT, FFT, RFFT).
17 @@dct
183 raise NotImplementedError("The DCT length argument is not implemented.")
187 raise ValueError("Only the Type II DCT is supported.")
194 @tf_export("spectral.dct")
195 def dct(input, type=2, n=None, axis=-1, norm=None, name=None): # pylint: disable=redefined-builtin function
196 """Computes the 1D [Discrete Cosine Transform (DCT)][dct] of `input`.
202 Equivalent to scipy.fftpack.dct for the Type-II DCT
    [all...]
  /external/libjpeg-turbo/
jcdctmgr.c 13 * This file contains the forward-DCT management logic.
14 * This code selects a particular DCT implementation to be used,
22 #include "jdct.h" /* Private declarations for DCT subsystem */
49 /* Pointer to the DCT routine actually in use */
50 forward_DCT_method_ptr dct; member in struct:__anon25006
54 /* The actual post-DCT divisors --- not identical to the quant table
55 * entries, because of scaling (especially for an unnormalized DCT).
230 * In the current implementation, DCT of all components is done during
482 * Perform forward DCT on one or more blocks of a component.
494 /* This version is used for integer DCT implementations. *
    [all...]
  /external/python/cpython3/Modules/
_testmultiphase.c 257 PyObject *dct, *ns, *three; local
264 dct = PyDict_New();
265 if (dct == NULL)
270 Py_DECREF(dct);
273 PyDict_SetItemString(dct, "three", three);
276 ns = _PyNamespace_New(dct);
277 Py_DECREF(dct);
_ssl.c 2833 PyObject *result = NULL, *dct; local
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 211 milliseconds