OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeIndex
(Results
1 - 2
of
2
) sorted by null
/external/aac/libSBRenc/src/
ton_corr.cpp
126
INT i, k, r, r2,
timeIndex
, autoCorrScaling;
180
timeIndex
= startIndexMatrix;
234
quotaMatrix[
timeIndex
][r] = FL2FXCONST_DBL(0.0f);
235
signMatrix[
timeIndex
][r] = 0;
264
quotaMatrix[
timeIndex
][r] = tmp << commonShift;
267
quotaMatrix[
timeIndex
][r] = schur_div(num,denom,16) >> commonShift;
271
quotaMatrix[
timeIndex
][r] = FL2FXCONST_DBL(0.0f);
293
signMatrix[
timeIndex
][r] = 1 - 2*(r2 & 0x1);
296
nrgVector[
timeIndex
] += ((ac->r00r) >> fixMin(DFRACT_BITS-1,(2*qmfScale+autoCorrScaling + SCALE_NRGVEC)));
302
timeIndex
++
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimations.cpp
222
for (size_t
timeIndex
= 0;
timeIndex
< chained->m_segments.size();
timeIndex
++) {
223
const ChainedTimingFunction::Segment& segment = chained->m_segments[
timeIndex
];
225
if (frames[
timeIndex
]->offset() != segment.m_min || frames[
timeIndex
+ 1]->offset() != segment.m_max)
Completed in 68 milliseconds