/third_party/ffmpeg/libavcodec/mips/ |
D | aaccoder_mips.c | 140 const float *scaled, int size, int scale_idx, in quantize_and_encode_band_cost_SQUAD_mips() argument 155 scaled = s->scoefs; in quantize_and_encode_band_cost_SQUAD_mips() 162 qc1 = scaled[i ] * Q34 + ROUND_STANDARD; in quantize_and_encode_band_cost_SQUAD_mips() 163 qc2 = scaled[i+1] * Q34 + ROUND_STANDARD; in quantize_and_encode_band_cost_SQUAD_mips() 164 qc3 = scaled[i+2] * Q34 + ROUND_STANDARD; in quantize_and_encode_band_cost_SQUAD_mips() 165 qc4 = scaled[i+3] * Q34 + ROUND_STANDARD; in quantize_and_encode_band_cost_SQUAD_mips() 236 const float *scaled, int size, int scale_idx, in quantize_and_encode_band_cost_UQUAD_mips() argument 251 scaled = s->scoefs; in quantize_and_encode_band_cost_UQUAD_mips() 260 qc1 = scaled[i ] * Q34 + ROUND_STANDARD; in quantize_and_encode_band_cost_UQUAD_mips() 261 qc2 = scaled[i+1] * Q34 + ROUND_STANDARD; in quantize_and_encode_band_cost_UQUAD_mips() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | aacenc_quantization.h | 44 const float *scaled, int size, int scale_idx, in quantize_and_encode_band_cost_template() argument 76 if (!scaled) { in quantize_and_encode_band_cost_template() 78 scaled = s->scoefs; in quantize_and_encode_band_cost_template() 80 s->quant_bands(s->qcoefs, in, scaled, size, !BT_UNSIGNED, aac_cb_maxval[cb], Q34, ROUNDING); in quantize_and_encode_band_cost_template() 163 const float *in, float *quant, const float *scaled, in quantize_and_encode_band_cost_NONE() argument 175 const float *scaled, int size, int scale_idx, \ 179 s, pb, in, quant, scaled, size, scale_idx, \ 198 const float *scaled, int size, int scale_idx, 222 const float *scaled, int size, int scale_idx, 244 s, pb, in, quant, scaled, size, scale_idx, cb, \ argument [all …]
|
D | aacenc_utils.h | 65 static inline void quantize_bands(int *out, const float *in, const float *scaled, in quantize_bands() argument 71 float qc = scaled[i] * Q34; in quantize_bands() 80 static inline float find_max_val(int group_len, int swb_size, const float *scaled) in find_max_val() argument 86 maxval = FFMAX(maxval, scaled[w2*128+i]); in find_max_val() 105 const float *scaled, float nzslope) { in find_form_factor() argument 115 float s = fabsf(scaled[w2*128+i]); in find_form_factor() 138 float d = fabsf(scaled[w2*128+i]) - e; in find_form_factor()
|
D | aacenc_quantization_misc.h | 32 const float *scaled, int size, int scale_idx, in quantize_band_cost_cached() argument 40 entry->rd = quantize_band_cost(s, in, scaled, size, scale_idx, in quantize_band_cost_cached()
|
/third_party/skia/modules/pathkit/tests/ |
D | effects.spec.js | 65 let scaled = drawStar(); 66 let notACopy = scaled.transform(3, 0, 0, 74 expect(scaled === notACopy).toBe(true); 75 expect(scaled.equals(scaled2)).toBe(true); 76 expect(scaled.equals(orig)).toBe(false); 78 reportPath(scaled, 'transformed_scale', () => { 81 scaled.delete();
|
/third_party/flutter/skia/modules/pathkit/tests/ |
D | effects.spec.js | 65 let scaled = drawStar(); 66 let notACopy = scaled.transform(3, 0, 0, 74 expect(scaled === notACopy).toBe(true); 75 expect(scaled.equals(scaled2)).toBe(true); 76 expect(scaled.equals(orig)).toBe(false); 78 reportPath(scaled, 'transformed_scale', () => { 81 scaled.delete();
|
/third_party/json/benchmarks/thirdparty/benchmark/src/ |
D | string_util.cc | 51 double scaled = val; in ToExponentAndMantissa() local 53 scaled /= one_k; in ToExponentAndMantissa() 54 if (scaled <= big_threshold) { in ToExponentAndMantissa() 55 mantissa_stream << scaled; in ToExponentAndMantissa() 66 double scaled = val; in ToExponentAndMantissa() local 68 scaled *= one_k; in ToExponentAndMantissa() 69 if (scaled >= small_threshold) { in ToExponentAndMantissa() 70 mantissa_stream << scaled; in ToExponentAndMantissa()
|
/third_party/benchmark/src/ |
D | string_util.cc | 54 double scaled = val; in ToExponentAndMantissa() local 56 scaled /= one_k; in ToExponentAndMantissa() 57 if (scaled <= big_threshold) { in ToExponentAndMantissa() 58 mantissa_stream << scaled; in ToExponentAndMantissa() 69 double scaled = val; in ToExponentAndMantissa() local 71 scaled *= one_k; in ToExponentAndMantissa() 72 if (scaled >= small_threshold) { in ToExponentAndMantissa() 73 mantissa_stream << scaled; in ToExponentAndMantissa()
|
/third_party/flutter/skia/docs/examples/ |
D | Point_scale.cpp | 9 SkPoint point = {40, -15}, scaled; in draw() local 14 point.scale(scale, &scaled); in draw() 15 canvas->drawLine(origin, origin + scaled, paint); in draw()
|
/third_party/skia/docs/examples/ |
D | Point_scale.cpp | 9 SkPoint point = {40, -15}, scaled; in draw() local 14 point.scale(scale, &scaled); in draw() 15 canvas->drawLine(origin, origin + scaled, paint); in draw()
|
/third_party/freetype/src/cid/ |
D | cidgload.c | 256 ((CID_GlyphSlot)decoder->builder.glyph)->scaled = force_scaling; in cid_load_glyph() 346 FT_Bool scaled; in cid_slot_load_glyph() local 371 scaled = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 ); in cid_slot_load_glyph() 374 glyph->scaled = scaled; in cid_slot_load_glyph() 403 scaled = glyph->scaled; in cid_slot_load_glyph() 480 if ( ( load_flags & FT_LOAD_NO_SCALE ) == 0 || scaled ) in cid_slot_load_glyph()
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
D | cidgload.c | 252 ((CID_GlyphSlot)decoder->builder.glyph)->scaled = force_scaling; in cid_load_glyph() 342 FT_Bool scaled; in cid_slot_load_glyph() local 367 scaled = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 ); in cid_slot_load_glyph() 370 glyph->scaled = scaled; in cid_slot_load_glyph() 399 scaled = glyph->scaled; in cid_slot_load_glyph() 476 if ( ( load_flags & FT_LOAD_NO_SCALE ) == 0 || scaled ) in cid_slot_load_glyph()
|
/third_party/flutter/skia/third_party/externals/freetype/src/cid/ |
D | cidgload.c | 257 ((CID_GlyphSlot)decoder->builder.glyph)->scaled = force_scaling; in cid_load_glyph() 347 FT_Bool scaled; in cid_slot_load_glyph() local 372 scaled = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 ); in cid_slot_load_glyph() 375 glyph->scaled = scaled; in cid_slot_load_glyph() 404 scaled = glyph->scaled; in cid_slot_load_glyph() 481 if ( ( load_flags & FT_LOAD_NO_SCALE ) == 0 || scaled ) in cid_slot_load_glyph()
|
/third_party/flutter/engine/flutter/shell/platform/android/ |
D | android_external_texture_gl.cc | 93 const SkSize scaled = ScaleToFill(scaleX, scaleY); in UpdateTransform() local 95 scaled.fWidth, m[1], m[2], // in UpdateTransform() 96 m[4], scaled.fHeight, m[6], // in UpdateTransform()
|
/third_party/skia/src/pdf/ |
D | SkPDFMakeCIDGlyphWidthsArray.cpp | 28 SkScalar from_font_units(SkScalar scaled, uint16_t emSize) { in from_font_units() argument 30 return scaled; in from_font_units() 32 return scaled * 1000 / emSize; in from_font_units()
|
/third_party/flutter/skia/experimental/docs/ |
D | animationCommon.js | 176 var scaled = action.range[0] + (action.range[1] - action.range[0]) * value; 196 scaled = action.func(scaled, action.funcParams); 198 if (targetObject[targetField] != scaled) { 204 targetObject[targetField] = scaled;
|
/third_party/skia/experimental/docs/ |
D | animationCommon.js | 176 var scaled = action.range[0] + (action.range[1] - action.range[0]) * value; 196 scaled = action.func(scaled, action.funcParams); 198 if (targetObject[targetField] != scaled) { 204 targetObject[targetField] = scaled;
|
/third_party/boost/libs/math/doc/distributions/ |
D | inverse_chi_squared.qbk | 15 inverse_chi_squared_distribution(RealType df = 1); // Not explicitly scaled, default 1/df. 31 Two constructors are available to implement both the scaled and (implicitly) unscaled versions. 34 [@http://en.wikipedia.org/wiki/Scaled-inverse-chi-square_distribution scaled inverse chi_squared di… 53 the scaled inverse chi-square is conjugate prior for the normal distribution 85 the *scaled* inverse chi_squared distribution is defined by the probability density function (PDF): 102 inverse_chi_squared_distribution(RealType df = 1); // Implicitly scaled 1/df. 103 inverse_chi_squared_distribution(RealType df = 1, RealType scale); // Explicitly scaled.
|
/third_party/skia/modules/canvaskit/tests/ |
D | matrix.spec.js | 27 CanvasKit.Matrix.scaled(2, 3), 116 CanvasKit.M44.scaled([5, 6, 7]),
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_framebuffer_multisample_blit_scaled.txt | 47 combined scaled resolve operation. 56 scaled with a second call to BlitFramebuffer. 66 The new filter types introduced by this extension allow the scaled 71 However, the single-pass scaled resolve blit should be faster than 135 scaled in an implementation specific manner. When the filter is 204 (2) Should there be an explicit way to enable the scaled resolve 214 potential loss in quality when doing a single-pass scaled 223 explicitly designed for a scaled multisample resolve blit, it 245 (5) Does the process in which sample values are resolved and scaled
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_framebuffer_multisample_blit_scaled.txt | 47 combined scaled resolve operation. 56 scaled with a second call to BlitFramebuffer. 66 The new filter types introduced by this extension allow the scaled 71 However, the single-pass scaled resolve blit should be faster than 135 scaled in an implementation specific manner. When the filter is 204 (2) Should there be an explicit way to enable the scaled resolve 214 potential loss in quality when doing a single-pass scaled 223 explicitly designed for a scaled multisample resolve blit, it 245 (5) Does the process in which sample values are resolved and scaled
|
/third_party/freetype/src/psaux/ |
D | psft.c | 270 FT_Bool* scaled ) in cf2_getScaleAndHintFlag() argument 276 *scaled = decoder->builder.glyph->scaled; in cf2_getScaleAndHintFlag() 378 FT_Bool scaled; in cf2_decoder_parse_charstrings() local 396 &scaled ); in cf2_decoder_parse_charstrings() 410 if ( scaled && ( !no_stem_darkening_font || in cf2_decoder_parse_charstrings() 428 if ( scaled ) in cf2_decoder_parse_charstrings()
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | psft.c | 270 FT_Bool* scaled ) in cf2_getScaleAndHintFlag() argument 276 *scaled = decoder->builder.glyph->scaled; in cf2_getScaleAndHintFlag() 378 FT_Bool scaled; in cf2_decoder_parse_charstrings() local 396 &scaled ); in cf2_decoder_parse_charstrings() 410 if ( scaled && ( !no_stem_darkening_font || in cf2_decoder_parse_charstrings() 428 if ( scaled ) in cf2_decoder_parse_charstrings()
|
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/ |
D | psft.c | 270 FT_Bool* scaled ) in cf2_getScaleAndHintFlag() argument 276 *scaled = decoder->builder.glyph->scaled; in cf2_getScaleAndHintFlag() 378 FT_Bool scaled; in cf2_decoder_parse_charstrings() local 396 &scaled ); in cf2_decoder_parse_charstrings() 410 if ( scaled && ( !no_stem_darkening_font || in cf2_decoder_parse_charstrings() 428 if ( scaled ) in cf2_decoder_parse_charstrings()
|
/third_party/skia/tools/perf-canvaskit-puppeteer/ |
D | canvas_perf.js | 375 ctx.second = CanvasKit.Matrix.scaled(1, 2, 3, 4); 392 CanvasKit.Matrix.scaled(1, 2, 3, 4), 412 CanvasKit.Matrix.scaled(1, 2, 3, 4), 430 CanvasKit.Matrix.scaled(1, 2, 3, 4), 452 CanvasKit.Matrix.scaled(1, 2, 3, 4), 469 ctx.second = CanvasKit.M44.scaled([1, 2, 3]); 486 CanvasKit.M44.scaled([1, 2, 3]), 505 CanvasKit.M44.scaled([1, 2, 3]),
|