Home
last modified time | relevance | path

Searched refs:CURRENT (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_fftdnoiz.c33 CURRENT, enumerator
240 p->buffer[j][CURRENT] = av_calloc(p->b, p->buffer_linesize); in config_input()
241 if (!p->buffer[j][CURRENT]) in config_input()
388 float *cbuffer = p->buffer[jobnr][CURRENT]; in filter_block3d2()
450 float *cbuffer = p->buffer[jobnr][CURRENT]; in filter_block3d1()
508 float *buff = p->buffer[jobnr][CURRENT]; in filter_block2d()
565 p->buffer[jobnr][CURRENT], p->buffer_linesize, plane, in denoise()
579 p->buffer[jobnr][CURRENT], p->buffer_linesize, plane, in denoise()
708 av_freep(&p->buffer[j][CURRENT]); in uninit()
/third_party/python/Lib/tkinter/
H A Dconstants.py65 CURRENT='current' variable
/third_party/node/tools/gyp/pylib/gyp/
H A Dmac_tool.py315 CURRENT = "Current"
329 self._Relink(version, os.path.join(VERSIONS, CURRENT))
332 self._Relink(os.path.join(VERSIONS, CURRENT, binary), binary)
333 self._Relink(os.path.join(VERSIONS, CURRENT, RESOURCES), RESOURCES)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dmac_tool.py315 CURRENT = "Current"
329 self._Relink(version, os.path.join(VERSIONS, CURRENT))
332 self._Relink(os.path.join(VERSIONS, CURRENT, binary), binary)
333 self._Relink(os.path.join(VERSIONS, CURRENT, RESOURCES), RESOURCES)
/third_party/node/deps/npm/lib/utils/
H A Dcompletion.sh39 compadd -- $(COMP_CWORD=$((CURRENT-1)) \
/third_party/rust/crates/cxx/gen/build/src/
H A Dcfg.rs381 static CURRENT: Lazy<RwLock<CurrentCfg>> = Lazy::new(|| RwLock::new(CurrentCfg::default())); consts
404 let current = CURRENT.read().unwrap_or_else(PoisonError::into_inner); in current()
484 let mut current = CURRENT.write().unwrap_or_else(PoisonError::into_inner); in drop()
/third_party/skia/src/core/
H A DSkVM.h194 enum Rounding { NEAREST, FLOOR, CEIL, TRUNC, CURRENT }; enumerator
H A DSkVM.cpp3966 a->vcvtps2ph(dst(x), r(x), A::CURRENT); // f32 ymm -> f16 xmm
/third_party/skia/tests/
H A DSkVMTest.cpp1528 a.vcvtps2ph(A::xmm3, A::ymm2, A::CURRENT);
/third_party/sqlite/src/
H A Dsqlite3.c19722 u8 eStart; /* UNBOUNDED, CURRENT, PRECEDING or FOLLOWING */
19723 u8 eEnd; /* UNBOUNDED, CURRENT, PRECEDING or FOLLOWING */
[all...]

Completed in 143 milliseconds