Home
last modified time | relevance | path

Searched refs:nBlockIndex (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DPrepare.cpp71 for (int nBlockIndex = 0; nBlockIndex < nTotalBlocks; in Prepare() local
72 nBlockIndex++) { in Prepare()
87 pOutputY[nBlockIndex] = L - R; in Prepare()
88 pOutputX[nBlockIndex] = R + (pOutputY[nBlockIndex] / 2); in Prepare()
91 for (int nBlockIndex = 0; nBlockIndex < nTotalBlocks; in Prepare() local
92 nBlockIndex++) { in Prepare()
103 pOutputX[nBlockIndex] = R; in Prepare()
108 for (int nBlockIndex = 0; nBlockIndex < nTotalBlocks; nBlockIndex++) { in Prepare() local
148 pOutputY[nBlockIndex] = L - R; in Prepare()
149 pOutputX[nBlockIndex] = R + (pOutputY[nBlockIndex] / 2); in Prepare()
[all …]