/external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/ |
sbc_enc_coeffs.c | 21 * This file contains the Windowing coeffs for synthesis filter
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
block_switch.c | 52 IIR high pass coeffs
|
tns.c | 654 /* early return if signal is very low: signal prediction off, with zero parcor coeffs */ 691 /* early termination if all corr coeffs are likely going to be zero */
|
bitenc.c | 262 * description: encode TNS data (filter order, coeffs, ..)
|
/external/opencv/cv/src/ |
cvoptflowlk.cpp | 136 /* we must have 2*2 linear system coeffs 175 /* Computing Gaussian coeffs */
|
cvfundam.cpp | 691 CvMat coeffs = cvMat( 1, 4, CV_64F, c ); local 762 n = cvSolveCubic( &coeffs, &roots ); [all...] |
cvfilter.cpp | [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
decode_plc.c | 255 WebRtc_Word16 lofilt_coefQ15[ORDERLO*SUBFRAMES]; //refl. coeffs 256 WebRtc_Word16 hifilt_coefQ15[ORDERHI*SUBFRAMES]; //refl. coeffs
|
/external/skia/src/gpu/ |
GrDrawState.h | [all...] |
/external/eigen/Eigen/src/Core/util/ |
Constants.h | 71 * all coeffs by packets.
|
/external/opencv/cvaux/src/ |
cvhmmobs.cpp | 54 // obsSize - size of top-left block of DCT coeffs matrix, which is treated
|
cvtrifocal.cpp | 336 /* we have computed coeffs for reduced project matrix */ 1570 CvMat coeffs; local [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
a_refl.h | 105 * Directform coeffs in Q12 are converted to
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
mp4lib_int.h | 381 typeDCStore *predDC; /* The DC coeffs for each MB */
|
/external/aac/libAACenc/src/ |
bitenc.cpp | 440 description: encode TNS data (filter order, coeffs, ..) 474 description: encode TNS data (filter order, coeffs, ..) [all...] |
block_switch.cpp | 112 /* IIR high pass coeffs */
|
/external/skia/src/gpu/gl/ |
GrGpuGL.cpp | 58 // extended blend coeffs 82 // extended blend coeffs [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
encodeframe.c | 282 /* reset above block coeffs */ 403 /* reset above block coeffs */ [all...] |
ethreading.c | 102 /* reset above block coeffs */
|
/external/webp/src/enc/ |
quant.c | 128 // Sharpening by (slightly) raising the hi-frequency coeffs (only for trellis). 514 // we don't need to go inspect up to n = 16 coeffs. We can just go up [all...] |
vp8enci.h | 357 const int16_t* const coeffs,
|
/external/aac/libSBRenc/src/ |
resampler.cpp | 111 int noCoeffs; /*! number of filter coeffs */
|
/external/eigen/Eigen/src/Core/ |
DenseCoeffsBase.h | 45 // to coeffs, which means exactly that we can have coeff() return a const reference (as opposed to returning a value).
|
/external/opencv/cxcore/src/ |
_cxipp.h | [all...] |
/external/opencv/cxcore/include/ |
cxcore.h | 689 CVAPI(int) cvSolveCubic( const CvMat* coeffs, CvMat* roots ); 692 CVAPI(void) cvSolvePoly(const CvMat* coeffs, CvMat *roots, [all...] |