HomeSort by relevance Sort by last modified time
    Searched full:coefficients (Results 251 - 275 of 469) sorted by null

<<111213141516171819

  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Syn_filt_32_neon.s 19 @ Word16 a[], /* (i) Q12 : a[m+1] prediction coefficients */
residu_asm_neon.s 18 @ Word16 a[], /* (i) : prediction coefficients */
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_enc_tab.h 71 * coefficients
225 /* DCT coefficients. Four tables, two for last = 0, two for last = 1.
361 /* New tables for Intra luminance coefficients. Same codewords,
492 /* DCT coefficients. Four tables, two for last = 0, two for last = 1.
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 119 STMIA pDst, {c0w0, c1w0} ;// Storing all the coefficients at once
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 51 ; * -The number of coefficients is greater than 64
omxVCM4P2_QuantInvIntra_I_s.s 26 ; * The output coefficients are clipped to the range: [-2048, 2047].
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 132 VST1 dDqntCoeff,[pDst] ;// Storing all the coefficients at once
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 51 ; * -The number of coefficients is greater than 64
omxVCM4P2_QuantInvInter_I_s.s 25 ; * The output coefficients are clipped to the range: [-2048, 2047].
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_GetVLCInfo.c 42 * MaxNumCoef - specifies the number of coefficients contained in the
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_PutVLCBits.c 32 * quantized DCT coefficients.
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_mid_hor.s 57 ;// Basic idea in horizontal filtering is to adjust coefficients
  /external/opencv/cxcore/src/
cxutils.cpp 293 "The matrix of coefficients must be 1-dimensional vector of 3 or 4 elements" );
415 coefficients. The original code has been taken from Ken Turkowski's web
441 * linear and quadratic iterated synthetic division. The coefficients of
443 * the constant term. The coefficients are scaled by dividing them by
483 // Copy polynomial coefficients to working storage
485 h[2 + j] = *a++; // Note reversal of coefficients
661 CV_ERROR(CV_StsUnmatchedFormats, "must have n + 1 coefficients");
    [all...]
  /external/freetype/src/base/
ftbbox.c 424 /* of the range of the original polynomial coefficients. */
431 if ( t1 == 0 ) /* all coefficients are 0! */
  /external/opencv/cvaux/src/
cveigenobjects.cpp 938 // Purpose: The function calculates all decomposition coefficients for input object
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/filters/arm/
FELightingNEON.cpp 40 // Alpha coefficients.
137 // Constant coefficients
  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.cpp 401 void SharedGraphicsContext3D::useBicubicProgram(const AffineTransform& transform, const AffineTransform& texTransform, const float coefficients[16], const float imageIncrement[2], float alpha)
403 m_bicubicShader->use(transform, texTransform, coefficients, imageIncrement, alpha);
  /external/webrtc/src/modules/audio_processing/aec/main/source/
aec_core_sse2.c 237 // five polynomial approximation. The coefficients have been
315 // polynomial approximation. The coefficients have been estimated
  /frameworks/base/media/libeffects/lvm/lib/Reverb/src/
LVREV_ApplyNewSettings.c 73 * Update the high pass filter coefficients
92 * Update the low pass filter coefficients
  /frameworks/base/media/libstagefright/codecs/aacdec/
tns_decode_coef.h 25 Description: Modified to return the LPC coefficients in-place, so the
28 Description: Modified to return the q-format of the LPC coefficients.
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
levinson.h 128 Word16 A[], /* o : A[m] LPC coefficients (m = 10) */
129 Word16 rc[], /* o : rc[4] First 4 reflection coefficients */
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
interpolate_isp.cpp 50 int16 Az[] output: LP coefficients in 4 subframes
119 int16 Az[] /* output: LP coefficients in 4 subframes */
  /external/freetype/src/truetype/
ttobjs.h 190 FT_Fixed xx, xy; /* transformation matrix coefficients */
  /external/jpeg/
jdct.h 26 * Quantization of the output coefficients is done by jcdctmgr.c.
jpegtran.1 23 works by rearranging the compressed data (DCT coefficients), without

Completed in 448 milliseconds

<<111213141516171819