Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dglobal_motion.c393 double arr_temp[4]; in bicubic() local
394 get_subcolumn(ref, arr_temp, stride, i + k - 1, j - 1); in bicubic()
395 arr[k] = getCubicValue(arr_temp, y - j); in bicubic()