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

  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.h 189 struct buf_2d dst[MAX_MB_PLANE],
198 const struct buf_2d *ref, BLOCK_SIZE bs);
200 const struct buf_2d *ref,
204 const struct buf_2d *ref, BLOCK_SIZE bs,
207 const struct buf_2d *ref,
vp9_block.h 34 struct buf_2d src;
vp9_mcomp.c 32 static INLINE const uint8_t *get_buf_from_mv(const struct buf_2d *buf,
    [all...]
vp9_denoiser.c 202 struct buf_2d saved_dst[MAX_MB_PLANE];
203 struct buf_2d saved_pre[MAX_MB_PLANE];
348 struct buf_2d src = mb->plane[0].src;
vp9_temporal_filter.c 246 struct buf_2d src = x->plane[0].src;
247 struct buf_2d pre = xd->plane[0].pre[0];
355 struct buf_2d src;
vp9_pickmode.c 149 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0 } };
868 unsigned int sse_y, struct buf_2d yv12_mb[][MAX_MB_PLANE], int *rate,
    [all...]
vp9_rdopt.c     [all...]
vp9_firstpass.c 343 const struct buf_2d *src,
344 const struct buf_2d *ref) {
383 const struct buf_2d *src,
384 const struct buf_2d *ref,
    [all...]
vp9_rd.c 538 struct buf_2d dst[MAX_MB_PLANE],
vp9_encodeframe.c 128 unsigned int vp9_get_sby_variance(VP9_COMP *cpi, const struct buf_2d *ref,
137 unsigned int vp9_high_get_sby_variance(VP9_COMP *cpi, const struct buf_2d *ref,
163 const struct buf_2d *ref,
171 const struct buf_2d *ref,
180 const struct buf_2d *ref,
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 111 struct buf_2d { struct
120 struct buf_2d dst;
121 struct buf_2d pre[2];
vp9_reconinter.h 84 static INLINE void setup_pred_plane(struct buf_2d *dst, uint8_t *src,
vp9_reconinter.c 137 struct buf_2d *const pre_buf = &pd->pre[ref];
138 struct buf_2d *const dst_buf = &pd->dst;
vp9_loopfilter.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 495 const struct scale_factors *sf, struct buf_2d *pre_buf,
496 struct buf_2d *dst_buf, const MV *mv, RefCntBuffer *ref_frame_buf,
663 struct buf_2d *const dst_buf = &pd->dst;
668 struct buf_2d *const pre_buf = &pd->pre[ref];
684 struct buf_2d *const dst_buf = &pd->dst;
689 struct buf_2d *const pre_buf = &pd->pre[ref];
    [all...]

Completed in 546 milliseconds