Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dglobal_motion.c503 static double getCubicValue(double p[4], double x) { in getCubicValue() function
526 arr[k] = getCubicValue(arr_temp, y - j); in bicubic()
528 return getCubicValue(arr, x - i); in bicubic()
549 return clamp((int)(getCubicValue(arr, a) + 0.5), 0, 255); in interpolate()
559 return clamp((int)(getCubicValue(arr, b) + 0.5), 0, 255); in interpolate()
570 return clamp((int)(getCubicValue(arr, a) + 0.5), 0, 255); in interpolate()
583 return clamp((int)(getCubicValue(arr, b) + 0.5), 0, 255); in interpolate()