Home
last modified time | relevance | path

Searched defs:dct (Results 1 – 23 of 23) sorted by relevance

/third_party/python/Lib/test/crashers/
Dunderlying_dict.py11 dct = r[0] variable
13 dct = r[1] variable
/third_party/ffmpeg/libavcodec/
Dmpegaudiodsp.c84 DCTContext dct; in ff_mpadsp_init() local
Dbinkaudio.c68 DCTContext dct; member
Dme_cmp.c709 int16_t dct[8][8]; in dct264_sad8x8_c() local
Dagm.c74 int dct; member
Dwmavoice.c268 DCTContext dct, dst; ///< contexts for phase shift (in Hilbert member
/third_party/python/Modules/clinic/
D_weakref.c.h50 PyObject *dct; in _weakref__remove_dead_weakref() local
/third_party/protobuf/python/google/protobuf/internal/
D_parameterized.py360 def __new__(mcs, class_name, bases, dct): argument
372 def _UpdateClassDictForParamTestCase(dct, id_suffix, name, iterator): argument
/third_party/python/Modules/
D_weakref.c61 _weakref__remove_dead_weakref_impl(PyObject *module, PyObject *dct, in _weakref__remove_dead_weakref_impl()
Dtimemodule.c1889 PyObject* dct = PyModule_GetDict(module); local
1915 PyObject* dct = PyModule_GetDict(module); local
D_testmultiphase.c443 PyObject *dct, *ns, *three; in createfunc_nonmodule() local
D_json.c1496 PyObject *dct, Py_ssize_t indent_level) in encoder_listencode_dict()
D_ssl.c3248 PyObject *result = NULL, *dct; in _ssl__SSLContext_get_ciphers_impl() local
Dposixmodule.c15634 PyObject* dct = PyModule_GetDict(m); in posixmodule_exec() local
/third_party/ffmpeg/libavfilter/
Dvf_spp.h41 AVDCT *dct; member
Daf_arnndn.c1012 static void dct(AudioRNNContext *s, float *out, const float *in) in dct() function
/third_party/python/Lib/test/
Dtest_py_compile.py38 def __new__(mcls, name, bases, dct, *, source_date_epoch): argument
Dtest_inspect.py3026 def __new__(mcls, name, bases, dct, *, foo=1): argument
3044 def __new__(mcls, name, bases, dct, *, foo=1): argument
3049 def __new__(mcls, name, bases, dct, *, bar=2): argument
3073 def __init__(cls, name, bases, dct, *, bar=2): argument
/third_party/python/Lib/json/
Dencoder.py333 def _iterencode_dict(dct, _current_indent_level): argument
/third_party/ffmpeg/libavcodec/tests/
Ddct.c180 static int dct_error(const struct algo *dct, int test, int is_idct, int speed, const int bits) in dct_error()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djcdctmgr.c50 forward_DCT_method_ptr dct; member
/third_party/ffmpeg/libavcodec/ppc/
Dh264dsp.c218 static void h264_idct8_add_altivec(uint8_t *dst, int16_t *dct, int stride) in h264_idct8_add_altivec()
/third_party/skia/tests/
DReadWritePixelsGpuTest.cpp994 for (int dct = 0; dct <= kLastEnum_SkColorType; ++dct) { in gpu_write_pixels_test_driver() local