Home
last modified time | relevance | path

Searched refs:Gaussian_LUT (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh274.c33 static const int8_t Gaussian_LUT[2048+4]; variable
65 out[x + 0][y] = Gaussian_LUT[offset + 0]; in init_slice_c()
66 out[x + 1][y] = Gaussian_LUT[offset + 1]; in init_slice_c()
67 out[x + 2][y] = Gaussian_LUT[offset + 2]; in init_slice_c()
68 out[x + 3][y] = Gaussian_LUT[offset + 3]; in init_slice_c()
292 static const int8_t Gaussian_LUT[2048+4] = { variable

Completed in 2 milliseconds