Home
last modified time | relevance | path

Searched refs:buf_2d (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_blockd.h177 struct buf_2d { struct
187 struct buf_2d dst; argument
188 struct buf_2d pre[2];
Dvp9_reconinter.h49 static INLINE void setup_pred_plane(struct buf_2d *dst, in setup_pred_plane()
Dvp9_reconinter.c154 struct buf_2d *const pre_buf = &pd->pre[ref]; in build_inter_predictors()
155 struct buf_2d *const dst_buf = &pd->dst; in build_inter_predictors()
258 struct buf_2d *const pre_buf = &pd->pre[ref]; in dec_build_inter_predictors()
259 struct buf_2d *const dst_buf = &pd->dst; in dec_build_inter_predictors()
Dvp9_loopfilter.c913 struct buf_2d *const dst = &plane->dst; in filter_block_plane_non420()
1046 struct buf_2d *const dst = &plane->dst; in vp9_filter_block_plane()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_mcomp.c26 static INLINE const uint8_t *get_buf_from_mv(const struct buf_2d *buf, in get_buf_from_mv()
515 const struct buf_2d *const what = &x->plane[0].src; in vp9_pattern_search()
516 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; in vp9_pattern_search()
706 const struct buf_2d *const what = &x->plane[0].src; in vp9_get_mvpred_var()
707 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; in vp9_get_mvpred_var()
723 const struct buf_2d *const what = &x->plane[0].src; in vp9_get_mvpred_av_var()
724 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; in vp9_get_mvpred_av_var()
1310 const struct buf_2d *const what = &x->plane[0].src; in vp9_full_search_sad_c()
1311 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; in vp9_full_search_sad_c()
1560 const struct buf_2d *const what = &x->plane[0].src; in vp9_refining_search_sad_c()
[all …]
Dvp9_rdopt.h50 struct buf_2d yv12_mb[4][MAX_MB_PLANE]);
Dvp9_pickmode.c35 struct buf_2d backup_yv12[MAX_MB_PLANE] = {{0}}; in full_pixel_motion_search()
139 struct buf_2d backup_yv12[MAX_MB_PLANE] = {{0}}; in sub_pixel_motion_search()
216 struct buf_2d yv12_mb[4][MAX_MB_PLANE]; in vp9_pick_inter_mode()
Dvp9_block.h71 struct buf_2d src;
Dvp9_temporal_filter.c142 struct buf_2d src = x->plane[0].src; in temporal_filter_find_matching_mb_c()
143 struct buf_2d pre = xd->plane[0].pre[0]; in temporal_filter_find_matching_mb_c()
Dvp9_rdopt.c1660 static INLINE void mi_buf_restore(MACROBLOCK *x, struct buf_2d orig_src, in mi_buf_restore()
1661 struct buf_2d orig_pre[2]) { in mi_buf_restore()
1772 const struct buf_2d orig_src = x->plane[0].src; in rd_check_segment_txsize()
1773 struct buf_2d orig_pre[2]; in rd_check_segment_txsize()
2293 struct buf_2d dst[MAX_MB_PLANE], in setup_pred_block()
2325 struct buf_2d yv12_mb[4][MAX_MB_PLANE]) { in vp9_setup_buffer_inter()
2377 struct buf_2d backup_yv12[MAX_MB_PLANE] = {{0}}; in single_motion_search()
2552 struct buf_2d backup_yv12[2][MAX_MB_PLANE]; in joint_motion_search()
2553 struct buf_2d scaled_first_yv12 = xd->plane[0].pre[0]; in joint_motion_search()
2580 struct buf_2d ref_yv12[2]; in joint_motion_search()
[all …]