Searched refs:bilinear_interpolate_with_border (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/core/CL/cl_kernels/ |
H A D | warp_helpers.h | 88 inline const VEC_DATA_TYPE(DATA_TYPE, 4) bilinear_interpolate_with_border(const Image *in, const fl… in bilinear_interpolate_with_border() function 131 return bilinear_interpolate_with_border(in, coords, width, height, 1); in bilinear_interpolate()
|
/aosp_15_r20/external/ComputeLibrary/cl_kernels/ |
H A D | warp_helpers.hembed | 1277 inline const VEC_DATA_TYPE(DATA_TYPE, 4) bilinear_interpolate_with_border(const Image *in, const fl… 1314 return bilinear_interpolate_with_border(in, coords, width, height, 1);
|