Hi I am new to IPP. I have to use it for image and video processing functions. When i am writing a sample prog for simple filter functionreading the image in one single dimension buffer, prog gives runtime error. Ehen i am allocting one extra buffer of same size before reading the image, prog runs successfully. But the memory allocation increase to double. Pls give me the solution