HomeSort by relevance Sort by last modified time
    Searched defs:buf_stride (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 305 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, local
368 buf_stride = pre_buf->stride;
399 buf_stride = x1 - x0 + 1;
400 buf_ptr = xd->mc_buf + y_pad * 3 * buf_stride + x_pad * 3;
404 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconinter.c 281 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/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 1072 struct x86_reg buf_stride = x86_make_disp(p->machine_EDI, local
1167 struct x86_reg buf_stride = local
1232 struct x86_reg buf_stride = x86_make_disp(p->machine_EDI, local
    [all...]

Completed in 59 milliseconds