| /external/chromium_org/third_party/freetype/src/cff/ |
| cffobjs.c | 633 /* scaling is done with `units_per_em' then (at this point, */ 634 /* it already contains the scaling factor, but without */ 676 FT_Long scaling; local 685 scaling = FT_MIN( top->units_per_em, sub->units_per_em ); 687 scaling = 1; 691 scaling ); 694 scaling ); 698 scaling ); [all...] |
| /external/eigen/Eigen/src/Eigen2Support/ |
| SVD.h | 572 /** decomposes the matrix as a product rotation x scaling, the scaling being 583 void SVD<MatrixType>::computeRotationScaling(RotationType *rotation, ScalingType *scaling) const 589 if(scaling) scaling->lazyAssign(m_matV * sv.asDiagonal() * m_matV.adjoint()); 598 /** decomposes the matrix as a product scaling x rotation, the scaling being 609 void SVD<MatrixType>::computeScalingRotation(ScalingType *scaling, RotationType *rotation) const 615 if(scaling) scaling->lazyAssign(m_matU * sv.asDiagonal() * m_matU.adjoint()) [all...] |
| /external/freetype/src/cff/ |
| cffobjs.c | 633 /* scaling is done with `units_per_em' then (at this point, */ 634 /* it already contains the scaling factor, but without */ 676 FT_Long scaling; local 685 scaling = FT_MIN( top->units_per_em, sub->units_per_em ); 687 scaling = 1; 691 scaling ); 694 scaling ); 698 scaling ); [all...] |
| /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
| cffobjs.c | 634 /* scaling is done with `units_per_em' then (at this point, */ 635 /* it already contains the scaling factor, but without */ 677 FT_Long scaling; local 686 scaling = FT_MIN( top->units_per_em, sub->units_per_em ); 688 scaling = 1; 692 scaling ); 695 scaling ); 699 scaling ); [all...] |
| /external/aac/libAACenc/src/ |
| adj_thr.cpp | 246 #define Q_BITFAC (24) /* Q scaling used in FDKaacEnc_bitresCalcBitFac() calculation */ 667 /* maximal number of bands is 64, results scaling factor 6 */ 2348 int scaling = 0; local 2426 int scaling = 0; local [all...] |
| /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/ |
| omxSP_FFTInv_CCSToR_S16_Sfs_s.S | 163 ADD scale,scale,order @ FFTInverse has a final scaling factor by N 260 FFTEnd: @ Does only the scaling
|
| omxSP_FFTFwd_RToCCS_S16_Sfs_s.S | 166 @ Do a N/2 point complex FFT including the scaling 315 BEQ scaleps @ scaling including a radix2_ps stage 371 FFTEnd: @ Does only the scaling 405 @ change the logic so that output after scaling is in pOut and not in pDst
|
| omxSP_FFTInv_CCSToR_F32_Sfs_s.S | 180 M_STR N, complexFFTSize @ Save N for scaling later 257 FFTEnd: @// Does only the scaling
|
| /external/eigen/Eigen/src/Geometry/ |
| Transform.h | 417 * The rhs diagonal matrix is interpreted as an affine scaling transformation. The 432 * The lhs diagonal matrix is interpreted as an affine scaling transformation. The 551 void computeRotationScaling(RotationMatrixType *rotation, ScalingMatrixType *scaling) const; 553 void computeScalingRotation(ScalingMatrixType *scaling, RotationMatrixType *rotation) const; [all...] |
| /external/chromium_org/third_party/freetype/src/base/ |
| ftcalc.c | 773 FT_Long scaling ) 777 FT_Long val = 0x10000L * scaling; 798 FT_Long scaling ) 802 FT_Long val = 0x10000L * scaling;
|
| /external/freetype/src/base/ |
| ftcalc.c | 1016 FT_Long scaling ) 1020 FT_Long val = 0x10000L * scaling; 1041 FT_Long scaling ) 1045 FT_Long val = 0x10000L * scaling;
|
| /external/sonivox/arm-hybrid-22k/lib_src/ |
| ARM-E_interpolate_loop_gnu.s | 101 @ saturation operation should take in the filter before scaling back to
|
| ARM-E_interpolate_noloop_gnu.s | 93 @ saturation operation should take in the filter before scaling back to
|
| /external/sonivox/arm-wt-22k/lib_src/ |
| ARM-E_interpolate_loop_gnu.s | 101 @ saturation operation should take in the filter before scaling back to
|
| ARM-E_interpolate_noloop_gnu.s | 93 @ saturation operation should take in the filter before scaling back to
|
| /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/ |
| exportfig.m | 59 % scaling factor is computed from the ratio of the size of the 61 % font size allowed after scaling is 5 points. 73 % width allowed after scaling is 0.5 points.
|
| /external/chromium_org/third_party/webrtc/voice_engine/ |
| channel.h | 270 int SetChannelOutputVolumeScaling(float scaling); 271 int GetChannelOutputVolumeScaling(float& scaling) const;
|
| /device/lge/mako/camera/mm-camera-interface/ |
| mm_omx_jpeg_encoder.c | 524 ALOGV("%s:Scaling params in1_w %d in1_h %d out1_w %d out1_h %d" 534 /*Main image scaling*/ 577 ALOGV("%s: There is no main image scaling information", 589 thumbnail.scaling = 0; 614 thumbnail.scaling = 1; 620 thumbnail.scaling = 0; 621 ALOGV("%s: There is no thumbnail scaling information",
|
| /external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
| s_texfilter.c | 1650 GLfloat scaling = 1.0 \/ (1 << level); local 1777 GLfloat scaling = 1.0F \/ (1 << level); local [all...] |
| /external/mesa3d/src/mesa/swrast/ |
| s_texfilter.c | 1650 GLfloat scaling = 1.0 \/ (1 << level); local 1777 GLfloat scaling = 1.0F \/ (1 << level); local [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
| sp_tex_sample.c | 1644 float scaling = 1.0 \/ (1 << level0); local [all...] |
| /external/mesa3d/src/gallium/drivers/softpipe/ |
| sp_tex_sample.c | 1644 float scaling = 1.0 \/ (1 << level0); local [all...] |
| /external/chromium_org/ui/file_manager/image_loader/ |
| image_loader.js | 143 * - scale: for scaling,
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| d3dx9math.h | 290 D3DXMATRIX* WINAPI D3DXMatrixAffineTransformation(D3DXMATRIX *pout, FLOAT scaling, const D3DXVECTOR3 *rotationcenter, const D3DXQUATERNION *rotation, 292 D3DXMATRIX* WINAPI D3DXMatrixAffineTransformation2D(D3DXMATRIX *pout, FLOAT scaling, const D3DXVECTOR2 *protationcenter, FLOAT rotation,
|
| /external/chromium_org/chrome/browser/resources/chromeos/ |
| keyboard_overlay.js | 595 * Returns true if display scaling feature is enabled. 596 * @return {boolean} True if display scaling feature is enabled.
|