Lines Matching defs:in

20 individually for the purpose of encoding or decoding bit streams in products that are compliant with
31 Redistribution and use in source and binary forms, with or without modification, are permitted without
34 You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
35 your modifications thereto in source code form.
37 You must retain the complete text of this software license in the documentation and/or other materials
38 provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
40 modifications thereto to recipients of copies in binary form.
69 or business interruption, however caused and on any theory of liability, whether in contract, strict
70 liability, or tort (including negligence), arising in any way out of the use of this software, even if
101 static FIXP_DBL FDKaacEnc_GetWindowEnergy(const FIXP_DBL in[], const INT blSwWndIdx);
178 /* Attack in Window 0 */ {1, 3, 3, 1},
179 /* Attack in Window 1 */ {1, 1, 3, 3},
180 /* Attack in Window 2 */ {2, 1, 3, 2},
181 /* Attack in Window 3 */ {3, 1, 3, 1},
182 /* Attack in Window 4 */ {3, 1, 1, 3},
183 /* Attack in Window 5 */ {3, 2, 1, 2},
184 /* Attack in Window 6 */ {3, 3, 1, 1},
185 /* Attack in Window 7 */ {3, 3, 1, 1}
256 /* Calculate unfiltered and filtered energies in subwindows and combine to segments */
285 /* if attack is in last window repeat SHORT_WINDOW */
319 static FIXP_DBL FDKaacEnc_GetWindowEnergy(const FIXP_DBL in[], const INT blSwWndIdx)
325 return in[blSwWndIdx];
445 /* in case all two channels were detected as short-blocks before syncing, use the grouping of channel with higher maxWindowNrg */