Searched refs:scale (Results 251 - 275 of 1782) sorted by relevance

<<11121314151617181920>>

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dstate_search.c38 int16_t scale, shift; local
103 scale=WebRtcIlbcfix_kScale[index];
105 if (index<27) { /* scale table is in Q16, fout[] is in Q(-1) and we want the result to be in Q11 */
107 } else { /* scale table is in Q21, fout[] is in Q(-1) and we want the result to be in Q11 */
111 /* Set up vectors for AbsQuant and rescale it with the scale factor */
112 WebRtcSpl_ScaleVectorWithSat(sampleAr, sampleAr, scale,
/external/aac/libSACenc/src/
H A Dsacenc_staticgain.cpp255 const HANDLE_STATIC_GAIN_CONFIG hStaticGainConfig, INT *const scale) {
275 *scale = 0;
282 *scale = GAINCF_SF - s;
336 const INT nOutputSamples, const INT scale) {
345 if (scale < 0) {
348 pOutputSamples[i] = pOutputSamples[i] >> (-scale);
353 fMult(postGain, FX_PCM2FX_DBL(pOutputSamples[i])) >> (-scale));
360 FX_PCM2FX_DBL(pOutputSamples[i]), scale, DFRACT_BITS));
365 fMult(postGain, FX_PCM2FX_DBL(pOutputSamples[i])), scale,
253 fdk_sacenc_staticGain_Init( HANDLE_STATIC_GAIN hStaticGain, const HANDLE_STATIC_GAIN_CONFIG hStaticGainConfig, INT *const scale) argument
334 fdk_sacenc_staticPostGain_ApplyFDK( const HANDLE_STATIC_GAIN hStaticGain, INT_PCM *const pOutputSamples, const INT nOutputSamples, const INT scale) argument
/external/aac/libSBRenc/src/
H A Dsbr_misc.h125 FIXP_DBL scale);
/external/compiler-rt/lib/builtins/
H A Ddivdf3.c33 int scale = 0; local
66 // normal number. Renormalize one or both of a and b, and set scale to
68 if (aAbs < implicitBit) scale += normalize(&aSignificand);
69 if (bAbs < implicitBit) scale -= normalize(&bSignificand);
77 int quotientExponent = aExponent - bExponent + scale;
H A Ddivsf3.c33 int scale = 0; local
66 // normal number. Renormalize one or both of a and b, and set scale to
68 if (aAbs < implicitBit) scale += normalize(&aSignificand);
69 if (bAbs < implicitBit) scale -= normalize(&bSignificand);
77 int quotientExponent = aExponent - bExponent + scale;
/external/flac/include/share/
H A Dreplaygain_synthesis.h49 /* scale = (float) pow(10., (double)replaygain * 0.05); */
50 size_t FLAC__replaygain_synthesis__apply_gain(FLAC__byte *data_out, FLAC__bool little_endian_data_out, FLAC__bool unsigned_data_out, const FLAC__int32 * const input[], unsigned wide_samples, unsigned channels, const unsigned source_bps, const unsigned target_bps, const double scale, const FLAC__bool hard_limit, FLAC__bool do_dithering, DitherContext *dither_context);
/external/freetype/src/base/
H A Dftadvanc.c32 FT_Fixed scale; local
43 scale = face->size->metrics.y_scale;
45 scale = face->size->metrics.x_scale;
51 advances[nn] = FT_MulDiv( advances[nn], scale, 64 );
165 /* scale from 26.6 to 16.16, unless NO_SCALE was requested */
/external/libxaac/decoder/
H A Dixheaacd_tns.h43 WORD16 *scale, WORD order);
46 WORD16 *scale, WORD32 order);
49 WORD16 *scale, WORD order);
66 VOID ixheaacd_tns_parcor_to_lpc(WORD32 *parcor, WORD32 *lpc, WORD16 *scale,
/external/libxcam/modules/ocl/
H A Dcl_gauss_handler.cpp90 uint32_t scale = XCAM_GAUSS_SCALE (radius); local
92 uint32_t scale_size = scale * scale * sizeof (_g_table[0]);
100 for(i = 0; i < scale; i++) {
101 for(j = 0; j < scale; j++) {
103 _g_table[i * scale + j] = exp(-dis / (2.0f * sigma * sigma));
104 sum += _g_table[i * scale + j];
108 for(i = 0; i < scale * scale; i++) {
/external/llvm/lib/Support/
H A DBranchProbability.cpp66 static uint64_t scale(uint64_t Num, uint32_t N, uint32_t D) { function
108 uint64_t BranchProbability::scale(uint64_t Num) const { function in class:BranchProbability
109 return ::scale<D>(Num, N, D);
113 return ::scale<0>(Num, D, N);
/external/pdfium/core/fxge/
H A Dcfx_graphstate.h23 void SetLineDash(CPDF_Array* pArray, float phase, float scale);
/external/pdfium/fxbarcode/pdf417/
H A DBC_PDF417BarcodeRow.h23 std::vector<uint8_t>& getScaledRow(int32_t scale);
H A DBC_PDF417Writer.cpp85 int32_t scale = std::min(scaleX, scaleY); local
86 if (scale > 1) {
88 scale * lineThickness, scale * aspectRatio * lineThickness);
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
H A Dtest_extensions.py97 def check_positions(scale, scale_pos, label, label_pos):
98 self.assertEqual(scale.pack_info()['side'], scale_pos)
101 check_positions(x.scale, 'bottom', x.label, 'n')
104 check_positions(x.scale, 'top', x.label, 's')
108 check_positions(x.scale, 'top', x.label, 's')
111 check_positions(x.scale, 'bottom', x.label, 'n')
125 prev_xcoord = lscale.scale.coords()[0]
128 # the scale widget, since 0 is at the middle of the new
130 lscale.scale.configure(from_=-5, to=5)
134 curr_xcoord = lscale.scale
[all...]
/external/skia/gm/
H A Dskbug_4868.cpp17 canvas->scale(0.56692914f, 0.56692914f);
/external/skia/tests/
H A Dskbug5221.cpp16 canvas->scale(63, 0);
/external/skqp/gm/
H A Dskbug_4868.cpp17 canvas->scale(0.56692914f, 0.56692914f);
/external/skqp/tests/
H A Dskbug5221.cpp16 canvas->scale(63, 0);
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTMisc.h59 @param[in] scale Scale the skybox
65 void PVRTCreateSkybox(float scale, bool adjustUV, int textureSize, VERTTYPE** Vertices, VERTTYPE** UVs);
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
H A Dindependent_test.py53 scale = np.float32([0.1, 0.5])
56 distribution=normal_lib.Normal(loc=loc, scale=scale),
68 expected_log_prob_x = stats.norm(loc, scale).logpdf(x_).sum(-1)
74 scale = np.float32([1., 0.5])
79 scale_identity_multiplier=scale),
91 expected_log_prob_x = stats.norm(loc, scale[:, None]).logpdf(
98 scale = np.float32([1., 0.5])
104 scale_identity_multiplier=scale),
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
H A Dvector_student_t.py47 * `scale = Sigma`; a lower-triangular matrix in `R^{k x k}`,
54 The VectorStudentT distribution is a member of the [location-scale family](
59 X ~ StudentT(df, loc=0, scale=1)
60 Y = loc + scale * X
63 Notice that the `scale` matrix has semantics closer to std. deviation than
89 vector of length `k` and a scale matrix of shape `k x k`.
119 For more examples of how to construct the `scale` matrix, see the
152 scale_diag=scale_tril = None` then `scale += IdentityMatrix`. Otherwise
153 no scaled-identity-matrix is added to `scale`.
156 diagonal matrix. When `None` no diagonal term is added to `scale`
238 def scale(self): member in class:_VectorStudentT
[all...]
/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
H A Dnormalization.py49 scale: If True, multiply by `gamma`.
81 scale=True,
97 scale=scale,
124 'scale': self.scale,
/external/vulkan-validation-layers/libs/glm/gtx/
H A Dtransform.hpp72 /// Transforms a matrix with a scale 4 * 4 matrix created from a vector of 3 components.
74 /// - See also: \link glm::scale GLM_GTC_matrix_transform \endlink
76 GLM_FUNC_DECL detail::tmat4x4<T, P> scale(
/external/webrtc/webrtc/common_audio/signal_processing/
H A Dcomplex_fft_mips.c154 int scale = 0, shift = 0; local
172 "move %[scale], $zero \n\t"
226 "addu %[scale], %[scale], %[tmp1] \n\t"
318 [shift] "=&r" (shift), [scale] "=&r" (scale), [tempMax] "=&r" (tempMax)
326 return scale;
/external/webrtc/webrtc/modules/utility/include/
H A Daudio_frame_operations.h53 static int ScaleWithSat(float scale, AudioFrame& frame);

Completed in 715 milliseconds

<<11121314151617181920>>