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