Searched refs:buf_2d (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_block.h34 struct buf_2d src;
H A Dvp9_rd.h160 struct buf_2d dst[MAX_MB_PLANE],
H A Dvp9_mcomp.c26 static INLINE const uint8_t *get_buf_from_mv(const struct buf_2d *buf,
510 const struct buf_2d *const what = &x->plane[0].src;
511 const struct buf_2d *const in_what = &xd->plane[0].pre[0];
711 const struct buf_2d *const what = &x->plane[0].src;
712 const struct buf_2d *const in_what = &xd->plane[0].pre[0];
984 const struct buf_2d *const what = &x->plane[0].src;
985 const struct buf_2d *const in_what = &xd->plane[0].pre[0];
1001 const struct buf_2d *const what = &x->plane[0].src;
1002 const struct buf_2d *const in_what = &xd->plane[0].pre[0];
1170 const struct buf_2d *cons
[all...]
H A Dvp9_denoiser.c220 struct buf_2d saved_dst[MAX_MB_PLANE];
221 struct buf_2d saved_pre[MAX_MB_PLANE][2]; // 2 pre buffers
331 struct buf_2d src = mb->plane[0].src;
H A Dvp9_pickmode.c122 struct buf_2d backup_yv12[MAX_MB_PLANE] = {{0, 0}};
277 struct buf_2d yv12_mb[][MAX_MB_PLANE],
430 struct buf_2d yv12_mb[4][MAX_MB_PLANE];
464 struct buf_2d orig_dst = pd->dst;
H A Dvp9_temporal_filter.c155 struct buf_2d src = x->plane[0].src;
156 struct buf_2d pre = xd->plane[0].pre[0];
H A Dvp9_rdopt.c1217 static INLINE void mi_buf_restore(MACROBLOCK *x, struct buf_2d orig_src,
1218 struct buf_2d orig_pre[2]) {
1345 const struct buf_2d orig_src = x->plane[0].src;
1346 struct buf_2d orig_pre[2];
1740 struct buf_2d yv12_mb[4][MAX_MB_PLANE]) {
1775 struct buf_2d backup_yv12[MAX_MB_PLANE] = {{0, 0}};
1911 struct buf_2d backup_yv12[2][MAX_MB_PLANE];
1912 struct buf_2d scaled_first_yv12 = xd->plane[0].pre[0];
1939 struct buf_2d ref_yv12[2];
2562 struct buf_2d yv12_m
[all...]
H A Dvp9_rd.c487 struct buf_2d dst[MAX_MB_PLANE],
H A Dvp9_firstpass.c276 const struct buf_2d *src,
277 const struct buf_2d *ref) {
601 struct buf_2d unscaled_last_source_buf_2d;
H A Dvp9_encodeframe.c75 const struct buf_2d *ref,
84 const struct buf_2d *ref,
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.h49 static INLINE void setup_pred_plane(struct buf_2d *dst,
H A Dvp9_blockd.h177 struct buf_2d { struct
187 struct buf_2d dst;
188 struct buf_2d pre[2];
H A Dvp9_reconinter.c154 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;
H A Dvp9_loopfilter.c913 struct buf_2d *const dst = &plane->dst;
1046 struct buf_2d *const dst = &plane->dst;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_reconinter.h60 static INLINE void setup_pred_plane(struct buf_2d *dst,
H A Dvp9_blockd.h178 struct buf_2d { struct
188 struct buf_2d dst;
189 struct buf_2d pre[2];
H A Dvp9_reconinter.c272 struct buf_2d *const pre_buf = &pd->pre[ref];
273 struct buf_2d *const dst_buf = &pd->dst;
381 struct buf_2d *const pre_buf = &pd->pre[ref];
382 struct buf_2d *const dst_buf = &pd->dst;
H A Dvp9_loopfilter.c915 struct buf_2d *const dst = &plane->dst;
1048 struct buf_2d *const dst = &plane->dst;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.h52 struct buf_2d yv12_mb[4][MAX_MB_PLANE]);
H A Dvp9_mcomp.c26 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];
985 const struct buf_2d *const what = &x->plane[0].src;
986 const struct buf_2d *const in_what = &xd->plane[0].pre[0];
1293 const struct buf_2d *cons
[all...]
H A Dvp9_pickmode.c35 struct buf_2d backup_yv12[MAX_MB_PLANE] = {{0}};
145 struct buf_2d backup_yv12[MAX_MB_PLANE] = {{0}};
219 struct buf_2d yv12_mb[4][MAX_MB_PLANE];
H A Dvp9_temporal_filter.c142 struct buf_2d src = x->plane[0].src;
143 struct buf_2d pre = xd->plane[0].pre[0];
H A Dvp9_block.h71 struct buf_2d src;
H A Dvp9_rdopt.c1660 static INLINE void mi_buf_restore(MACROBLOCK *x, struct buf_2d orig_src,
1661 struct buf_2d orig_pre[2]) {
1772 const struct buf_2d orig_src = x->plane[0].src;
1773 struct buf_2d orig_pre[2];
2293 struct buf_2d dst[MAX_MB_PLANE],
2325 struct buf_2d yv12_mb[4][MAX_MB_PLANE]) {
2377 struct buf_2d backup_yv12[MAX_MB_PLANE] = {{0}};
2552 struct buf_2d backup_yv12[2][MAX_MB_PLANE];
2553 struct buf_2d scaled_first_yv12 = xd->plane[0].pre[0];
2580 struct buf_2d ref_yv1
[all...]

Completed in 606 milliseconds