Searched defs:scale (Results 1 - 25 of 783) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/cpp/dev/
H A Dgraphics_2d_dev.cc25 bool Graphics2D_Dev::SetScale(float scale) { argument
29 scale));
H A Dwidget_dev.cc78 void Widget_Dev::SetScale(float scale) { argument
80 get_interface<PPB_Widget_Dev_0_4>()->SetScale(pp_resource(), scale); local
/external/chromium_org/third_party/opus/src/silk/
H A Dinner_prod_aligned.c37 const opus_int scale, /* I number of bits to shift */
44 sum = silk_ADD_RSHIFT32( sum, silk_SMULBB( inVec1[ i ], inVec2[ i ] ), scale );
34 silk_inner_prod_aligned_scale( const opus_int16 *const inVec1, const opus_int16 *const inVec2, const opus_int scale, const opus_int len ) argument
/external/chromium_org/third_party/skia/include/effects/
H A DSkTestImageFilters.h10 SkDownSampleImageFilter(SkScalar scale) : INHERITED(0), fScale(scale) {} argument
/external/chromium_org/ui/gfx/
H A Dtransform_util_unittest.cc17 Transform scale = GetScaleTransform(kAnchor, kScale); local
24 scale.TransformPoint(test);
H A Dtransform_util.h15 // Returns a scale transform at |anchor| point.
16 UI_EXPORT Transform GetScaleTransform(const Point& anchor, float scale);
26 double scale[3]; member in struct:gfx::DecomposedTransform
43 // Decomposes this transform into its translation, scale, skew, perspective,
49 // Composes a transform from the given translation, scale, skew, prespective,
/external/qemu/android/protocol/
H A Dui-commands-qemu.c23 extern void android_emulator_set_window_scale(double scale, int is_dpi);
26 uicmd_set_window_scale(double scale, int is_dpi) argument
28 android_emulator_set_window_scale(scale, is_dpi);
H A Dui-commands.h23 /* Sets window scale. */
33 double scale; member in struct:UICmdSetWindowsScale
/external/skia/include/effects/
H A DSkTestImageFilters.h10 SkDownSampleImageFilter(SkScalar scale) : INHERITED(0), fScale(scale) {} argument
/external/chromium_org/ppapi/thunk/
H A Dppb_graphics_2d_dev_thunk.cc21 PP_Bool SetScale(PP_Resource resource, float scale) { argument
26 return enter.object()->SetScale(scale);
/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dautocorr_FIX.c37 opus_int *scale, /* O Scaling of the correlation vector */
59 *scale = nRightShifts;
35 silk_autocorr( opus_int32 *results, opus_int *scale, const opus_int16 *inputData, const opus_int inputDataSize, const opus_int correlationCount ) argument
/external/chromium_org/third_party/skia/include/core/
H A DSkUnPreMultiply.h38 SkUnPreMultiply::Scale scale = table[a];
40 red = SkUnPreMultiply::ApplyScale(scale, red);
45 static U8CPU ApplyScale(Scale scale, U8CPU component) { argument
47 return (scale * component + (1 << 23)) >> 24;
/external/chromium_org/third_party/skia/src/core/
H A DSkUnPreMultiply.cpp13 const Scale scale = GetScale(a); local
15 ApplyScale(scale, SkGetPackedR32(c)),
16 ApplyScale(scale, SkGetPackedG32(c)),
17 ApplyScale(scale, SkGetPackedB32(c)));
58 uint32_t scale; local
61 scale = 0;
63 scale = ((255 << 24) + (i >> 1)) / i;
66 SkDebugf(" 0x%08X,", scale);
73 uint32_t test = (j * scale + (1 << 23)) >> 24;
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_filter_neon.h57 SkPMColor *dst, uint16_t scale) {
79 "vdup.16 d3, %[scale] \n\t" // duplicate scale into d3
81 "vmul.i16 d4, d4, d3 \n\t" // multiply result by scale
85 : [x] "r" (x), [y] "r" (y), [a00] "r" (a00), [a01] "r" (a01), [a10] "r" (a10), [a11] "r" (a11), [dst] "r" (dst), [scale] "r" (scale)
54 Filter_32_alpha_neon(unsigned x, unsigned y, SkPMColor a00, SkPMColor a01, SkPMColor a10, SkPMColor a11, SkPMColor *dst, uint16_t scale) argument
/external/skia/include/core/
H A DSkUnPreMultiply.h38 SkUnPreMultiply::Scale scale = table[a];
40 red = SkUnPreMultiply::ApplyScale(scale, red);
45 static U8CPU ApplyScale(Scale scale, U8CPU component) { argument
47 return (scale * component + (1 << 23)) >> 24;
/external/skia/src/core/
H A DSkUnPreMultiply.cpp13 const Scale scale = GetScale(a); local
15 ApplyScale(scale, SkGetPackedR32(c)),
16 ApplyScale(scale, SkGetPackedG32(c)),
17 ApplyScale(scale, SkGetPackedB32(c)));
58 uint32_t scale; local
61 scale = 0;
63 scale = ((255 << 24) + (i >> 1)) / i;
66 SkDebugf(" 0x%08X,", scale);
73 uint32_t test = (j * scale + (1 << 23)) >> 24;
/external/skia/src/opts/
H A DSkBitmapProcState_filter_neon.h57 SkPMColor *dst, uint16_t scale) {
79 "vdup.16 d3, %[scale] \n\t" // duplicate scale into d3
81 "vmul.i16 d4, d4, d3 \n\t" // multiply result by scale
85 : [x] "r" (x), [y] "r" (y), [a00] "r" (a00), [a01] "r" (a01), [a10] "r" (a10), [a11] "r" (a11), [dst] "r" (dst), [scale] "r" (scale)
54 Filter_32_alpha_neon(unsigned x, unsigned y, SkPMColor a00, SkPMColor a01, SkPMColor a10, SkPMColor a11, SkPMColor *dst, uint16_t scale) argument
/external/skia/tests/
H A DMipMapTest.cpp37 SkScalar scale = SK_Scalar1; local
39 scale = scale * 2 / 3;
42 if (mm->extractLevel(scale, &level)) {
/external/srec/srec/include/
H A Dlog_tabl.h23 #define LOG_SCALE 1024 /* smallest scale is about 0.1 dB */
33 int scale; member in struct:__anon25940
/external/aac/libAACdec/src/arm/
H A Dblock_arm.cpp115 int scale = SpecScale_window-pSfbScale[window*16+band]; local
116 if (scale)
125 tmp0 >>= scale; local
126 tmp1 >>= scale; local
127 tmp2 >>= scale; local
128 tmp3 >>= scale; local
/external/aac/libFDK/include/arm/
H A Dscale.h95 inline static INT shiftRightSat(INT src, int scale) argument
102 : "r"(src>>scale), "M"(SAMPLE_BITS)
108 #define SATURATE_INT_PCM_RIGHT_SHIFT(src, scale) shiftRightSat(src, scale)
110 inline static INT shiftLeftSat(INT src, int scale) argument
117 : "r"(src<<scale), "M"(SAMPLE_BITS)
123 #define SATURATE_INT_PCM_LEFT_SHIFT(src, scale) shiftLeftSat(src, scale)
143 #define SATURATE_RIGHT_SHIFT(src, scale, dBits) \
144 ( (((LONG)(src) ^ ((LONG)(src) >> (DFRACT_BITS-1)))>>(scale)) > (LON
[all...]
/external/chromium_org/ash/display/
H A Devent_transformation_handler.cc43 // Get the device scale factor and stack it on the final scale factor.
47 float scale = scale_at_target; local
54 scale *= kBoostForNonIntegrated;
56 event->Scale(scale);
60 // This is to scale the TouchEvent's radius when the touch display is in
63 // at a lower resolution. We scale down the radius using the ratio defined as
83 // area ratio of that touchscreen to scale the event's radius.
/external/chromium_org/content/renderer/
H A Ddisambiguation_popup_helper_unittest.cc40 float scale = DisambiguationPopupHelper::ComputeZoomAreaAndScaleFactor( local
45 EXPECT_LE(kDisambiguationPopupMinScale, scale);
47 gfx::Size scaled_size = ToCeiledSize(ScaleSize(zoom_rect.size(), scale));
57 float scale = DisambiguationPopupHelper::ComputeZoomAreaAndScaleFactor( local
62 EXPECT_EQ(kDisambiguationPopupMaxScale, scale);
65 gfx::Size scaled_size = ToCeiledSize(ScaleSize(zoom_rect.size(), scale));
76 float scale = DisambiguationPopupHelper::ComputeZoomAreaAndScaleFactor( local
81 EXPECT_EQ(kDisambiguationPopupMaxScale, scale);
84 gfx::Size scaled_size = ToCeiledSize(ScaleSize(zoom_rect.size(), scale));
/external/chromium_org/content/renderer/pepper/
H A Dppb_widget_impl.h38 virtual void SetScale(float scale) OVERRIDE;
52 float scale() const { return scale_; } function in class:content::PPB_Widget_Impl
/external/chromium_org/media/base/simd/
H A Dvector_math_sse.cc12 void FMUL_SSE(const float src[], float scale, int len, float dest[]) { argument
15 __m128 m_scale = _mm_set_ps1(scale);
21 dest[i] = src[i] * scale;
24 void FMAC_SSE(const float src[], float scale, int len, float dest[]) { argument
27 __m128 m_scale = _mm_set_ps1(scale);
35 dest[i] += src[i] * scale;

Completed in 550 milliseconds

1234567891011>>