Searched refs:buf_stride (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_reconinter.c | 281 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, in dec_build_inter_predictors() local 344 buf_stride = pre_buf->stride; in dec_build_inter_predictors() 375 buf_stride = x1 - x0 + 1; in dec_build_inter_predictors() 376 buf_ptr = xd->mc_buf + y_pad * 3 * buf_stride + x_pad * 3; in dec_build_inter_predictors() 380 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x, in dec_build_inter_predictors()
|
/hardware/intel/img/psb_video/src/ |
D | psb_surface_attrib.c | 147 int width, height, buf_stride, buf_offset, size; 176 buf_stride = width; /* ? */ 181 width, height, buf_stride, buf_offset, size); 208 …vaStatus = psb_surface_create_camera(driver_data, width, height, buf_stride, size, psb_surface, 1,… 222 buf_stride, size, psb_surface, 1, buf_offset, user_ptr);
|