Home
last modified time | relevance | path

Searched defs:mult (Results 26 - 50 of 76) sorted by relevance

1234

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dalpha_processing.c29 static uint32_t Mult(uint8_t x, uint32_t mult) { in Mult() argument
235 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply_C() local
273 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply4444_C() local
[all...]
H A Drescaler_sse2.c66 const __m128i mult = _mm_set1_epi32(((x_add - accum) << 16) | accum); in RescalerImportRowExpand_SSE2() local
85 const __m128i mult = _mm_cvtsi32_si128(((x_add - accum) << 16) | accum); in RescalerImportRowExpand_SSE2() local
144 const __m128i mult = _mm_set1_epi16(-accum); in RescalerImportRowShrink_SSE2() local
171 LoadDispatchAndMult_SSE2(const rescaler_t* const src, const __m128i* const mult, __m128i* const out0, __m128i* const out1, __m128i* const out2, __m128i* const out3) LoadDispatchAndMult_SSE2() argument
194 ProcessRow_SSE2(const __m128i* const A0, const __m128i* const A1, const __m128i* const A2, const __m128i* const A3, const __m128i* const mult, uint8_t* const dst) ProcessRow_SSE2() argument
234 const __m128i mult = _mm_set_epi32(0, wrk->fy_scale, 0, wrk->fy_scale); RescalerExportRowExpand_SSE2() local
330 const __m128i mult = _mm_set_epi32(0, scale, 0, scale); RescalerExportRowShrink_SSE2() local
[all...]
H A Dalpha_processing_sse2.c202 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply_SSE2() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ft.cc336 int mult = font->x_scale < 0 ? -1 : +1; in hb_ft_get_glyph_h_advances() local
H A Dhb-ot-math-table.hh709 int64_t mult = font->dir_mult (direction); in get_parts() local
778 int64_t mult = font->dir_mult (direction); in get_variants() local
/third_party/ffmpeg/libavcodec/
H A Ddss_sp.c562 dss_sp_vec_mult(const int32_t *src, int32_t *dst, const int16_t *mult) dss_sp_vec_mult() argument
H A Dg726.c60 static inline int16_t mult(Float11* f1, Float11* f2) in mult() function
H A Dmpegaudioenc_template.c698 int q1, e, shift, mult; in encode_frame() local
/third_party/ffmpeg/libavfilter/
H A Dasrc_sinc.c114 float mult = scale / bessel_I_0(beta), mult1 = 1.f / (.5f * m + rho); in make_lpf() local
H A Dvf_histogram.c43 int mult; member
429 const int mult = s->mult; in filter_frame() local
530 const int mult = s->mult; in filter_frame() local
570 const int mult = s->mult; filter_frame() local
[all...]
H A Daf_sofalizer.c347 const int mult = 1 + !planar; in sofalizer_convolute() local
444 const int mult = 1 + !planar; in sofalizer_fast_convolute() local
H A Daf_astats.c100 double mult; member
H A Dvf_vectorscope.c64 int mult; member
H A Dvf_signalstats.c206 const int mult = 1 << (s->depth - 8); in burn_frame16() local
252 const int mult = 1 << (s->depth - 8); in filter16_brng() local
[all...]
/third_party/curl/lib/
H A Dmqtt.c572 size_t mult = 1; in mqtt_decode_len() local
/third_party/cups-filters/cupsfilters/
H A Dimage-colorspace.c1234 mult(float a[3][3], /* I - First matrix */ in mult() function
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Dusbdev.h325 uint16_t mult:2; member
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.c221 static int div_down(int val, int mult) { in div_down() argument
226 static int div_up(int val, int mult) { in div_up() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp449 unsigned mult = 1; in GetEntity() local
/third_party/curl/tests/server/
H A Dmqttd.c374 size_t mult = 1; in decode_length() local
/third_party/ffmpeg/libavutil/
H A Dtx_template.c755 const TXComplex mult = { in ff_tx_fft_naive() local
/third_party/FreeBSD/contrib/gdtoa/
H A Dgdtoaimp.h570 #define mult __mult_D2A macro
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_transfer.c403 uint8_t mult; in usbd_transfer_setup_sub() local
/third_party/ltp/testcases/kernel/fs/doio/
H A Diogen.c580 int mult, offset = 0, length = 0, slength; in form_iorequest() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c214 LLVMValueRef zoffset, mult; in lp_do_offset_tri() local

Completed in 35 milliseconds

1234