Searched refs:src_p (Results 1 – 2 of 2) sorted by relevance
/external/libxcam/cl_kernel/ |
D | kernel_wavelet_denoise.cl | 50 __global uchar *src_p = (__global uchar *)(src + srcOffset); 52 __global uchar *src_p = (__global uchar *)(src); 79 …a = (ushort16)(convert_ushort(src_p[pixel_index - yScaler * imageWidth - xScaler]), convert_ushort… 80 …convert_ushort(src_p[pixel_index - yScaler * imageWidth - xScaler + 2]), convert_ushort(src_p[pixe… 81 …convert_ushort(src_p[pixel_index - yScaler * imageWidth - xScaler + 4]), convert_ushort(src_p[pixe… 82 …convert_ushort(src_p[pixel_index - yScaler * imageWidth - xScaler + 6]), convert_ushort(src_p[pixe… 83 …convert_ushort(src_p[pixel_index - yScaler * imageWidth - xScaler + 8]), convert_ushort(src_p[pixe… 84 …convert_ushort(src_p[pixel_index - yScaler * imageWidth - xScaler + 10]), convert_ushort(src_p[pix… 85 …convert_ushort(src_p[pixel_index - yScaler * imageWidth - xScaler + 12]), convert_ushort(src_p[pix… 86 …convert_ushort(src_p[pixel_index - yScaler * imageWidth - xScaler + 14]), convert_ushort(src_p[pix… [all …]
|
/external/libaom/libaom/av1/common/ |
D | restoration.c | 442 const uint8_t *src_p = src + j; in wiener_filter_stripe() local 445 src_p, src_stride, dst_p, dst_stride, rui->wiener_info.hfilter, 16, in wiener_filter_stripe()
|