HomeSort by relevance Sort by last modified time
    Searched refs:pre_buf (Results 1 - 12 of 12) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 137 struct buf_2d *const pre_buf = &pd->pre[ref]; local
168 pre_buf->buf = xd->block_refs[ref]->buf->y_buffer;
170 pre_buf->buf = xd->block_refs[ref]->buf->u_buffer;
172 pre_buf->buf = xd->block_refs[ref]->buf->v_buffer;
174 pre_buf->buf +=
175 scaled_buffer_offset(x_start + x, y_start + y, pre_buf->stride, sf);
176 pre = pre_buf->buf;
181 pre = pre_buf->buf + (y * pre_buf->stride + x);
188 pre += (scaled_mv.row >> SUBPEL_BITS) * pre_buf->stride
    [all...]
  /external/libaom/libaom/av1/encoder/
reconinter_enc.c 34 struct buf_2d *const pre_buf, uint8_t **pre, SubpelParams *subpel_params,
52 const int bottom = (pre_buf->height + AOM_INTERP_EXTEND)
54 const int right = (pre_buf->width + AOM_INTERP_EXTEND) << SCALE_SUBPEL_BITS;
58 *pre = pre_buf->buf0 + (pos_y >> SCALE_SUBPEL_BITS) * pre_buf->stride +
70 *pre = pre_buf->buf + (y + (mv_q4.row >> SUBPEL_BITS)) * pre_buf->stride +
163 struct buf_2d *const pre_buf = is_intrabc ? dst_buf : &pd->pre[ref]; local
173 calc_subpel_params(xd, sf, mv, plane, pre_x, pre_y, x, y, pre_buf, &pre,
182 pre, pre_buf->stride, dst, dst_buf->stride, &subpel_params, sf
208 struct buf_2d *const pre_buf = is_intrabc ? dst_buf : &pd->pre[ref]; local
472 struct buf_2d *const pre_buf = &pd->pre[ref]; local
    [all...]
  /external/libaom/libaom/aom_dsp/x86/
variance_sse2.c 513 const struct buf_2d *const pre_buf = local
534 const int bottom = (pre_buf->height + AOM_INTERP_EXTEND)
536 const int right = (pre_buf->width + AOM_INTERP_EXTEND)
542 pre_buf->buf0 + (pos_y >> SCALE_SUBPEL_BITS) * pre_buf->stride +
564 av1_make_inter_predictor(pre, pre_buf->stride, comp_pred, width,
    [all...]
highbd_variance_sse2.c 644 const struct buf_2d *const pre_buf = local
    [all...]
  /external/libaom/libaom/aom_dsp/
variance.c 310 const struct buf_2d *const pre_buf = local
331 const int bottom = (pre_buf->height + AOM_INTERP_EXTEND)
333 const int right = (pre_buf->width + AOM_INTERP_EXTEND)
339 pre_buf->buf0 + (pos_y >> SCALE_SUBPEL_BITS) * pre_buf->stride +
361 av1_make_inter_predictor(pre, pre_buf->stride, comp_pred, width,
902 const struct buf_2d *const pre_buf = local
    [all...]
  /external/libxcam/tests/
test-image-stitching.cpp 486 SmartPtr<VideoBuffer> pre_buf, cur_buf; local
517 pre_buf->attach_buffer (cur_buf);
519 pre_buf = cur_buf;
  /external/libaom/libaom/av1/decoder/
decodeframe.c 484 const struct scale_factors *const sf, struct buf_2d *const pre_buf,
489 int frame_width = pre_buf->width;
490 int frame_height = pre_buf->height;
519 struct buf_2d *const pre_buf,
526 if (update_extend_mc_border_params(sf, pre_buf, scaled_mv, &block,
531 pre_buf->buf0 + block.y0 * pre_buf->stride + block.x0;
532 int buf_stride = pre_buf->stride;
539 block.y0, b_w, b_h, pre_buf->width,
540 pre_buf->height)
721 struct buf_2d *const pre_buf = is_intrabc ? dst_buf : &pd->pre[ref]; local
774 struct buf_2d *const pre_buf = is_intrabc ? dst_buf : &pd->pre[ref]; local
    [all...]
  /external/u-boot/drivers/video/
dw_hdmi.c 600 static const u8 pre_buf[] = { variable
694 edid_size = sizeof(pre_buf);
695 memcpy(buf, pre_buf, edid_size);
  /external/libaom/libaom/av1/common/
reconinter.c 86 const struct buf_2d *const pre_buf = &pd->pre[ref]; local
88 pre_buf->buf0, pre_buf->width, pre_buf->height,
89 pre_buf->stride, dst, p_col, p_row, w, h, dst_stride,
    [all...]
  /external/libxcam/modules/ocl/
cl_image_360_stitch.cpp 539 SmartPtr<VideoBuffer> pre_buf; local
552 pre_buf = cur_buf;
558 pre_buf->detach_buffer (cur_buf);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 563 const struct scale_factors *sf, struct buf_2d *pre_buf,
639 buf_ptr = ref_frame + y0 * pre_buf->stride + x0;
640 buf_stride = pre_buf->stride;
736 struct buf_2d *const pre_buf = &pd->pre[ref]; local
742 4, 4, mi_x, mi_y, kernel, sf, pre_buf,
757 struct buf_2d *const pre_buf = &pd->pre[ref]; local
759 n4h_x4, mi_x, mi_y, kernel, sf, pre_buf,
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 1551 const uint8_t *const pre_buf = local
2164 const uint8_t *const pre_buf = local
    [all...]

Completed in 2635 milliseconds