Lines Matching refs:Ex
1 # Introduction of the Ex-HEAAC Decoder
4 Ex-HEAAC (Extended HE AAC), the latest upgrade to the MPEG AAC codec family,
7 (Digital Radio Mondiale), Ex-HEAAC bridges the gap between speech and
14 mono and 12 kbit/s for stereo services. Thus Ex-HEAAC streaming apps and
17 more bandwidth becomes available on the network again, the Ex-HEAAC
20 improved coding efficiency can be used to improve video quality. Ex-HEAAC
38 # Introduction to Ex-HEAAC Decoder APIs
58 …TYPE_INIT_API_PRE_CONFIG_PARAMS | Sets the configuration parameters of the Ex-HEAAC v2 Decoder to …
64 …whether the output needs to be downsampled(1) or not(0).This is valid only for Ex-HEAAC v2 build |
68 …e of stream changing from SBR present to SBR not present.This is valid only for Ex-HEAAC v2 build |
93 …ARAM_SBR_MODE | Gets the SBR mode (Present/ Not Present).This is valid only for Ex-HEAAC v2 build |
102 # Building the Ex-HEAAC Decoder
105 * Makefiles for building the Ex-HEAAC decoder library is provided in root(`libxaac/`) folder.
106 * Makefiles for building the Ex-HEAAC decoder testbench is provided in `test` folder.
117 To create MSVS project files for the Ex-HEAAC decoder from cmake, run the following commands:
119 Go to the root directory(libxaac/) of the Ex-HEAAC Decoder.
129 The Ex-HEAAC decoder can be built using these project files.
132 Run the following commands to build the Ex-HEAAC Decoder for native platform:
134 Go to the root directory(libxaac/) of the Ex-HEAAC Decoder.
174 # Running the Ex-HEAAC Decoder
176 The Ex-HEAAC Decoder can be run by providing command-line parameters(CLI options) directly or by pr…
244 # Validating the Ex-HEAAC Decoder