/external/deqp/modules/gles3/performance/ |
es3pDepthTests.cpp | 761 const float usPerCall = testParam.coefficient; 767 log << TestLog::Message << "Offset & coefficient presented as [confidence interval min, estimate, confidence interval max]. Reported confidence interval for this test is " << confidence << TestLog::EndMessage; 770 << "[" << testParam.coefficientConfidenceLower << ", " << testParam.coefficient << ", " << testParam.coefficientConfidenceUpper << "]" 778 log << TestLog::Message << "Coefficient confidence bounds include values below 0.0, the operation likely has neglible per-pixel cost" << TestLog::EndMessage; 783 log << TestLog::Message << "Coefficient confidence range is extremely large, cannot give reliable result" << TestLog::EndMessage; [all...] |
/external/libjpeg-turbo/ |
jdhuff.c | 77 /* Whether we care about the DC and AC coefficient values for each block */ 126 /* Decide whether we really care about the coefficient values */ 574 /* Section F.2.2.1: decode the DC coefficient difference */ 588 /* Output the DC coefficient (assumes jpeg_natural_order[0] = 0) */ 608 /* Output coefficient in natural (dezigzagged) order.
|
jdinput.c | 14 * processing (marker reading and coefficient decoding). The actual input 290 * This is called by the coefficient controller after it's read all 307 * coefficient controller's consume_data routine, depending on whether
|
jidctred.c | 20 * 1x1 is trivial: just take the DC coefficient divided by 8. 106 /* Dequantize a coefficient by multiplying it by the multiplier-table 393 * average pixel value, which is one-eighth of the DC coefficient.
|
wizard.txt | 141 Ss Zigzag index of first coefficient included in scan 142 Se Zigzag index of last coefficient included in scan 143 Ah Zero for first scan of a coefficient, else Al of prior scan
|
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jdhuff.c | 76 /* Whether we care about the DC and AC coefficient values for each block */ 124 /* Decide whether we really care about the coefficient values */ 553 /* Section F.2.2.1: decode the DC coefficient difference */ 566 /* Output the DC coefficient (assumes jpeg_natural_order[0] = 0) */ 585 /* Output coefficient in natural (dezigzagged) order.
|
fpdfapi_jdinput.c | 10 * processing (marker reading and coefficient decoding). The actual input 266 * This is called by the coefficient controller after it's read all 283 * coefficient controller's consume_data routine, depending on whether
|
fpdfapi_jidctred.c | 18 * 1x1 is trivial: just take the DC coefficient divided by 8. 104 /* Dequantize a coefficient by multiplying it by the multiplier-table 389 * average pixel value, which is one-eighth of the DC coefficient.
|
/external/skia/src/opts/ |
SkBitmapFilter_opts_SSE2.cpp | 124 // the filter coefficient that was loaded incorrectly to zero; Other than 322 // Convolve with one filter coefficient per iteration. 325 // Duplicate the filter coefficient 8 times. 336 // multiply with current coefficient => accumulate the result. 349 // multiply with current coefficient => accumulate the result.
|
/external/ImageMagick/MagickCore/ |
resize.c | 100 coefficient[7]; /* cubic coefficents for BC-cubic filters */ 243 return(resize_filter->coefficient[0]+x*(x* 244 (resize_filter->coefficient[1]+x*resize_filter->coefficient[2]))); 246 return(resize_filter->coefficient[3]+x*(resize_filter->coefficient[4]+x* 247 (resize_filter->coefficient[5]+x*resize_filter->coefficient[6]))); 283 return(exp((double)(-resize_filter->coefficient[1]*x*x))); 342 return(resize_filter->coefficient[1]*I0(resize_filter->coefficient[0] 98 coefficient[7]; \/* cubic coefficents for BC-cubic filters *\/ member in struct:_ResizeFilter [all...] |
/external/flac/libFLAC/include/private/ |
lpc.h | 129 * bit) of largest coefficient 237 * during coefficient computation. 243 * (includes warmup sample size and quantized LP coefficient)
|
/external/libopus/silk/fixed/ |
burg_modified_FIX.c | 171 /* Calculate nominator and denominator for the next order reflection (parcor) coefficient */ 193 /* Calculate the next order reflection (parcor) coefficient */ 204 /* Max prediction gain exceeded; set reflection coefficient such that max prediction gain is exactly hit */
|
/external/libvorbis/lib/ |
lsp.c | 92 /* the last coefficient */ 179 /* the last coefficient */ 266 /* the last coefficient */
|
/external/opencv/cv/src/ |
cvsnakes.cpp | 58 // alpha - pointer to coefficient of continuity energy, 59 // beta - pointer to coefficient of curvature energy, 60 // gamma - pointer to coefficient of image energy,
|
/external/opencv3/3rdparty/libjpeg/ |
jcdctmgr.c | 10 * and it performs related housekeeping chores including coefficient 92 /* Divide the coefficient value by qval, ensuring proper rounding. 158 * The maximum coefficient size is +-16K (for 12-bit data), so this
|
/external/libavc/decoder/ |
ih264d_parse_cabac.c | 306 /* Main Loop runs for no. of Significant coefficient */ 614 /* last coefficient context is derived from significant coeff u4_flag */ 615 /* only significant coefficient matrix need to be initialized */ 625 /* last coefficient context is derived from significant coeff u4_flag */ 626 /* only significant coefficient matrix need to be initialized */ 786 /* Main Loop runs for no. of Significant coefficient */ [all...] |
/frameworks/base/core/java/android/widget/ |
OverScroller.java | 89 * means no bounce. This behavior is no longer supported and this coefficient has no effect. 91 * behavior is no longer supported and this coefficient has no effect. 106 * means no bounce. This behavior is no longer supported and this coefficient has no effect. 108 * behavior is no longer supported and this coefficient has no effect. 129 * @param friction A scalar dimension-less value representing the coefficient of 584 // A context-specific coefficient adjusted to physical values. [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
OverScroller.java | 87 * means no bounce. This behavior is no longer supported and this coefficient has no effect. 89 * behavior is no longer supported and this coefficient has no effect. 104 * means no bounce. This behavior is no longer supported and this coefficient has no effect. 106 * behavior is no longer supported and this coefficient has no effect. 123 * @param friction A scalar dimension-less value representing the coefficient of 585 // A device specific coefficient adjusted to physical values. [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/ |
PolynomialFunction.java | 46 * coefficient of x^n where n is the degree of the polynomial. 275 * but <code>1 - 3 x + x^2</code> if the negative coefficient is not
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
BigMatrix.java | 308 * Returns the solution vector for a linear system with coefficient 320 * coefficient matrix = this and constant vectors = columns of
|
/external/autotest/client/cros/chameleon/ |
audio_test_utils.py | 251 frequency has coefficient larger than this 252 ratio of the coefficient of first dominant
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/ |
graph.rst | 301 Returns the local clustering coefficient of node. 303 The local cluster coefficient is the proportion of the actual number
|
/external/eigen/Eigen/src/Core/ |
Array.h | 18 * \brief General-purpose arrays with easy API for coefficient-wise operations 23 * %Array class provides easy access to coefficient-wise operations, while the
|
CwiseBinaryOp.h | 19 * \brief Generic expression where a coefficient-wise binary operator is applied to two expressions 25 * This class represents an expression where a coefficient-wise binary operator is applied to two expressions.
|
/external/eigen/doc/ |
TopicAliasing.dox | 31 This assignment exhibits aliasing: the coefficient \c mat(1,1) appears both in the block 206 - Aliasing is harmless with coefficient-wise computations; this includes scalar multiplication and matrix or
|