Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c241 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \
253 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \
265 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \
300 unsigned *gx_buf; in fs_calc_structure() local
317 gx_buf = _ctx->col_buf; in fs_calc_structure()
319 gy_buf = gx_buf + 8 * stride; in fs_calc_structure()
320 memset(gx_buf, 0, 2 * 8 * stride * sizeof(*gx_buf)); in fs_calc_structure()
335 gx_buf[(j & 7) * stride + i + 4] = gx; in fs_calc_structure()
339 memset(gx_buf + (j & 7) * stride, 0, stride * sizeof(*gx_buf)); in fs_calc_structure()