Home
last modified time | relevance | path

Searched refs:nOutput (Results 1 – 25 of 34) sorted by relevance

12

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DNNFilter.cpp50 int nOutput = nInput - ((nDotProduct + (1 << (m_nShift - 1))) >> m_nShift); in Compress() local
54 Adapt(&m_paryM[0], &m_rbDeltaM[-m_nOrder], -nOutput, m_nOrder); in Compress()
56 AdaptNoMMX(&m_paryM[0], &m_rbDeltaM[-m_nOrder], nOutput, m_nOrder); in Compress()
79 return nOutput; in Compress()
99 int nOutput = nInput + ((nDotProduct + (1 << (m_nShift - 1))) >> m_nShift); in Decompress() local
102 m_rbInput[0] = GetSaturatedShortFromInt(nOutput); in Decompress()
106 int nTempABS = abs(nOutput); in Decompress()
109 m_rbDeltaM[0] = ((nOutput >> 25) & 64) - 32; in Decompress()
111 m_rbDeltaM[0] = ((nOutput >> 26) & 32) - 16; in Decompress()
113 m_rbDeltaM[0] = ((nOutput >> 27) & 16) - 8; in Decompress()
[all …]
H A DStartFilter.h75 int nOutput = nA - (nTotalPrediction >> 13); in Compress() local
77 if (nOutput > 0) in Compress()
84 else if (nOutput < 0) in Compress()
92 nA = nOutput; in Compress()
102 int nOutput = nB - (nTotalPrediction >> 13); in Compress() local
104 if (nOutput > 0) in Compress()
111 else if (nOutput < 0) in Compress()
119 nB = nOutput; in Compress()
H A DNewPredictor.cpp102 int nOutput = nA - ((nPredictionA + (nPredictionB >> 1)) >> 10); in CompressValue() local
110 if (nOutput > 0) in CompressValue()
115 else if (nOutput < 0) in CompressValue()
124 nOutput = m_pNNFilter->Compress(nOutput); in CompressValue()
128 nOutput = m_pNNFilter1->Compress(nOutput); in CompressValue()
131 nOutput = m_pNNFilter2->Compress(nOutput); in CompressValue()
138 return nOutput; in CompressValue()
/haiku/data/catalogs/tools/translation/inspector/
H A Dhr.catkeys15 \nOutput Formats: ImageView \nIzlazni formati::
H A Del.catkeys18 \nOutput Formats: ImageView \nΜορφές Εξόδου:
H A Duk.catkeys18 \nOutput Formats: ImageView \nВихідні формати:
H A Dja.catkeys18 \nOutput Formats: ImageView \n出力フォーマット:
H A Dbe.catkeys17 \nOutput Formats: ImageView \nФарматы вываду:
H A Dko.catkeys18 \nOutput Formats: ImageView \n출력 형식 :
H A Dru.catkeys18 \nOutput Formats: ImageView \nФорматы вывода:
H A Dth.catkeys18 \nOutput Formats: ImageView \nรูปแบบเอาท์พุท:
H A Dzh_Hans.catkeys18 \nOutput Formats: ImageView \n导出格式:
H A Did.catkeys18 \nOutput Formats: ImageView \nFormat Keluaran:
H A Dpl.catkeys18 \nOutput Formats: ImageView \nFormaty wyjściowe:
H A Dda.catkeys18 \nOutput Formats: ImageView \nUddataformater:
H A Dnl.catkeys18 \nOutput Formats: ImageView \nUitvoerformaten:
H A Dit.catkeys18 \nOutput Formats: ImageView \nFormati di uscita:
H A Dde.catkeys18 \nOutput Formats: ImageView \nAusgabeformate:
H A Dfi.catkeys18 \nOutput Formats: ImageView \nTulostemuodot:
H A Dsv.catkeys18 \nOutput Formats: ImageView \nUtformat:
H A Deo.catkeys18 \nOutput Formats: ImageView \nEligformoj:
H A Dnb.catkeys18 \nOutput Formats: ImageView \nUtdataformater
H A Dlt.catkeys18 \nOutput Formats: ImageView \nIšvesties formatai:
H A Dpt.catkeys18 \nOutput Formats: ImageView \nFormatos de Saída:
H A Dfur.catkeys18 \nOutput Formats: ImageView \nFormâts di jessude:

12