Home
last modified time | relevance | path

Searched refs:s_y (Results 1 – 4 of 4) sorted by relevance

/external/libxcam/cl_kernel/
Dkernel_image_warp.cl40 float s_y = 0.0f;
60 s_y = warp_config.proj_mat[3] * t_x +
69 warp_y = (s_y * w) / (float)out_height;
107 float s_y = warp_config.proj_mat[3] * d_x +
116 float warp_y = (s_y * w) / (float)out_height;
/external/llvm/test/MC/COFF/
Dsection.s38 .section s_y,"y"; .long 1
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
Dsection.s39 .section s_y,"y"; .long 1
/external/libaom/libaom/av1/encoder/
Drdopt.c14050 int16_t s_y; in sobel() local
14054 s_y = SOBEL_Y(src, stride, i, j); in sobel()
14057 s_y = SOBEL_Y(input, stride, i, j); in sobel()
14059 sobel_xy r = { .x = s_x, .y = s_y }; in sobel()