Home
last modified time | relevance | path

Searched defs:scale (Results 176 - 200 of 1110) sorted by relevance

12345678910>>...45

/third_party/ffmpeg/libavfilter/
H A Dvf_colorkey.c40 double scale; member
48 do_colorkey_pixel(const uint8_t *colorkey_rgba, int r, int g, int b, float similarity, float iblend, int max, double scale) do_colorkey_pixel() argument
[all...]
/third_party/ffmpeg/tests/
H A Dtiny_psnr.c247 uint64_t scale = (len == 4) ? (1ULL << 24) : (1ULL << 32); in run_psnr() local
/third_party/astc-encoder/Source/
H A Dastcenc_integer_sequence.cpp385 uint8_t scale:6; member
/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_pdftopdf.cc168 Matrix &Matrix::scale(double sx,double sy) // {{{ in scale() function in Matrix
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DMacroProps.java34 public Scale scale; field in MacroProps
/third_party/icu/icu4c/source/i18n/
H A Dnumber_utils.cpp186 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& status) { in setTo() argument
/third_party/libsnd/tests/
H A Dfix_this.c82 double scale ; in lcomp_test_int() local
298 gen_signal_double(double *data, double scale, int datalen) gen_signal_double() argument
[all...]
/third_party/libsnd/src/G72x/
H A Dg72x_test.c154 gen_signal_double (double *gendata, double scale, int gendatalen) in gen_signal_double() argument
/third_party/lame/misc/
H A Dmlame_corr.c120 long double scale = sqrt ( 1.e5 / (1<<29) ); // Sine Full Scale is +10 dB, 7327 = 100% in report() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_drawpixels.c38 nir_variable *texcoord, *texcoord_const, *scale, *bias, *tex, *pixelmap; member
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dtri.c179 float scale, bias; in init_prog() local
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dfloatscan.c318 long double scale = 1; in hexfloat() local
/third_party/musl/src/math/
H A Dfmal.c101 static inline long double add_and_denormalize(long double a, long double b, int scale) in add_and_denormalize() argument
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dfmal.c101 static inline long double add_and_denormalize(long double a, long double b, int scale) in add_and_denormalize() argument
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dfloatscan.c318 long double scale = 1; in hexfloat() local
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dfloatscan.c318 long double scale = 1; in hexfloat() local
/third_party/musl/src/internal/
H A Dfloatscan.c318 long double scale = 1; in hexfloat() local
/third_party/mesa3d/src/mesa/main/
H A Daccum.c231 const GLfloat scale = value * 32767.0f; in accum_or_load() local
324 const GLfloat scale = value / 32767.0f; accum_return() local
[all...]
/third_party/mesa3d/src/mesa/math/
H A Dm_debug_norm.c202 GLfloat scale; in test_norm_function() local
123 ref_norm_transform_rescale( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) ref_norm_transform_rescale() argument
146 ref_norm_transform_normalize( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) ref_norm_transform_normalize() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_utils.cpp186 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& status) { in setTo() argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_main.c61 double scale = lp_const_scale(type); in read_elem() local
144 double scale = lp_const_scale(type); in write_elem() local
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-node.h161 OperandScale scale = OperandScale::kSingle; in Create() local
172 OperandScale scale = OperandScale::kSingle; in Create() local
187 OperandScale scale = OperandScale::kSingle; Create() local
205 OperandScale scale = OperandScale::kSingle; Create() local
227 OperandScale scale = OperandScale::kSingle; Create() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_offset.c45 float scale; member
H A Ddraw_vs_variant.c117 const float *scale = viewport->scale; in do_rhw_viewport() local
143 const float *scale = viewport->scale; in do_viewport() local
[all...]
/third_party/mesa3d/src/util/
H A Dformat_r11g11b10f.h115 const float scale = 1.0 / (1 << 20); in uf11_to_f32() local
121 float scale, decimal; in uf11_to_f32() local
197 const float scale = 1.0 / (1 << 19); in uf10_to_f32() local
203 float scale, decimal; in uf10_to_f32() local
[all...]

Completed in 23 milliseconds

12345678910>>...45