Searched refs:buf_stride (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_reconinter.c399 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, local
462 buf_stride = pre_buf->stride;
502 buf_stride = x1 - x0 + 1;
504 y_pad * 3 * buf_stride + x_pad * 3;
516 buf_stride = x1 - x0 + 1;
517 buf_ptr = xd->mc_buf + y_pad * 3 * buf_stride + x_pad * 3;
530 buf_stride = x1 - x0 + 1;
531 buf_ptr = xd->mc_buf + y_pad * 3 * buf_stride + x_pad * 3;
538 high_inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x,
541 inter_predictor(buf_ptr, buf_stride, ds
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.c281 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, local
344 buf_stride = pre_buf->stride;
375 buf_stride = x1 - x0 + 1;
376 buf_ptr = xd->mc_buf + y_pad * 3 * buf_stride + x_pad * 3;
380 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c1072 struct x86_reg buf_stride = x86_make_disp(p->machine_EDI, local
1115 x86_imul(p->func, tmp_EAX, buf_stride);
1167 struct x86_reg buf_stride = local
1201 x86_imul(p->func, ptr, buf_stride);
1232 struct x86_reg buf_stride = x86_make_disp(p->machine_EDI, local
1236 x86_mov(p->func, p->tmp_EAX, buf_stride);
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c1072 struct x86_reg buf_stride = x86_make_disp(p->machine_EDI, local
1115 x86_imul(p->func, tmp_EAX, buf_stride);
1167 struct x86_reg buf_stride = local
1201 x86_imul(p->func, ptr, buf_stride);
1232 struct x86_reg buf_stride = x86_make_disp(p->machine_EDI, local
1236 x86_mov(p->func, p->tmp_EAX, buf_stride);

Completed in 174 milliseconds