Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dfastssim.c258 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() local
332 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()
/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c263 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() local
342 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()