/external/aac/libSBRenc/include/ |
sbr_encoder.h | 231 UCHAR *freqBandTable[2]; /**< Frequency table for low and hires, only MAX_FREQ_COEFFS/2 +1 coeefs actually needed for lowres. */
|
/external/quake/quake/src/QW/client/ |
vid_win.c | 428 int i, xRes, yRes, bits, vMode, lowres, curmode, temp;
local 454 lowres = lowstretchedres = 99999;
481 if (xRes < lowres)
483 lowres = xRes;
500 if (lowstretchedres < lowres)
503 lowres = lowstretchedres;
[all...] |
/external/quake/quake/src/WinQuake/ |
vid_win.cpp | 387 int i, xRes, yRes, bits, vMode, lowres, curmode, temp;
local 413 lowres = lowstretchedres = 99999;
440 if (xRes < lowres)
442 lowres = xRes;
459 if (lowstretchedres < lowres)
462 lowres = lowstretchedres;
[all...] |