Searched refs:arr_temp (Results 1 – 1 of 1) sorted by relevance
524 double arr_temp[4]; in bicubic() local525 get_subcolumn(ref, arr_temp, stride, i + k - 1, j - 1); in bicubic()526 arr[k] = getCubicValue(arr_temp, y - j); in bicubic()