/external/aac/libSBRdec/src/ |
sbr_rom.h | 148 extern const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvLevel10T[120][2]; 149 extern const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvLevel10F[120][2]; 150 extern const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvBalance10T[48][2]; 151 extern const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvBalance10F[48][2]; 152 extern const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvLevel11T[62][2]; 153 extern const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvLevel11F[62][2]; 154 extern const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvBalance11T[24][2]; 155 extern const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvBalance11F[24][2]; 156 extern const SCHAR FDK_sbrDecoder_sbr_huffBook_NoiseLevel11T[62][2]; 157 extern const SCHAR FDK_sbrDecoder_sbr_huffBook_NoiseBalance11T[24][2] [all...] |
psdec.h | 178 SCHAR aaIidIndexMapped[MAX_NO_PS_ENV][NO_HI_RES_IID_BINS]; /*!< The mapped IID index for all envelopes and all IID bins */ 179 SCHAR aaIccIndexMapped[MAX_NO_PS_ENV][NO_HI_RES_ICC_BINS]; /*!< The mapped ICC index for all envelopes and all ICC bins */ 222 SCHAR abIidDtFlag[MAX_NO_PS_ENV]; /*!< Deltacoding time/freq flag for IID, 0 => freq */ 223 SCHAR abIccDtFlag[MAX_NO_PS_ENV]; /*!< Deltacoding time/freq flag for ICC, 0 => freq */ 225 SCHAR aaIidIndex[MAX_NO_PS_ENV][NO_HI_RES_IID_BINS]; /*!< The IID index for all envelopes and all IID bins */ 226 SCHAR aaIccIndex[MAX_NO_PS_ENV][NO_HI_RES_ICC_BINS]; /*!< The ICC index for all envelopes and all ICC bins */ 234 SCHAR noSubSamples; 235 SCHAR noChannels; 237 SCHAR procFrameBased; /*!< Helper to detected switching from frame based to slot based 258 SCHAR aIidPrevFrameIndex[NO_HI_RES_IID_BINS]; /*!< The IID index for previous frame (…) [all...] |
transcendent.h | 121 SCHAR a_e, /*!< Exponent of 1st operand a */ 123 SCHAR b_e, /*!< Exponent of 2nd operand b */ 125 SCHAR *ptrSum_e) /*!< Exponent of result */ 159 SCHAR a_e, /*!< Exponent of 1st operand a */ 161 SCHAR b_e, /*!< Exponent of 2nd operand b */ 163 SCHAR *ptrSum_e) /*!< Exponent of result */ 208 SCHAR a_e, /*!< Exponent of dividend a */ 210 SCHAR b_e, /*!< Exponent of divisor b */ 212 SCHAR *ptrResult_e) /*!< Exponent of quotient a/b */ 264 SCHAR a_e, /*!< Exponent of dividend a * [all...] |
psbitdec.cpp | 101 static SCHAR 107 SCHAR index = 0; 129 static SCHAR 130 limitMinMax(SCHAR i, 131 SCHAR min, 132 SCHAR max) 154 deltaDecodeArray(SCHAR enable, 155 SCHAR *aIndex, /*!< ICC/IID parameters */ 156 SCHAR *aPrevFrameIndex, /*!< ICC/IID parameters of previous frame */ 157 SCHAR DtDf [all...] |
psdec_hybrid.h | 117 SCHAR nQmfBands; 118 SCHAR frameSize; 119 SCHAR qmfBufferMove; 125 SCHAR sf_mQmfBuffer; 160 SCHAR frameSize, 161 SCHAR noBands,
|
env_calc.cpp | 146 SCHAR nrgRef_e[MAX_FREQ_COEFFS]; 147 SCHAR nrgEst_e[MAX_FREQ_COEFFS]; 148 SCHAR nrgGain_e[MAX_FREQ_COEFFS]; 149 SCHAR noiseLevel_e[MAX_FREQ_COEFFS]; 150 SCHAR nrgSine_e[MAX_FREQ_COEFFS]; 155 SCHAR *filtBuffer_e, 157 SCHAR *NrgGain_e, 164 SCHAR frameExp, 166 SCHAR *nrgEst_e ); 173 SCHAR input_e [all...] |
/frameworks/ex/variablespeed/jni/ |
integral_types.h | 23 typedef signed char schar; typedef
|
/external/aac/libMpegTPDec/include/ |
tp_data.h | 258 SCHAR m_channelConfiguration; /**< Channel configuration index */ 260 SCHAR m_epConfig; /**< Error protection index */ 261 SCHAR m_vcb11Flag; /**< aacSectionDataResilienceFlag */ 262 SCHAR m_rvlcFlag; /**< aacScalefactorDataResilienceFlag */ 263 SCHAR m_hcrFlag; /**< aacSpectralDataResilienceFlag */ 265 SCHAR m_sbrPresentFlag; /**< Flag indicating the presence of SBR data in the bitstream */ 266 SCHAR m_psPresentFlag; /**< Flag indicating the presence of parametric stereo data in the bitstream */ 269 SCHAR m_extensionChannelConfiguration; /**< Channel configuration index */
|
/external/aac/libMpegTPEnc/include/ |
tp_data.h | 258 SCHAR m_channelConfiguration; /**< Channel configuration index */ 260 SCHAR m_epConfig; /**< Error protection index */ 261 SCHAR m_vcb11Flag; /**< aacSectionDataResilienceFlag */ 262 SCHAR m_rvlcFlag; /**< aacScalefactorDataResilienceFlag */ 263 SCHAR m_hcrFlag; /**< aacSpectralDataResilienceFlag */ 265 SCHAR m_sbrPresentFlag; /**< Flag indicating the presence of SBR data in the bitstream */ 266 SCHAR m_psPresentFlag; /**< Flag indicating the presence of parametric stereo data in the bitstream */ 269 SCHAR m_extensionChannelConfiguration; /**< Channel configuration index */
|
/external/libffi/testsuite/libffi.call/ |
cls_schar.c | 2 Purpose: Check return value schar.
|
/external/opencv/cv/src/ |
cvcontours.cpp | 75 reader->deltas[i][0] = (schar) icvCodeDeltas[i].x; 76 reader->deltas[i][1] = (schar) icvCodeDeltas[i].y; 87 schar *ptr; 112 reader->code = (schar)code; 155 schar *img0; /* image origin */ 156 schar *img; /* current image row */ 233 scanner->img0 = (schar *) img; 234 scanner->img = (schar *) (img + step); 530 icvFetchContour( schar *ptr, 536 const schar nbd = 2 [all...] |
/external/aac/libAACdec/src/ |
aacdec_drc_types.h | 119 SCHAR drcDataType; 126 SCHAR progRefLevel; 127 SCHAR pceInstanceTag; 141 SCHAR targetRefLevel; 157 SCHAR progRefLevel; /* Program reference level for all channels */
|
aacdec_hcr.cpp | 109 static void errDetectorInHcrSideinfoShrt(SCHAR cb, 113 static void errDetectorInHcrLengths(SCHAR lengthOfLongestCodeword, 131 SCHAR *pRemainingBitsInSegment, 137 const SCHAR *pQuantVal, 141 SCHAR *pRemainingBitsInSegment, 145 static const SCHAR *DecodePCW_Body(HANDLE_FDK_BITSTREAM bs, 147 const SCHAR *pQuantValBase, 149 SCHAR *pRemainingBitsInSegment, 163 static UCHAR errDetectPcwSegmentation(SCHAR remainingBitsInSegment, 177 static void errDetectorInHcrSideinfoShrt(SCHAR cb, SHORT numLine,UINT* errorWord [all...] |
aac_rom.h | 105 extern const SCHAR ExponentTable [4][14] ; 145 extern const SCHAR aCodebook2StartInt[]; 157 extern const SCHAR *aQuantTable[];
|
aacdec_tns.h | 105 SCHAR Coeff[TNS_MAXIMUM_ORDER]; 110 SCHAR Direction; 111 SCHAR Resolution;
|
conceal_types.h | 163 SCHAR rvlcPreviousScaleFactorOK; 164 SCHAR rvlcPreviousBlockType; 167 SCHAR lastRenderMode;
|
rvlc_info.h | 153 SCHAR noise_used; 154 SCHAR intensity_used; 155 SCHAR sf_used;
|
/external/aac/libSBRenc/src/ |
env_est.h | 180 SCHAR sfb_nrg_coupling[MAX_NUM_ENVELOPE_VALUES]; /* only used if stereomode = SWITCH_L_R_C */ 181 SCHAR sfb_nrg[MAX_NUM_ENVELOPE_VALUES]; 182 SCHAR noise_level_coupling[MAX_NUM_NOISE_VALUES]; /* only used if stereomode = SWITCH_L_R_C */ 183 SCHAR noise_level[MAX_NUM_NOISE_VALUES];
|
code_env.cpp | 289 static void mapLowResEnergyVal(SCHAR currVal, SCHAR* prevData, INT offset, INT index, FREQ_RES res) 342 computeBits (SCHAR *delta, 418 FDKsbrEnc_codeEnvelope(SCHAR *sfb_nrg, 429 SCHAR *ptr_nrg; 446 SCHAR delta_F[MAX_FREQ_COEFFS]; 447 SCHAR delta_T[MAX_FREQ_COEFFS]; 448 SCHAR last_nrg, curr_nrg; 596 FDKmemcpy (sfb_nrg, delta_T, no_of_bands * sizeof (SCHAR)); 601 FDKmemcpy (sfb_nrg, delta_F, no_of_bands * sizeof (SCHAR)); [all...] |
/external/opencv/cxcore/src/ |
cxdatastructs.cpp | 44 ((schar*)(storage)->top + (storage)->block_size - (storage)->free_space) 71 static const schar icvPower2ShiftTab[] = 387 schar *ptr = 0; 526 CV_IMPL schar* 568 const schar *element = (const schar *)_element; 716 seq->block_max = seq->ptr = (schar *) array + total * elem_size; 724 block->data = (schar *) array; 773 storage->free_space = cvAlignLeft((int)(((schar*)storage->top + storage->block_size) - 800 block->data = (schar*)cvAlignPtr( block + 1, CV_STRUCT_ALIGN ) [all...] |
cxconvert.cpp | [all...] |
/external/icu4c/i18n/ |
ucol.cpp | 2499 UChar schar, local 2779 UChar schar, tchar; local 2843 UChar schar, tchar; local 3408 UChar schar; local 3434 UChar schar, tchar; local 7691 UChar schar = 0, tchar = 0; local 8099 UChar32 schar = 0, tchar = 0; local [all...] |
/external/aac/libAACenc/src/ |
qc_main.h | 127 SCHAR epConfig 138 SCHAR epConfig 158 SCHAR epConfig
|
metadata_main.cpp | 110 SCHAR prog_ref_level; 138 SCHAR centerMixLevel; /* center downmix level (0...7, according to table) */ 139 SCHAR surroundMixLevel; /* surround downmix level (0...7, according to table) */ 271 static SCHAR encodeDmxLvls(const SCHAR cmixlev, const SCHAR surmixlev) 273 SCHAR dmxLvls = 0; 333 SCHAR x = compr >> 4; /* 4 MSB of compr */
|
/external/chromium_org/third_party/icu/source/i18n/ |
ucol.cpp | 2424 UChar schar, local 2704 UChar schar, tchar; local 2768 UChar schar, tchar; local 3333 UChar schar; local 3359 UChar schar, tchar; local 7988 UChar schar = 0, tchar = 0; local [all...] |