Home
last modified time | relevance | path

Searched defs:scale (Results 601 - 625 of 1147) sorted by relevance

1...<<21222324252627282930>>...46

/third_party/ffmpeg/libavcodec/
H A Dvp9recon.c406 mc_luma_scaled(VP9TileData *td, vp9_scaled_mc_func smc, vp9_mc_func (*mc)[2], uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *ref, ptrdiff_t ref_stride, ThreadFrame *ref_frame, ptrdiff_t y, ptrdiff_t x, const VP56mv *in_mv, int px, int py, int pw, int ph, int bw, int bh, int w, int h, int bytesperpixel, const uint16_t *scale, const uint8_t *step) mc_luma_scaled() argument
464 mc_chroma_scaled(VP9TileData *td, vp9_scaled_mc_func smc, vp9_mc_func (*mc)[2], uint8_t *dst_u, uint8_t *dst_v, ptrdiff_t dst_stride, const uint8_t *ref_u, ptrdiff_t src_stride_u, const uint8_t *ref_v, ptrdiff_t src_stride_v, ThreadFrame *ref_frame, ptrdiff_t y, ptrdiff_t x, const VP56mv *in_mv, int px, int py, int pw, int ph, int bw, int bh, int w, int h, int bytesperpixel, const uint16_t *scale, const uint8_t *step) mc_chroma_scaled() argument
H A Dqdmc.c213 float scale = 1.f; in qdmc_decode_init() local
490 float scale, *noise_ptr; in lin_calc() local
H A Dsnow_dwt.c750 static const int scale[2][2][4][4] = { in w_c() local
H A Dmss2.c98 int scale = av_log2(range) - av_log2(n); in arith2_get_number() local
104 n <<= scale; in arith2_get_number() local
118 int scale = av_log2(range) - av_log2(n); in arith2_get_prob() local
124 n <<= scale; arith2_get_prob() local
[all...]
H A Dopus.c678 int scale = duration + f->channels - 1; in ff_celt_bitalloc() local
H A Dpixlet.c112 unsigned scale = ctx->levels - (i / 3); in init_decoder() local
379 static void filterfn(int16_t *dest, int16_t *tmp, unsigned size, int64_t scale) in filterfn() argument
[all...]
H A Dtakdec.c89 int scale; member
275 unsigned scale = get_unary(gb, 1, 9); in decode_segment() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_apsyclip.c191 float scale; in config_input() local
H A Daf_aspectralstats.c81 float overlap, scale; in config_output() local
212 const float scale = max_freq / (float)size; in spectral_centroid() local
227 const float scale = max_freq / (float)size; in spectral_spread() local
247 const float scale = max_freq / (float)size; in spectral_skewness() local
263 const float scale = max_freq / (float)size; in spectral_kurtosis() local
370 const float scale = max_freq / (float)size; spectral_rolloff() local
406 const float scale = 1.f / s->win_size; filter_channel() local
[all...]
H A Dvf_convolution.c108 filter16_prewitt(uint8_t *dstp, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter16_prewitt() argument
126 filter16_roberts(uint8_t *dstp, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter16_roberts() argument
142 filter16_sobel(uint8_t *dstp, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter16_sobel() argument
160 filter16_scharr(uint8_t *dstp, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter16_scharr() argument
180 filter16_kirsch(uint8_t *dstp, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter16_kirsch() argument
229 filter_prewitt(uint8_t *dst, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter_prewitt() argument
249 filter_roberts(uint8_t *dst, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter_roberts() argument
264 filter_sobel(uint8_t *dst, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter_sobel() argument
284 filter_scharr(uint8_t *dst, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter_scharr() argument
306 filter_kirsch(uint8_t *dst, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter_kirsch() argument
[all...]
H A Dvf_convolve.c207 get_zeropadded_input(ConvolveContext *s, AVComplexFloat *fft_hdata, AVFrame *in, int w, int h, int n, int plane, float scale) get_zeropadded_input() argument
297 get_input(ConvolveContext *s, AVComplexFloat *fft_hdata, AVFrame *in, int w, int h, int n, int plane, float scale) get_input() argument
441 get_xoutput(ConvolveContext *s, AVComplexFloat *input, AVFrame *out, int w, int h, int n, int plane, float scale) get_xoutput() argument
462 get_output(ConvolveContext *s, AVComplexFloat *input, AVFrame *out, int w, int h, int n, int plane, float scale) get_output() argument
552 const float scale = 1.f / (n * n); complex_xcorrelate() local
781 float scale; config_output() local
[all...]
H A Davf_showfreqs.c71 float scale; member
154 float overlap, scale; in config_output() local
H A Davf_avectorscope.c65 int scale; member
[all...]
H A Dvf_fftfilt.c207 const float scale = 1.f / (s->rdft_hlen[plane] * s->rdft_vlen[plane]); in irdft_horizontal8() local
238 const float scale = 1.f / (s->rdft_hlen[plane] * s->rdft_vlen[plane]); in irdft_horizontal16() local
336 float scale = 1.f, iscale = 1.f; in config_props() local
357 float scale = 1.f, iscale = 1.f; in config_props() local
/third_party/ffmpeg/libavformat/
H A Dnsvdec.c156 int scale; member
/third_party/ffmpeg/libavutil/
H A Davsscanf.c501 double scale = 1; in hexfloat() local
H A Dtx.c260 ff_tx_null_init(AVTXContext *s, const FFTXCodelet *cd, uint64_t flags, FFTXCodeletOptions *opts, int len, int inv, const void *scale) ff_tx_null_init() argument
440 ff_tx_init_subtx(AVTXContext *s, enum AVTXType type, uint64_t flags, FFTXCodeletOptions *opts, int len, int inv, const void *scale) ff_tx_init_subtx() argument
649 av_tx_init(AVTXContext **ctx, av_tx_fn *tx, enum AVTXType type, int inv, int len, const void *scale, uint64_t flags) av_tx_init() argument
/third_party/alsa-lib/src/topology/
H A Dctl.c329 struct snd_soc_tplg_tlv_dbscale *scale; in tplg_parse_tlv_dbscale() local
406 struct snd_soc_tplg_tlv_dbscale *scale; in tplg_save_tlv() local
936 struct snd_soc_tplg_tlv_dbscale *scale; init_ctl_hdr() local
[all...]
/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_pdftopdf_processor.cc179 Rotation QPDF_PDFTOPDF_PageHandle::crop(const PageRect &cropRect,Rotation orientation,Rotation param_orientation,Position xpos,Position ypos,bool scale,bool autorotate) in crop() argument
269 void QPDF_PDFTOPDF_PageHandle::add_subpage(const std::shared_ptr<PDFTOPDF_PageHandle> &sub,float xpos,float ypos,float scale,const PageRect *crop) // {{{ in add_subpage() argument
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_color_quantize.cpp739 float scale = 1.0f / 257.0f; in quantize_rgbs() local
[all...]
H A Dastcenc_color_unquantize.cpp325 int scale = v3 & 0x1F; in hdr_rgbo_unpack() local
137 rgb_scale_alpha_unpack( vint4 input0, uint8_t alpha1, uint8_t scale, vint4& output0, vint4& output1 ) rgb_scale_alpha_unpack() argument
161 rgb_scale_unpack( vint4 input0, int scale, vint4& output0, vint4& output1 ) rgb_scale_unpack() argument
810 uint8_t scale = input[3]; unpack_color_endpoints() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DDecimalQuantity_AbstractBCD.java32 protected int scale; field in DecimalQuantity_AbstractBCD
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
H A DDecimalQuantity_SimpleStorage.java472 private void divideBy(BigDecimal divisor, int scale, MathContext mathContext) { in divideBy() argument
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hid.c839 static const int64_t scale[0x10][2] = { in hid_item_resolution() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DDecimalQuantity_AbstractBCD.java34 protected int scale; field in DecimalQuantity_AbstractBCD
[all...]

Completed in 29 milliseconds

1...<<21222324252627282930>>...46