Home
last modified time | relevance | path

Searched defs:pAdapt (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DNewPredictor.cpp112 int * pM = &paryM[-8]; int * pAdapt = &m_rbAdapt[-8]; in CompressValue() local
117 int * pM = &paryM[-8]; int * pAdapt = &m_rbAdapt[-8]; in CompressValue() local
H A DNNFilter.cpp137 void CNNFilter::AdaptNoMMX(short * pM, short * pAdapt, int nDirection, int nOrder) in AdaptNoMMX()