HomeSort by relevance Sort by last modified time
    Searched refs:UCHAR (Results 51 - 75 of 380) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/aac/libSBRenc/src/
sbr_ram.cpp 132 C_ALLOC_MEM2 (Ram_Sbr_freqBandTableLO, UCHAR, (MAX_FREQ_COEFFS/2+1), (8))
137 C_ALLOC_MEM2 (Ram_Sbr_freqBandTableHI, UCHAR, (MAX_FREQ_COEFFS+1), (8))
142 C_ALLOC_MEM2 (Ram_Sbr_v_k_master, UCHAR, (MAX_FREQ_COEFFS+1), (8))
152 C_ALLOC_MEM2 (Ram_Sbr_detectionVectors, UCHAR, (MAX_NO_OF_ESTIMATES*MAX_FREQ_COEFFS), (8))
157 C_ALLOC_MEM2 (Ram_Sbr_prevEnvelopeCompensation, UCHAR, MAX_FREQ_COEFFS, (8))
161 C_ALLOC_MEM2 (Ram_Sbr_guideScfb, UCHAR, MAX_FREQ_COEFFS, (8))
166 C_ALLOC_MEM2 (Ram_Sbr_guideVectorDetected, UCHAR, (MAX_NO_OF_ESTIMATES*MAX_FREQ_COEFFS), (8))
196 FIXP_DBL* GetRam_Sbr_envYBuffer (int n, UCHAR* dynamic_RAM) {
205 FIXP_DBL* GetRam_Sbr_envRBuffer (int n, UCHAR* dynamic_RAM) {
209 FIXP_DBL* GetRam_Sbr_envIBuffer (int n, UCHAR* dynamic_RAM)
    [all...]
sbr_ram.h 155 H_ALLOC_MEM(Ram_Sbr_freqBandTableLO, UCHAR)
156 H_ALLOC_MEM(Ram_Sbr_freqBandTableHI, UCHAR)
157 H_ALLOC_MEM(Ram_Sbr_v_k_master, UCHAR)
159 H_ALLOC_MEM(Ram_Sbr_detectionVectors, UCHAR)
160 H_ALLOC_MEM(Ram_Sbr_prevEnvelopeCompensation, UCHAR)
161 H_ALLOC_MEM(Ram_Sbr_guideScfb, UCHAR)
162 H_ALLOC_MEM(Ram_Sbr_guideVectorDetected, UCHAR)
167 FIXP_DBL* GetRam_Sbr_envYBuffer (int n, UCHAR* dynamic_RAM);
168 FIXP_DBL* GetRam_Sbr_envRBuffer (int n, UCHAR* dynamic_RAM);
169 FIXP_DBL* GetRam_Sbr_envIBuffer (int n, UCHAR* dynamic_RAM)
    [all...]
bit_sbr.h 158 const UCHAR *hufftableTimeL;
159 const UCHAR *hufftableFreqL;
165 const UCHAR *hufftableLevelTimeL;
166 const UCHAR *hufftableBalanceTimeL;
167 const UCHAR *hufftableLevelFreqL;
168 const UCHAR *hufftableBalanceFreqL;
171 const UCHAR *hufftableNoiseTimeL;
173 const UCHAR *hufftableNoiseFreqL;
176 const UCHAR *hufftableNoiseLevelTimeL;
178 const UCHAR *hufftableNoiseBalanceTimeL
    [all...]
sbrenc_freq_sca.h 100 UCHAR *v_k_master,
110 UCHAR *h_hires,
112 UCHAR *v_k_master,
118 UCHAR *v_lores,
120 UCHAR *v_hires,
  /external/aac/libAACdec/src/
aacdec_pns.h 100 UCHAR correlated[NO_OFBANDS];
105 UCHAR pnsUsed[NO_OFBANDS];
107 UCHAR PnsActive;
rvlc_info.h 133 UCHAR numWindowGroups;
134 UCHAR maxSfbTransmitted;
135 UCHAR first_noise_group;
136 UCHAR first_noise_band;
137 UCHAR direction;
149 UCHAR numDecodedEscapeWordsFwd; /* when decoding RVL-codes forward */
150 UCHAR numDecodedEscapeWordsBwd; /* when decoding RVL-codes backward */
151 UCHAR numDecodedEscapeWordsEsc; /* when decoding the escape-Words */
rvlcbit.cpp 106 UCHAR rvlcReadBitFromBitstream (HANDLE_FDK_BITSTREAM bs,
108 UCHAR readDirection)
aacdecoder.h 176 UCHAR frameOK; /*!< Will be unset if a consistency check, e.g. CRC etc. fails */
181 UCHAR elTags[(8)]; /*!< Table where the elements id Tags are listed */
182 UCHAR chMapping[(8)]; /*!< Table of MPEG canonical order to bitstream channel order mapping. */
185 UCHAR channelIndices[(8)]; /*!< Audio channel index for each output audio channel (from 0 upto numChannels). */
189 const UCHAR (*channelOutputMapping)[8]; /*!< Table for MPEG canonical order to output channel order mapping. */
190 UCHAR chMapIndex; /*!< Index to access one line of the channelOutputMapping table. This is required
204 UCHAR channelIndicesPrev[(8)]; /*!< Array holding the channelIndices values of the last successful decode call. */
208 UCHAR sbrEnabled; /*!< flag to store if SBR has been detected */
209 UCHAR sbrEnabledPrev; /*!< flag to store if SBR has been detected from previous frame */
210 UCHAR psPossible; /*!< flag to store if PS is possible *
    [all...]
aacdec_drc.h 142 UCHAR pceInstanceTag,
143 UCHAR channelMapping[],
172 UCHAR pceInstanceTag,
173 UCHAR channelMapping[],
aacdec_hcr_types.h 282 UCHAR *pCodebook;
286 const UCHAR *pMinOfCbPair;
287 const UCHAR *pMaxOfCbPair;
292 const UCHAR *pMaxCwLength;
293 const UCHAR *pCbDimension;
294 const UCHAR *pCbDimShift;
295 const UCHAR *pCbSign;
296 const UCHAR *pCbPriority;
308 UCHAR readDirection;
309 UCHAR numWordForBitfield
    [all...]
conceal_types.h 162 UCHAR aRvlcPreviousCodebook[RVLC_MAX_SFB]; /* needed once per channel */
169 UCHAR windowShape;
170 UCHAR windowSequence;
171 UCHAR lastWinGrpLen;
  /external/aac/libSBRdec/src/
psbitdec.h 100 const UCHAR frameError);
psdec.h 194 UCHAR bPsHeaderValid; /*!< set if new header is available from bitstream */
196 UCHAR bEnableIid; /*!< One bit denoting the presence of IID parameters */
197 UCHAR bEnableIcc; /*!< One bit denoting the presence of ICC parameters */
198 UCHAR bEnableExt; /*!< The PS extension layer is enabled using the enable_ext bit.
202 UCHAR modeIid; /*!< The configuration of IID parameters (number of bands and
204 UCHAR modeIcc; /*!< The configuration of Inter-channel Coherence parameters
208 UCHAR freqResIid; /*!< 0=low, 1=mid or 2=high frequency resolution for iid */
209 UCHAR freqResIcc; /*!< 0=low, 1=mid or 2=high frequency resolution for icc */
211 UCHAR bFineIidQ; /*!< Use fine Iid quantisation. */
213 UCHAR bFrameClass; /*!< The frame_class bit determines whether t (…)
    [all...]
sbrdec_freq_sca.cpp 102 static void CalcBands(UCHAR * diff, UCHAR start, UCHAR stop, UCHAR num_bands);
103 static SBR_ERROR modifyBands(UCHAR max_band, UCHAR * diff, UCHAR length);
104 static void cumSum(UCHAR start_value, UCHAR* diff, UCHAR length, UCHAR *start_adress)
    [all...]
sbr_ram.h 110 UCHAR frameErrorFlag[(1)+1]; /* Frame error status (for every slot in the delay line).
113 UCHAR useFrameSlot; /* Index which defines which slot will be decoded/filled next (used with additional delay) */
114 UCHAR useHeaderSlot[(1)+1]; /* Index array that provides the link between header and frame data
136 UCHAR synDownsampleFac;
137 UCHAR numDelayFrames; /* The current number of additional delay frames used for processing. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsnwlink.h 21 UCHAR netnum[4];
22 UCHAR nodenum[6];
32 UCHAR netnum[4];
36 UCHAR router[6];
43 UCHAR ConnectionState;
44 UCHAR WatchDogActive;
53 UCHAR ImmediateAddress[6];
54 UCHAR RemoteNetwork[4];
55 UCHAR RemoteNode[6];
ws2atm.h 30 UCHAR Addr[ATM_ADDR_SIZE];
64 UCHAR SnapID[5];
75 UCHAR HighLayerInfo[8];
93 UCHAR IE[1];
111 UCHAR Mode;
112 UCHAR SSCSType;
162 UCHAR BearerClass;
163 UCHAR TrafficType;
164 UCHAR TimingRequirements;
165 UCHAR ClippingSusceptability
    [all...]
ntddchgr.h 216 UCHAR MoveFromTransport;
217 UCHAR MoveFromSlot;
218 UCHAR MoveFromIePort;
219 UCHAR MoveFromDrive;
220 UCHAR ExchangeFromTransport;
221 UCHAR ExchangeFromSlot;
222 UCHAR ExchangeFromIePort;
223 UCHAR ExchangeFromDrive;
224 UCHAR LockUnlockCapabilities;
225 UCHAR PositionCapabilities
    [all...]
winusb.h 60 UCHAR RequestType;
61 UCHAR Request;
67 WINBOOL WINAPI WinUsb_AbortPipe (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR PipeID);
69 WINBOOL WINAPI WinUsb_FlushPipe (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR PipeID);
71 WINBOOL WINAPI WinUsb_GetAssociatedInterface (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR AssociatedInterfaceIndex, PWINUSB_INTERFACE_HANDLE AssociatedInterfaceHandle);
73 WINBOOL WINAPI WinUsb_GetDescriptor (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR DescriptorType, UCHAR Index, USHORT LanguageID, PUCHAR Buffer, ULONG BufferLength, PULONG LengthTransferred);
76 WINBOOL WINAPI WinUsb_GetPipePolicy (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR PipeID, ULONG PolicyType, PULONG ValueLength, PVOID Value);
79 WINBOOL WINAPI WinUsb_QueryInterfaceSettings (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR AlternateSettingNumber, PUSB_INTERFACE_DESCRIPTOR UsbAltInterfaceDescriptor);
80 WINBOOL WINAPI WinUsb_QueryPipe (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR AlternateInterfaceNumber, UCHAR PipeIndex, PWINUSB_PIPE_INFORMATION PipeInformation)
    [all...]
  /external/aac/libMpegTPEnc/include/
mpegFileWrite.h 115 UCHAR *conf,
126 UCHAR *inBuffer,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsiscan.h 89 UCHAR CdbLength;
90 UCHAR SenseLength;
91 UCHAR Reserved2;
92 UCHAR Reserved3;
94 UCHAR Cdb[16];
112 UCHAR PortNumber;
113 UCHAR PathId;
114 UCHAR TargetId;
115 UCHAR Lun;
116 UCHAR AdapterName[MAX_STRING]
    [all...]
storport.h 55 UCHAR Function;
56 UCHAR SrbStatus;
57 UCHAR WMISubFunction;
58 UCHAR PathId;
59 UCHAR TargetId;
60 UCHAR Lun;
61 UCHAR Reserved1;
62 UCHAR WMIFlags;
63 UCHAR Reserved2[2];
73 UCHAR Reserved5[16]
    [all...]
atm.h 76 UCHAR IE[1];
80 UCHAR Subtype;
81 UCHAR CBRRate;
83 UCHAR SourceClockRecoveryMethod;
84 UCHAR ErrorCorrectionMethod;
86 UCHAR PartiallyFilledCellsMethod;
94 UCHAR SSCSType;
110 UCHAR Mode;
111 UCHAR SSCSType;
130 UCHAR UserToUserIndication
    [all...]
  /external/aac/libSYS/src/
conv_string.cpp 96 INT charBuf2HexString(char *string, UCHAR *charBuf, INT charBufLength)
99 UCHAR c1, c2;
108 UCHAR hexSymb[16]={'0','1','2','3','4','5','6','7','8','9','a','b','c','d','e','f'};
126 INT hexString2CharBuf(const char *string, UCHAR *charBuf, UINT charBufLength)
129 UCHAR hNibble, lNibble;
165 UCHAR hexChar2Dec(const char c)
177 return (UCHAR)r;
  /external/aac/libSBRenc/include/
sbr_encoder.h 145 UCHAR numChannels; /*!< */
147 UCHAR startFreq; /*!< bs_start_freq */
148 UCHAR startFreqSpeech; /*!< bs_start_freq for speech config flag */
149 UCHAR stopFreq; /*!< bs_stop_freq */
150 UCHAR stopFreqSpeech; /*!< bs_stop_freq for speech config flag */
152 UCHAR numNoiseBands; /*!< */
153 UCHAR noiseFloorOffset; /*!< */
156 UCHAR freqScale; /*!< */
211 UCHAR freqScale; /*!< Frequency grouping. */
223 UCHAR init_amp_res_FF
    [all...]

Completed in 779 milliseconds

1 23 4 5 6 7 8 91011>>