Home
last modified time | relevance | path

Searched defs:scale (Results 301 - 325 of 1145) sorted by relevance

1...<<11121314151617181920>>...46

/third_party/ffmpeg/libavcodec/
H A Dasvdec.c287 const int scale = avctx->codec_id == AV_CODEC_ID_ASV1 ? 1 : 2; in decode_init() local
H A Ddcadec.c121 const float scale = 1.0f / (1 << 15); in ff_dca_downmix_to_stereo_float() local
H A Dmdct15.c248 av_cold int ff_mdct15_init(MDCT15Context **ps, int inverse, int N, double scale) in ff_mdct15_init() argument
H A Daacdec_fixed.c167 static void subband_scale(int *dst, int *src, int scale, int offset, int len, void *log_context) in subband_scale() argument
198 static void noise_scale(int *coefs, int scale, int band_energy, int len) in noise_scale() argument
H A Dacelp_vectors.c224 void ff_set_fixed_vector(float *out, const AMRFixed *in, float scale, int size) in ff_set_fixed_vector() argument
H A Dac3dsp.c59 const float scale = 1 << 24; in float_to_fixed24_c() local
H A Dpcm.c249 float scale; member
H A Dmpegutils.c109 const int scale = 1 << shift; in ff_print_debug_info2() local
/third_party/ffmpeg/libavfilter/
H A Dasrc_afirsrc.c182 float overlap, scale = 1.f, compensation; in config_output() local
H A Dvf_colorbalance.c97 const float a = 4.f, b = 0.333f, scale = 0.7f; in get_component() local
H A Dvf_amplify.c155 const float scale = 1.f / nb_inputs; in amplify_frame() local
H A Dvf_convolution_opencl.c53 cl_float scale; member
[all...]
H A Dvf_cover_rect.c98 int scale = 65536 / (x + 1); in blur() local
103 int scale = 65536 / (y + 1); in blur() local
108 int scale = 65536 / (w - x); in blur() local
113 int scale in blur() local
[all...]
H A Dvf_hsvkey.c38 float scale; member
58 const float scale = s->scale; in do_hsvkey_pixel() local
150 const float scale = s->scale; in do_hsvhold_slice() local
186 const float scale = s->scale; in do_hsvhold16_slice() local
[all...]
H A Dvf_remap_opencl.c82 const float scale = 1.f / 255.f; in remap_opencl_load() local
H A Dvf_multiply.c34 float scale; member
93 const float scale = s->scale; in multiply_slice() local
75 multiply(const uint8_t *ssrc, const uint8_t *rref, uint8_t *ddst, float scale, float offset, int w) multiply() argument
/third_party/glfw/tests/
H A Dcursor.c426 float scale; in main() local
/third_party/glfw/examples/
H A Dsplitview.c64 double s, t, x, y, z, nx, ny, nz, scale, twopi; in drawTorus() local
153 static void drawGrid(float scale, int steps) in drawGrid() argument
412 double scale; cursorPosFun() local
[all...]
/third_party/cups-filters/filter/
H A Dpdf.cxx263 fit_rect(float oldrect[4], float newrect[4], float *scale) fit_rect() argument
286 pdf_resize_page(pdf_t *pdf, unsigned page_num, float width, float length, float *scale) pdf_resize_page() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DNumberFormatterSettings.java494 public T scale(Scale scale) { in scale() argument
/third_party/icu/icu4c/source/test/cintltst/
H A Dutmstest.c102 static void roundTripTest(int64_t value, UDateTimeScale scale) in roundTripTest() argument
112 static void toLimitTest(int64_t toLimit, int64_t fromLimit, UDateTimeScale scale) in toLimitTest() argument
123 epochOffsetTest(int64_t epochOffset, int64_t units, UDateTimeScale scale) epochOffsetTest() argument
156 int32_t scale; TestEpochOffsets() local
169 int32_t scale; TestFromLimits() local
183 int32_t scale; TestToLimits() local
198 int32_t scale; TestFromInt64() local
259 int32_t scale; TestToInt64() local
334 int32_t scale; TestMonkey() local
[all...]
/third_party/FreeBSD/contrib/gdtoa/
H A Dstrtod.c93 int scale; local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DNumberFormatterApiTest.java2439 public void scale() { in scale() method in NumberFormatterApiTest
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DNumberFormatterSettings.java473 public T scale(Scale scale) { in scale() argument
/third_party/libsnd/tests/
H A Dlossy_comp_test.c841 double scale, max_val ; in lcomp_test_int() local
1651 double scale ; sdlcomp_test_int() local
1875 double half_max_abs , scale ; sdlcomp_test_float() local
2121 double *orig, *data, *smooth, half_max_abs, scale ; sdlcomp_test_double() local
2447 gen_signal_double(double *data, double scale, int channels, int datalen) gen_signal_double() argument
[all...]

Completed in 20 milliseconds

1...<<11121314151617181920>>...46