Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_reconinter.c305 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, in dec_build_inter_predictors() local
368 buf_stride = pre_buf->stride; in dec_build_inter_predictors()
399 buf_stride = x1 - x0 + 1; in dec_build_inter_predictors()
400 buf_ptr = xd->mc_buf + y_pad * 3 * buf_stride + x_pad * 3; in dec_build_inter_predictors()
404 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x, in dec_build_inter_predictors()
/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c1072 struct x86_reg buf_stride = x86_make_disp(p->machine_EDI, in init_inputs() local
1115 x86_imul(p->func, tmp_EAX, buf_stride); in init_inputs()
1167 struct x86_reg buf_stride = in get_buffer_ptr() local
1201 x86_imul(p->func, ptr, buf_stride); in get_buffer_ptr()
1232 struct x86_reg buf_stride = x86_make_disp(p->machine_EDI, in incr_inputs() local
1236 x86_mov(p->func, p->tmp_EAX, buf_stride); in incr_inputs()