Home
last modified time | relevance | path

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

/external/libvpx/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()
417 const struct buf_2d *const what = &x->plane[0].src; in vp9_pattern_search()
418 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; in vp9_pattern_search()
604 const struct buf_2d *const what = &x->plane[0].src; in vp9_get_mvpred_var()
605 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; in vp9_get_mvpred_var()
621 const struct buf_2d *const what = &x->plane[0].src; in vp9_get_mvpred_av_var()
622 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; in vp9_get_mvpred_av_var()
785 const struct buf_2d *const what = &x->plane[0].src; in vp9_full_range_search_c()
786 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; in vp9_full_range_search_c()
1061 const struct buf_2d *const what = &x->plane[0].src; in vp9_full_search_sad_c()
[all …]
Dvp9_block.h34 struct buf_2d src;
Dvp9_denoiser.c198 struct buf_2d saved_dst[MAX_MB_PLANE]; in perform_motion_compensation()
199 struct buf_2d saved_pre[MAX_MB_PLANE][2]; // 2 pre buffers in perform_motion_compensation()
306 struct buf_2d src = mb->plane[0].src; in vp9_denoiser_denoise()
Dvp9_rd.h156 struct buf_2d dst[MAX_MB_PLANE],
Dvp9_pickmode.c115 struct buf_2d backup_yv12[MAX_MB_PLANE] = {{0, 0}}; in combined_motion_search()
264 struct buf_2d yv12_mb[][MAX_MB_PLANE], in encode_breakout_test()
371 struct buf_2d yv12_mb[4][MAX_MB_PLANE]; in vp9_pick_inter_mode()
408 struct buf_2d orig_dst = pd->dst; in vp9_pick_inter_mode()
Dvp9_temporal_filter.c154 struct buf_2d src = x->plane[0].src; in temporal_filter_find_matching_mb_c()
155 struct buf_2d pre = xd->plane[0].pre[0]; in temporal_filter_find_matching_mb_c()
Dvp9_rdopt.c1203 static INLINE void mi_buf_restore(MACROBLOCK *x, struct buf_2d orig_src, in mi_buf_restore()
1204 struct buf_2d orig_pre[2]) { in mi_buf_restore()
1333 const struct buf_2d orig_src = x->plane[0].src; in rd_pick_best_sub8x8_mode()
1334 struct buf_2d orig_pre[2]; in rd_pick_best_sub8x8_mode()
1721 struct buf_2d yv12_mb[4][MAX_MB_PLANE]) { in setup_buffer_inter()
1756 struct buf_2d backup_yv12[MAX_MB_PLANE] = {{0, 0}}; in single_motion_search()
1890 struct buf_2d backup_yv12[2][MAX_MB_PLANE]; in joint_motion_search()
1891 struct buf_2d scaled_first_yv12 = xd->plane[0].pre[0]; in joint_motion_search()
1918 struct buf_2d ref_yv12[2]; in joint_motion_search()
2503 struct buf_2d yv12_mb[4][MAX_MB_PLANE]; in vp9_rd_pick_inter_mode_sb()
[all …]
Dvp9_rd.c422 struct buf_2d dst[MAX_MB_PLANE], in vp9_setup_pred_block()
Dvp9_firstpass.c284 const struct buf_2d *src, in get_prediction_error()
285 const struct buf_2d *ref) { in get_prediction_error()
597 struct buf_2d unscaled_last_source_buf_2d; in vp9_first_pass()
Dvp9_encodeframe.c75 const struct buf_2d *ref, in get_sby_perpixel_variance()
84 const struct buf_2d *ref, in get_sby_perpixel_diff_variance()
/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h173 struct buf_2d { struct
183 struct buf_2d dst; argument
184 struct buf_2d pre[2];
Dvp9_reconinter.c189 struct buf_2d *const pre_buf = &pd->pre[ref]; in build_inter_predictors()
190 struct buf_2d *const dst_buf = &pd->dst; in build_inter_predictors()
287 struct buf_2d *const pre_buf = &pd->pre[ref]; in dec_build_inter_predictors()
288 struct buf_2d *const dst_buf = &pd->dst; in dec_build_inter_predictors()
Dvp9_reconinter.h49 static INLINE void setup_pred_plane(struct buf_2d *dst, in setup_pred_plane()
Dvp9_loopfilter.c915 struct buf_2d *const dst = &plane->dst; in filter_block_plane_non420()
1048 struct buf_2d *const dst = &plane->dst; in vp9_filter_block_plane()