Searched defs:pre_buf (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.c168 struct buf_2d *const pre_buf = &pd->pre[ref]; local
194 pre_buf->buf = xd->block_refs[ref]->buf->y_buffer;
196 pre_buf->buf = xd->block_refs[ref]->buf->u_buffer;
198 pre_buf->buf = xd->block_refs[ref]->buf->v_buffer;
200 pre_buf->buf += scaled_buffer_offset(x_start + x, y_start + y,
201 pre_buf->stride, sf);
202 pre = pre_buf->buf;
207 pre = pre_buf->buf + (y * pre_buf->stride + x);
214 pre += (scaled_mv.row >> SUBPEL_BITS) * pre_buf
[all...]
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c560 struct buf_2d *pre_buf,
633 buf_ptr = ref_frame + y0 * pre_buf->stride + x0;
634 buf_stride = pre_buf->stride;
730 struct buf_2d *const pre_buf = &pd->pre[ref]; local
743 sf, pre_buf, dst_buf, &mv,
751 sf, pre_buf, dst_buf, &mv, ref_frame_buf,
555 dec_build_inter_predictors(VP9Decoder *const pbi, MACROBLOCKD *xd, int plane, int bw, int bh, int x, int y, int w, int h, int mi_x, int mi_y, const InterpKernel *kernel, const struct scale_factors *sf, struct buf_2d *pre_buf, struct buf_2d *dst_buf, const MV* mv, RefCntBuffer *ref_frame_buf, int is_scaled, int ref) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_pickmode.c1305 const uint8_t * const pre_buf = xd->plane[0].pre[0].buf + local
1310 pre_buf, pre_stride);
1318 const uint8_t * const pre_buf = xd->plane[0].pre[0].buf + local
1323 pre_buf, pre_stride);

Completed in 55 milliseconds