Home
last modified time | relevance | path

Searched refs:scaled (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/third_party/ffmpeg/libavcodec/mips/
Daaccoder_mips.c140 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/
Daacenc_quantization.h44 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 …]
Daacenc_utils.h65 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()
Daacenc_quantization_misc.h32 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()
Daaccoder_twoloop.h302 const float *scaled = s->scoefs + start; in search_for_quantizers_twoloop() local
304 maxvals[w*16+g] = find_max_val(sce->ics.group_len[w], sce->ics.swb_sizes[g], scaled); in search_for_quantizers_twoloop()
379 const float *scaled = &s->scoefs[start]; in search_for_quantizers_twoloop() local
398 scaled + w2*128, in search_for_quantizers_twoloop()
460 const float *scaled = s->scoefs + start; in search_for_quantizers_twoloop() local
479 scaled + w2*128, in search_for_quantizers_twoloop()
602 const float *scaled = s->scoefs + start; in search_for_quantizers_twoloop() local
635 scaled + w2*128, in search_for_quantizers_twoloop()
672 scaled + w2*128, in search_for_quantizers_twoloop()
/third_party/skia/modules/pathkit/tests/
Deffects.spec.js65 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/vk-gl-cts/external/vulkan-docs/src/chapters/VK_QCOM_rotated_copies/
Drotated_addressing_blits.txt59 * The UV destination coordinates are scaled by the destination region,
60 rotated, and scaled by the source region.
66 {empty}:: [eq]#u~scaled~ = u~src_scaled~ * (x~Src1~ - x~Src0~)#
67 {empty}:: [eq]#v~scaled~ = v~src_scaled~ * (y~Src1~ - y~Src0~)#
73 {empty}:: [eq]#w~scaled~ = w~offset~ * scale~w~#
76 * Finally the source offset is added to the scaled source coordinates, to
79 {empty}:: [eq]#u = u~scaled~ {plus} x~Src0~#
80 {empty}:: [eq]#v = v~scaled~ {plus} y~Src0~#
81 {empty}:: [eq]#w = w~scaled~ {plus} z~Src0~#
/third_party/benchmark/src/
Dstring_util.cc54 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/skia/docs/examples/
DPoint_scale.cpp9 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/third_party/externals/freetype/src/cid/
Dcidgload.c252 ((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/skia/experimental/docs/
DanimationCommon.js176 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/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.cpp28 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/openGLES/extensions/EXT/
DEXT_framebuffer_multisample_blit_scaled.txt47 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/
DEXT_framebuffer_multisample_blit_scaled.txt47 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/freetype/src/psaux/
Dpsft.c270 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/mesa3d/src/intel/compiler/
Dbrw_nir_attribute_workarounds.c57 nir_ssa_def *scaled = in apply_attr_wa_instr() local
62 comps[i] = nir_channel(b, rescale ? scaled : val, i); in apply_attr_wa_instr()
/third_party/skia/tools/perf-canvaskit-puppeteer/
Dcanvas_perf.js375 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]),
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c226 LLVMValueRef shifted, casted, scaled, masked; in lp_build_unpack_arith_rgba_aos() local
347 scaled = LLVMBuildFMul(builder, casted, LLVMConstVector(scales, 4), ""); in lp_build_unpack_arith_rgba_aos()
349 scaled = casted; in lp_build_unpack_arith_rgba_aos()
351 return scaled; in lp_build_unpack_arith_rgba_aos()
372 LLVMValueRef shifted, casted, scaled, unswizzled; in lp_build_pack_rgba_aos() local
427 scaled = LLVMBuildFMul(builder, unswizzled, LLVMConstVector(scales, 4), ""); in lp_build_pack_rgba_aos()
429 scaled = unswizzled; in lp_build_pack_rgba_aos()
431 …casted = LLVMBuildFPToSI(builder, scaled, LLVMVectorType(LLVMInt32TypeInContext(gallivm->context),… in lp_build_pack_rgba_aos()
/third_party/skia/modules/canvaskit/tests/
Dmatrix.spec.js27 CanvasKit.Matrix.scaled(2, 3),
116 CanvasKit.M44.scaled([5, 6, 7]),
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_NV_corner_sampled_image.txt26 * Normalized coordinates are scaled using [eq]#coord {times} (dim - 1)#
31 * Partial derivatives are scaled using [eq]#coord {times} (dim - 1)#
81 Unnormalized coordinates are treated as already scaled for corner-sample
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_pntc_ytransform.c75 nir_ssa_def *scaled = nir_fmul(b, y, nir_channel(b, transform, 0)); in lower_load_pointcoord() local
80 nir_fadd(b, offset, scaled)); in lower_load_pointcoord()
/third_party/openGLES/extensions/NV/
DNV_clip_space_w_scaling.txt108 primitive sent to a given viewport will be scaled as a function of
185 (1) Does this extension provide any functionality to convert the w-scaled
190 The following vertex and fragment shader pair un-warps a w-scaled image.
192 convert a w-scaled image to the barrel distorted image.
219 // unscale: transform w-scaled image into an unscaled image
220 // scale: transform unscaled image int a w-scaled image
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_clip_space_w_scaling.txt108 primitive sent to a given viewport will be scaled as a function of
185 (1) Does this extension provide any functionality to convert the w-scaled
190 The following vertex and fragment shader pair un-warps a w-scaled image.
192 convert a w-scaled image to the barrel distorted image.
219 // unscale: transform w-scaled image into an unscaled image
220 // scale: transform unscaled image int a w-scaled image
/third_party/skia/third_party/externals/angle2/src/common/
DPackedEnums.h305 GLenum scaled = (from - GL_UNSIGNED_BYTE); variable
310 GLenum packed = (scaled >> 1) | (scaled << 31);
351 const GLenum scaled = (from - GL_FUNC_ADD); variable
352 return (scaled == static_cast<GLenum>(BlendEquationType::Unused) ||
353 scaled >= static_cast<GLenum>(BlendEquationType::EnumCount))
355 : static_cast<BlendEquationType>(scaled);
/third_party/ffmpeg/libavcodec/x86/
Daacencdsp.asm52 ;void ff_aac_quantize_bands(int *out, const float *in, const float *scaled,
57 cglobal aac_quantize_bands, 5, 5, 6, out, in, scaled, size, is_signed, maxval, Q34, rounding

12345678910>>...13