Searched
full:coefficients (Results
326 -
350 of
1013) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/skia/include/core/ |
SkXfermode.h | 42 /** Enum of possible coefficients to describe some xfermodes 59 /** If the xfermode can be expressed as an equation using the coefficients 65 As examples, here are some of the porterduff coefficients
|
/external/eigen/Eigen/src/Core/ |
Array.h | 157 /** constructs an initialized 2D vector with given coefficients */ 161 /** constructs an initialized 3D vector with given coefficients */ 170 /** constructs an initialized 4D vector with given coefficients */
|
SelfAdjointView.h | 21 * \param MatrixType the type of the dense matrix storing the coefficients 25 * with given dense storage of the coefficients. It is the return type of MatrixBase::selfadjointView() 62 /** \brief The type of coefficients in this matrix */
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
RandomSetter.h | 113 * // don't use m but w instead with read/write random access to the coefficients: 273 // Note that we have to deal with at most 2^OuterPacketBits unsorted coefficients, 303 /** \returns the number of non zero coefficients
|
/external/jpeg/ |
jddctmgr.c | 256 * coefficients, but are stored as ints to ensure access efficiency. 269 * coefficients scaled by scalefactor[row]*scalefactor[col], where 325 * coefficients scaled by scalefactor[row]*scalefactor[col], where
|
jidctflt.c | 10 * must also perform dequantization of the input coefficients. 64 * Perform dequantization and inverse DCT on one block of coefficients. 91 * coefficients are zero, especially the AC terms. We can exploit this
|
/external/libyuv/files/include/libyuv/ |
planar_functions.h | 202 // The first 4 coefficients apply to B, G, R, A and produce B of the output. 203 // The next 4 coefficients apply to B, G, R, A and produce G of the output. 204 // The last 4 coefficients apply to B, G, R, A and produce R of the output.
|
/external/neven/Embedded/common/src/b_TensorEm/ |
RBFMap2D.h | 70 /** cluster of rbf coefficients, x and y */ 84 /** matrix needed for computation of rbf coefficients */ 88 /** arrays needed for computation of rbf coefficients */
|
/external/qemu/distrib/jpeg-6b/ |
jddctmgr.c | 216 * coefficients, but are stored as ints to ensure access efficiency. 229 * coefficients scaled by scalefactor[row]*scalefactor[col], where 285 * coefficients scaled by scalefactor[row]*scalefactor[col], where
|
jidctflt.c | 10 * must also perform dequantization of the input coefficients. 64 * Perform dequantization and inverse DCT on one block of coefficients. 91 * coefficients are zero, especially the AC terms. We can exploit this
|
/external/skia/include/core/ |
SkXfermode.h | 42 /** Enum of possible coefficients to describe some xfermodes 59 /** If the xfermode can be expressed as an equation using the coefficients 65 As examples, here are some of the porterduff coefficients
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
isp_az.c | 20 * Description:Compute the LPC coefficients from isp (order=M) * 39 Word16 a[], /* (o) Q12 : predictor coefficients (order = M) */ 182 * f[] : the coefficients of F1 or F2 in Q23 *
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_erf.c | 122 * Coefficients for approximation to erf on [0,0.84375] 137 * Coefficients for approximation to erf in [0.84375,1.25] 153 * Coefficients for approximation to erfc in [1.25,1/0.35] 172 * Coefficients for approximation to erfc in [1/.35,28]
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
UnitBezier.h | 37 // Calculate the polynomial coefficients, implicit first and last control points are (0,0) and (1,1).
|
/external/chromium_org/third_party/mesa/src/docs/ |
perf.html | 55 All material and light coefficients are >= zero
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_bld_interp.h | 50 * Describes how to compute the interpolation coefficients (a0, dadx, dady)
|
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
m_eval.h | 51 * where s=1-t and the binomial coefficients [i]. These can
|
/external/chromium_org/third_party/opus/src/silk/ |
LPC_analysis_filter.c | 44 const opus_int16 *B, /* I MA prediction coefficients, Q12 [order] */
|
ana_filt_bank_1.c | 34 /* Coefficients for 2-band filter bank based on first-order allpass filters */
|
/external/chromium_org/third_party/opus/src/silk/fixed/ |
LTP_analysis_filter_FIX.c | 37 const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ],/* I LTP_ORDER LTP coefficients for each MAX_NB_SUBFR subframe */
|
schur64_FIX.c | 37 opus_int32 rc_Q16[], /* O Reflection coefficients [order] Q16 */
|
schur_FIX.c | 37 opus_int16 *rc_Q15, /* O reflection coefficients [order] Q15 */
|
structs_FIX.h | 92 opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ]; /* Packs two int16 coefficients per int32 value */
|
/external/chromium_org/third_party/opus/src/silk/float/ |
find_LPC_FLP.c | 98 /* NLSF interpolation is currently inactive, calculate NLSFs from full frame AR coefficients */
|
structs_FLP.h | 83 silk_float PredCoef[ 2 ][ MAX_LPC_ORDER ]; /* holds interpolated and final coefficients */
|
Completed in 160 milliseconds
<<11121314151617181920>>