HomeSort by relevance Sort by last modified time
    Searched refs:UCHAR (Results 1 - 25 of 234) sorted by null

1 2 3 4 5 6 7 8 910

  /external/aac/libSBRdec/src/
sbrdec_freq_sca.h 95 sbrdecUpdateFreqScale(UCHAR * v_k_master,
96 UCHAR *numMaster,
99 void sbrdecDownSampleLoRes(UCHAR *v_result, UCHAR num_result,
100 UCHAR *freqBandTableRef, UCHAR num_Ref);
102 void shellsort(UCHAR *in, UCHAR n);
env_extr.h 153 UCHAR nSfb[2]; /*!< Number of SBR-bands for low and high freq-resolution */
154 UCHAR nNfb; /*!< Actual number of noise bands to read from the bitstream*/
155 UCHAR numMaster; /*!< Number of SBR-bands in v_k_master */
156 UCHAR lowSubband; /*!< QMF-band where SBR frequency range starts */
157 UCHAR highSubband; /*!< QMF-band where SBR frequency range ends */
158 UCHAR limiterBandTable[MAX_NUM_LIMITERS+1]; /*!< Limiter band table. */
159 UCHAR noLimiterBands; /*!< Number of limiter bands. */
160 UCHAR nInvfBands; /*!< Number of bands for inverse filtering */
161 UCHAR *freqBandTable[2]; /*!< Pointers to freqBandTableLo and freqBandTableHi */
162 UCHAR freqBandTableLo[MAX_FREQ_COEFFS/2+1]
    [all...]
lpp_tran.h 149 UCHAR sourceStartBand; /*!< first band in lowbands where to take the samples from */
150 UCHAR sourceStopBand; /*!< first band in lowbands which is not included in the patch anymore */
151 UCHAR guardStartBand; /*!< first band in highbands to be filled with zeros in order to
153 UCHAR targetStartBand; /*!< first band in highbands to be filled with whitened lowband signal */
154 UCHAR targetBandOffs; /*!< difference between 'startTargetBand' and 'startSourceBand' */
155 UCHAR numBandsInPatch; /*!< number of consecutive bands in this one patch */
172 UCHAR nCols; /*!< number subsamples of a codec frame */
173 UCHAR noOfPatches; /*!< number of patches */
174 UCHAR lbStartPatching; /*!< first band of lowbands that will be patched */
175 UCHAR lbStopPatching; /*!< first band that won't be patched anymore*
    [all...]
  /external/aac/libAACdec/src/
rvlcbit.h 98 UCHAR rvlcReadBitFromBitstream (HANDLE_FDK_BITSTREAM bs,
100 UCHAR readDirection);
aacdec_hcr_bit.h 98 UCHAR ToggleReadDirection(UCHAR readDirection);
103 UCHAR readDirection);
aacdec_tns.h 107 UCHAR StartBand;
108 UCHAR StopBand;
113 UCHAR Order;
119 UCHAR NumberOfFilters[TNS_MAX_WINDOWS];
120 UCHAR DataPresent;
121 UCHAR Active;
aac_rom.h 119 UCHAR numberOfSfbLong;
120 UCHAR numberOfSfbShort;
134 UCHAR Dimension;
135 UCHAR numBits;
136 UCHAR Offset;
147 extern const UCHAR aMinOfCbPair[];
148 extern const UCHAR aMaxOfCbPair[];
150 extern const UCHAR aMaxCwLen[];
151 extern const UCHAR aDimCb[];
152 extern const UCHAR aDimCbShift[]
    [all...]
pulsedata.h 103 UCHAR PulseDataPresent;
104 UCHAR NumberPulse;
105 UCHAR PulseStartBand;
106 UCHAR PulseOffset[N_MAX_LINES];
107 UCHAR PulseAmp[N_MAX_LINES];
stereo.h 107 UCHAR MsMaskPresent;
108 UCHAR MsUsed[JointStereoMaximumBands]; /*!< every arry element contains flags for up to 8 groups */
  /external/aac/libSBRenc/src/
sbr_rom.h 101 extern const UCHAR v_Huff_envelopeLevelL10T[121];
103 extern const UCHAR v_Huff_envelopeLevelL10F[121];
105 extern const UCHAR bookSbrEnvBalanceL10T[49];
107 extern const UCHAR bookSbrEnvBalanceL10F[49];
109 extern const UCHAR v_Huff_envelopeLevelL11T[63];
111 extern const UCHAR v_Huff_envelopeLevelL11F[63];
113 extern const UCHAR bookSbrEnvBalanceL11T[25];
115 extern const UCHAR bookSbrEnvBalanceL11F[25];
117 extern const UCHAR v_Huff_NoiseLevelL11T[63];
119 extern const UCHAR bookSbrNoiseBalanceL11T[25]
    [all...]
  /external/aac/libMpegTPEnc/src/
tpenc_adts.h 103 UCHAR decoderCanDoMpeg4;
104 UCHAR mpeg_id;
105 UCHAR layer;
106 UCHAR protection_absent;
107 UCHAR profile;
108 UCHAR sample_freq_index;
109 UCHAR private_bit;
110 UCHAR original;
111 UCHAR home;
112 UCHAR copyright_id
    [all...]
tpenc_latm.h 136 UCHAR latmFrameCounter; /* Current frame number. Counts modulo muxConfigPeriod */
137 UCHAR muxConfigPeriod; /* Distance in frames between MuxConfig */
139 UCHAR audioMuxVersion; /* AMV1 supports transmission of taraBufferFullness and ASC lengths */
140 UCHAR audioMuxVersionA; /* for future extensions */
142 UCHAR noProgram;
143 UCHAR noLayer[LATM_MAX_PROGRAMS];
144 UCHAR fractDelayPresent;
146 UCHAR allStreamsSameTimeFraming;
147 UCHAR subFrameCnt; /* Current Subframe frame */
148 UCHAR noSubframes; /* Number of subframes *
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_adif.h 102 UCHAR CopyrightIdPresent;
103 UCHAR OriginalCopy;
104 UCHAR Home;
105 UCHAR BitstreamType;
tpdec_adts.h 113 UCHAR mpeg_id;
114 UCHAR layer;
115 UCHAR protection_absent;
116 UCHAR profile;
117 UCHAR sample_freq_index;
118 UCHAR private_bit;
119 UCHAR channel_config;
120 UCHAR original;
121 UCHAR home;
122 UCHAR copyright_id
    [all...]
mpegFileFormat.h 100 * \param pAu pointer to UCHAR*, returns the address of the first AU found or NULL.
104 FILE_FORMAT GetFileFormat(UCHAR *fileData, UCHAR **pAu, UINT *length);
  /development/host/windows/usb/winusb/
adb_winusb_interface.h 126 virtual bool GetEndpointInformation(UCHAR endpoint_index,
145 virtual ADBAPIHANDLE OpenEndpoint(UCHAR endpoint_index,
162 ADBAPIHANDLE OpenEndpoint(UCHAR endpoint_id, UCHAR endpoint_index);
176 UCHAR interface_number() const {
190 UCHAR interface_number_;
193 UCHAR def_read_endpoint_;
196 UCHAR read_endpoint_id_;
199 UCHAR def_write_endpoint_;
202 UCHAR write_endpoint_id_;
    [all...]
  /external/aac/libMpegTPDec/include/
tp_data.h 127 UCHAR ElementInstanceTag;
128 UCHAR Profile;
129 UCHAR SamplingFrequencyIndex;
130 UCHAR NumFrontChannelElements;
131 UCHAR NumSideChannelElements;
132 UCHAR NumBackChannelElements;
133 UCHAR NumLfeChannelElements;
134 UCHAR NumAssocDataElements;
135 UCHAR NumValidCcElements;
137 UCHAR MonoMixdownPresent
    [all...]
  /external/aac/libMpegTPEnc/include/
tp_data.h 127 UCHAR ElementInstanceTag;
128 UCHAR Profile;
129 UCHAR SamplingFrequencyIndex;
130 UCHAR NumFrontChannelElements;
131 UCHAR NumSideChannelElements;
132 UCHAR NumBackChannelElements;
133 UCHAR NumLfeChannelElements;
134 UCHAR NumAssocDataElements;
135 UCHAR NumValidCcElements;
137 UCHAR MonoMixdownPresent
    [all...]
  /development/host/windows/usb/api/
adb_legacy_interface.h 96 virtual bool GetEndpointInformation(UCHAR endpoint_index,
115 virtual ADBAPIHANDLE OpenEndpoint(UCHAR endpoint_index,
140 UCHAR endpoint_id,
141 UCHAR endpoint_index,
178 UCHAR def_read_endpoint_;
181 UCHAR read_endpoint_id_;
184 UCHAR def_write_endpoint_;
187 UCHAR write_endpoint_id_;
  /bionic/libc/kernel/arch-mips/asm/fw/arc/
types.h 26 typedef UCHAR *PUCHAR;
40 UCHAR HighIntensity;
41 UCHAR Underscored;
42 UCHAR ReverseVideo;
  /development/ndk/platforms/android-9/arch-mips/include/asm/fw/arc/
types.h 26 typedef UCHAR *PUCHAR;
40 UCHAR HighIntensity;
41 UCHAR Underscored;
42 UCHAR ReverseVideo;
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/fw/arc/
types.h 26 typedef UCHAR *PUCHAR;
40 UCHAR HighIntensity;
41 UCHAR Underscored;
42 UCHAR ReverseVideo;
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/fw/arc/
types.h 26 typedef UCHAR *PUCHAR;
40 UCHAR HighIntensity;
41 UCHAR Underscored;
42 UCHAR ReverseVideo;
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/fw/arc/
types.h 26 typedef UCHAR *PUCHAR;
40 UCHAR HighIntensity;
41 UCHAR Underscored;
42 UCHAR ReverseVideo;
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/fw/arc/
types.h 26 typedef UCHAR *PUCHAR;
40 UCHAR HighIntensity;
41 UCHAR Underscored;
42 UCHAR ReverseVideo;

Completed in 759 milliseconds

1 2 3 4 5 6 7 8 910