Home
last modified time | relevance | path

Searched refs:pre_buf (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_reconinter.c137 struct buf_2d *const pre_buf = &pd->pre[ref]; in build_inter_predictors() local
168 pre_buf->buf = xd->block_refs[ref]->buf->y_buffer; in build_inter_predictors()
170 pre_buf->buf = xd->block_refs[ref]->buf->u_buffer; in build_inter_predictors()
172 pre_buf->buf = xd->block_refs[ref]->buf->v_buffer; in build_inter_predictors()
174 pre_buf->buf += in build_inter_predictors()
175 scaled_buffer_offset(x_start + x, y_start + y, pre_buf->stride, sf); in build_inter_predictors()
176 pre = pre_buf->buf; in build_inter_predictors()
181 pre = pre_buf->buf + (y * pre_buf->stride + x); in build_inter_predictors()
188 pre += (scaled_mv.row >> SUBPEL_BITS) * pre_buf->stride + in build_inter_predictors()
193 highbd_inter_predictor(CONVERT_TO_SHORTPTR(pre), pre_buf->stride, in build_inter_predictors()
[all …]
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c495 const struct scale_factors *sf, struct buf_2d *pre_buf, in dec_build_inter_predictors() argument
571 buf_ptr = ref_frame + y0 * pre_buf->stride + x0; in dec_build_inter_predictors()
572 buf_stride = pre_buf->stride; in dec_build_inter_predictors()
684 struct buf_2d *const pre_buf = &pd->pre[ref]; in dec_build_inter_predictors_sb() local
691 pre_buf, dst_buf, &mv, ref_frame_buf, in dec_build_inter_predictors_sb()
705 struct buf_2d *const pre_buf = &pd->pre[ref]; in dec_build_inter_predictors_sb() local
707 n4h_x4, mi_x, mi_y, kernel, sf, pre_buf, in dec_build_inter_predictors_sb()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c1785 const uint8_t *const pre_buf = in vp9_pick_inter_mode() local
1790 x->plane[0].src.buf, x->plane[0].src.stride, pre_buf, pre_stride); in vp9_pick_inter_mode()
1821 const uint8_t *const pre_buf = in vp9_pick_inter_mode() local
1826 x->plane[0].src.buf, x->plane[0].src.stride, pre_buf, pre_stride); in vp9_pick_inter_mode()