Searched refs:gx_buf (Results 1 – 2 of 2) sorted by relevance
258 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \269 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \280 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \311 unsigned *gx_buf; in fs_calc_structure() local332 gx_buf = _ctx->col_buf; in fs_calc_structure()334 gy_buf = gx_buf + 8 * stride; in fs_calc_structure()335 memset(gx_buf, 0, 2 * 8 * stride * sizeof(*gx_buf)); in fs_calc_structure()350 gx_buf[(j & 7) * stride + i + 4] = gx; in fs_calc_structure()354 memset(gx_buf + (j & 7) * stride, 0, stride * sizeof(*gx_buf)); in fs_calc_structure()
263 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \274 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \285 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \316 unsigned *gx_buf; in fs_calc_structure() local342 gx_buf = _ctx->col_buf; in fs_calc_structure()344 gy_buf = gx_buf + 8 * stride; in fs_calc_structure()345 memset(gx_buf, 0, 2 * 8 * stride * sizeof(*gx_buf)); in fs_calc_structure()360 gx_buf[(j & 7) * stride + i + 4] = (uint32_t)gx; in fs_calc_structure()364 memset(gx_buf + (j & 7) * stride, 0, stride * sizeof(*gx_buf)); in fs_calc_structure()