Searched refs:vArray (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/
H A DLinearMap.h288 // vArray: the v axis samples.
301 T findU(T v, T *uArray, T *vArray, FindMethod *method, argument
316 diff = v - vArray[current];
332 int32_t vStep = vArray[previous] - vArray[current]; // positive
/frameworks/av/media/libmedia/include/media/
H A DLinearMap.h288 // vArray: the v axis samples.
301 T findU(T v, T *uArray, T *vArray, FindMethod *method, argument
316 diff = v - vArray[current];
332 int32_t vStep = vArray[previous] - vArray[current]; // positive

Completed in 483 milliseconds