Searched defs:frameShift (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationClock.cpp63 const double frameShift = fmod(currentTime - m_time, approximateFrameTime); local
64 const double newTime = currentTime + (approximateFrameTime - frameShift);
/external/aac/libSBRenc/src/
H A Dtran_det.h107 int frameShift; member in struct:__anon271
135 int frameShift,
H A Dtran_det.cpp333 if ( h_sbrTransientDetector->frameShift != 0 ) {
618 if ( h_sbrTran->frameShift != 0) {
620 /* Check for transients in first <frameShift> qmf-slots of second frame */
621 for (i=qmfStartSample+no_cols; i<qmfStartSample + no_cols+h_sbrTran->frameShift; i++) {
647 int frameShift,
657 h_sbrTransientDetector->frameShift = frameShift;
638 FDKsbrEnc_InitSbrTransientDetector(HANDLE_SBR_TRANSIENT_DETECTOR h_sbrTransientDetector, INT frameSize, INT sampleFreq, sbrConfigurationPtr params, int tran_fc, int no_cols, int no_rows, int YBufferWriteOffset, int YBufferSzShift, int frameShift, int tran_off) argument
H A Dsbr_encoder.cpp1200 int frameShift, tran_off=0; local
1303 frameShift = LD_PRETRAN_OFF;
1307 frameShift = 0;
1365 frameShift,

Completed in 119 milliseconds