Home
last modified time | relevance | path

Searched defs:inverse (Results 51 - 75 of 103) sorted by relevance

12345

/third_party/ffmpeg/libavcodec/
H A Dsnow_dwt.c115 lift(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) lift() argument
145 liftS(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) liftS() argument
H A Dsnowdec.c245 static void correlate_slice_buffered(SnowContext *s, slice_buffer * sb, SubBand *b, IDWTELEM *src, int stride, int inverse, int use_median, int start_y, int end_y){ in correlate_slice_buffered() argument
/third_party/libsnd/src/
H A Dogg_opus.c1170 { float inverse = 1.0 / psf->float_max ; in ogg_opus_read_s() local
1207 { float inverse = 1.0 / psf->float_max ; in ogg_opus_read_i() local
/third_party/skia/samplecode/
H A DSampleClip.cpp420 SkM44 inverse; in inv() local
/third_party/skia/src/gpu/
H A DGrBlurUtils.cpp52 SkMatrix inverse; in draw_mask() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dalpha_processing_sse2.c293 static void MultARGBRow_SSE2(uint32_t* const ptr, int width, int inverse) { in MultARGBRow_SSE2() argument
321 MultRow_SSE2(uint8_t* WEBP_RESTRICT const ptr, const uint8_t* WEBP_RESTRICT const alpha, int width, int inverse) MultRow_SSE2() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DScaledNumber.h677 ScaledNumber inverse() const { return ScaledNumber(*this).invert(); } in inverse() function in llvm::ScaledNumber
/third_party/vk-gl-cts/framework/common/
H A DtcuMatrix.hpp138 Matrix<T, Size, Size> inverse (const Matrix<T, Size, Size>& mat) in inverse() function
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java835 private Set<String> inverse() { in inverse() method in LocaleDistanceBuilder.RegionSet
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java835 private Set<String> inverse() { in inverse() method in LocaleDistanceBuilder.RegionSet
/third_party/node/deps/npm/node_modules/console-control-strings/
H A Dindex.js
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DDemo.java880 static void showSets(PrintWriter out, Transliterator translit, Transliterator inverse, in showSets() argument
/third_party/skia/src/core/
H A DSkDraw.cpp62 SkMatrix inverse; in computeConservativeLocalClipBounds() local
H A DSkScalerContext.cpp726 SkMatrix matrix, inverse; in internalGetPath() local
H A DSkDevice.cpp405 SkMatrix inverse; in make_post_inverse_lm() local
/third_party/skia/src/utils/
H A DSkShadowUtils.cpp587 SkMatrix inverse; in fill_shadow_rec() local
/third_party/skia/tests/
H A DMatrixTest.cpp843 SkMatrix mat, inverse, iden1, iden2; in DEF_TEST() local
[all...]
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_userfunctions.py495 def inverse(self, value): member in WindowSumInt
574 def inverse(self, x): pass member in WindowFunctionTests.test_win_missing_method.MissingValue
584 def inverse(self, x): pass member in WindowFunctionTests.test_win_missing_method.MissingStep
609 def inverse(self, x): pass member in WindowFunctionTests.test_win_missing_finalize.MissingFinalize
625 def inverse(self, value): self.count -= value * 2 member in WindowFunctionTests.test_win_redefine_function.Redefined
/kernel/linux/linux-5.10/drivers/clk/qcom/
H A Dclk-alpha-pll.c161 static int wait_for_pll(struct clk_alpha_pll *pll, u32 mask, bool inverse, in wait_for_pll() argument
/kernel/linux/linux-6.6/arch/arm64/net/
H A Dbpf_jit_comp.c121 static int i64_i16_blocks(const u64 val, bool inverse) in i64_i16_blocks() argument
133 bool inverse; in emit_a64_mov_i64() local
[all...]
/kernel/linux/linux-5.10/net/openvswitch/
H A Dconntrack.c623 struct nf_conntrack_tuple inverse; in ovs_ct_find_existing() local
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_core.c410 nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse, in nf_ct_invert_tuple() argument
[all...]
/kernel/linux/linux-6.6/drivers/clk/qcom/
H A Dclk-alpha-pll.c292 static int wait_for_pll(struct clk_alpha_pll *pll, u32 mask, bool inverse, in wait_for_pll() argument
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_core.c435 nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse, in nf_ct_invert_tuple() argument
[all...]
/kernel/linux/linux-6.6/net/openvswitch/
H A Dconntrack.c500 struct nf_conntrack_tuple inverse; in ovs_ct_find_existing() local

Completed in 47 milliseconds

12345