HomeSort by relevance Sort by last modified time
    Searched full:buf_2d (Results 1 - 25 of 26) sorted by null

1 2

  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.h 33 const struct buf_2d *ref,
37 const struct buf_2d *ref,
vp9_block.h 32 struct buf_2d src;
vp9_rd.h 175 struct buf_2d dst[MAX_MB_PLANE],
vp9_mcomp.c 30 static INLINE const uint8_t *get_buf_from_mv(const struct buf_2d *buf,
833 const struct buf_2d *const what = &x->plane[0].src;
834 const struct buf_2d *const in_what = &x->e_mbd.plane[0].pre[0];
    [all...]
vp9_pickmode.c 131 struct buf_2d backup_yv12[MAX_MB_PLANE] = {{0, 0}};
779 struct buf_2d yv12_mb[][MAX_MB_PLANE],
    [all...]
vp9_denoiser.c 205 struct buf_2d saved_dst[MAX_MB_PLANE];
206 struct buf_2d saved_pre[MAX_MB_PLANE][2]; // 2 pre buffers
323 struct buf_2d src = mb->plane[0].src;
vp9_rdopt.c     [all...]
vp9_temporal_filter.c 234 struct buf_2d src = x->plane[0].src;
235 struct buf_2d pre = xd->plane[0].pre[0];
vp9_firstpass.c 319 const struct buf_2d *src,
320 const struct buf_2d *ref) {
371 const struct buf_2d *src,
372 const struct buf_2d *ref,
761 struct buf_2d unscaled_last_source_buf_2d;
    [all...]
vp9_rd.c 513 struct buf_2d dst[MAX_MB_PLANE],
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconinter.h 49 static INLINE void setup_pred_plane(struct buf_2d *dst,
vp9_blockd.h 177 struct buf_2d { struct
187 struct buf_2d dst;
188 struct buf_2d pre[2];
vp9_reconinter.c 154 struct buf_2d *const pre_buf = &pd->pre[ref];
155 struct buf_2d *const dst_buf = &pd->dst;
258 struct buf_2d *const pre_buf = &pd->pre[ref];
259 struct buf_2d *const dst_buf = &pd->dst;
vp9_loopfilter.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.h 50 struct buf_2d yv12_mb[4][MAX_MB_PLANE]);
vp9_mcomp.c 26 static INLINE const uint8_t *get_buf_from_mv(const struct buf_2d *buf,
515 const struct buf_2d *const what = &x->plane[0].src;
516 const struct buf_2d *const in_what = &xd->plane[0].pre[0];
706 const struct buf_2d *const what = &x->plane[0].src;
707 const struct buf_2d *const in_what = &xd->plane[0].pre[0];
723 const struct buf_2d *const what = &x->plane[0].src;
724 const struct buf_2d *const in_what = &xd->plane[0].pre[0];
    [all...]
vp9_pickmode.c 35 struct buf_2d backup_yv12[MAX_MB_PLANE] = {{0}};
139 struct buf_2d backup_yv12[MAX_MB_PLANE] = {{0}};
216 struct buf_2d yv12_mb[4][MAX_MB_PLANE];
vp9_block.h 71 struct buf_2d src;
vp9_temporal_filter.c 142 struct buf_2d src = x->plane[0].src;
143 struct buf_2d pre = xd->plane[0].pre[0];
vp9_rdopt.c     [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 116 struct buf_2d { struct
125 struct buf_2d dst;
126 struct buf_2d pre[2];
vp9_reconinter.h 92 static INLINE void setup_pred_plane(struct buf_2d *dst,
vp9_reconinter.c 168 struct buf_2d *const pre_buf = &pd->pre[ref];
169 struct buf_2d *const dst_buf = &pd->dst;
vp9_loopfilter.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 560 struct buf_2d *pre_buf,
561 struct buf_2d *dst_buf, const MV* mv,
720 struct buf_2d *const dst_buf = &pd->dst;
730 struct buf_2d *const pre_buf = &pd->pre[ref];
    [all...]

Completed in 512 milliseconds

1 2