Home
last modified time | relevance | path

Searched refs:wnd (Results 1 – 3 of 3) sorted by relevance

/external/aac/libAACenc/src/
Dgrp_data.cpp122 INT wnd; /* counts through windows in a group */ in FDKaacEnc_groupShortData() local
134 for (wnd = 0; wnd < TRANS_FAC; wnd++) in FDKaacEnc_groupShortData()
140 …if ( mdctSpectrum[wnd*granuleLength_short+line] != FL2FXCONST_SPC(0.0) ) break; /* this band is no… in FDKaacEnc_groupShortData()
175 wnd = 0; in FDKaacEnc_groupShortData()
181 FIXP_DBL thresh = sfbThreshold->Short[wnd][sfb]; in FDKaacEnc_groupShortData()
184 thresh = nrgAddSaturate(thresh, sfbThreshold->Short[wnd+j][sfb]); in FDKaacEnc_groupShortData()
189 wnd += groupLen[grp]; in FDKaacEnc_groupShortData()
193 wnd = 0; in FDKaacEnc_groupShortData()
199 FIXP_DBL energy = sfbEnergy->Short[wnd][sfb]; in FDKaacEnc_groupShortData()
202 energy = nrgAddSaturate(energy, sfbEnergy->Short[wnd+j][sfb]); in FDKaacEnc_groupShortData()
[all …]
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc117 HWND wnd = CreateWindow(window_class, in InitInstance() local
129 if (!wnd) { in InitInstance()
133 ShowWindow(wnd, command_show); in InitInstance()
134 UpdateWindow(wnd); in InitInstance()
357 LRESULT CALLBACK WndProc(HWND wnd, in WndProc() argument
366 HINSTANCE instance = (HINSTANCE)GetWindowLongPtr(wnd, GWLP_HINSTANCE); in WndProc()
377 wnd, in WndProc()
381 DestroyWindow(wnd); in WndProc()
402 return DefWindowProc(wnd, message, w_param, l_param); in WndProc()
413 wnd, in WndProc()
[all …]
/external/aac/libAACdec/src/
Dconceal.cpp1064 int wnd; in CConcealment_ApplyInter() local
1074 for (wnd = 0; wnd < 8; wnd++) in CConcealment_ApplyInter()
1077 &pSpectralCoefficient[wnd * (samplesPerFrame / 8)], /* spec_(n-2) */ in CConcealment_ApplyInter()
1084 &pConcealmentInfo->spectralCoefficient[wnd * (samplesPerFrame / 8)], /* spec_n */ in CConcealment_ApplyInter()
1091 &pSpectralCoefficient[wnd * (samplesPerFrame / 8)], /* spec_(n-1) */ in CConcealment_ApplyInter()
1092 &pSpecScale[wnd], in CConcealment_ApplyInter()
1093 &pConcealmentInfo->specScale[wnd], in CConcealment_ApplyInter()
1094 &pSpecScale[wnd], in CConcealment_ApplyInter()