Searched refs:buf_2d (Results 1 – 16 of 16) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.h | 33 const struct buf_2d *ref, 37 const struct buf_2d *ref,
|
D | vp9_mcomp.c | 30 static INLINE const uint8_t *get_buf_from_mv(const struct buf_2d *buf, in get_buf_from_mv() 833 const struct buf_2d *const what = &x->plane[0].src; in calc_int_cost_list() 834 const struct buf_2d *const in_what = &x->e_mbd.plane[0].pre[0]; in calc_int_cost_list() 899 const struct buf_2d *const what = &x->plane[0].src; in vp9_pattern_search() 900 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; in vp9_pattern_search() 1074 const struct buf_2d *const what = &x->plane[0].src; in vp9_pattern_search_sad() 1075 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; in vp9_pattern_search_sad() 1347 const struct buf_2d *const what = &x->plane[0].src; in vp9_get_mvpred_var() 1348 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; in vp9_get_mvpred_var() 1364 const struct buf_2d *const what = &x->plane[0].src; in vp9_get_mvpred_av_var() [all …]
|
D | vp9_block.h | 32 struct buf_2d src;
|
D | vp9_rd.h | 175 struct buf_2d dst[MAX_MB_PLANE],
|
D | vp9_denoiser.c | 205 struct buf_2d saved_dst[MAX_MB_PLANE]; in perform_motion_compensation() 206 struct buf_2d saved_pre[MAX_MB_PLANE][2]; // 2 pre buffers in perform_motion_compensation() 323 struct buf_2d src = mb->plane[0].src; in vp9_denoiser_denoise()
|
D | vp9_pickmode.c | 131 struct buf_2d backup_yv12[MAX_MB_PLANE] = {{0, 0}}; in combined_motion_search() 779 struct buf_2d yv12_mb[][MAX_MB_PLANE], in encode_breakout_test() 1089 struct buf_2d yv12_mb[4][MAX_MB_PLANE]; in vp9_pick_inter_mode() 1122 struct buf_2d orig_dst = pd->dst; in vp9_pick_inter_mode() 1686 struct buf_2d yv12_mb[4][MAX_MB_PLANE]; in vp9_pick_inter_mode_sub8x8() 1768 const struct buf_2d orig_src = p->src; in vp9_pick_inter_mode_sub8x8() 1769 const struct buf_2d orig_dst = pd->dst; in vp9_pick_inter_mode_sub8x8() 1770 struct buf_2d orig_pre[2]; in vp9_pick_inter_mode_sub8x8()
|
D | vp9_temporal_filter.c | 234 struct buf_2d src = x->plane[0].src; in temporal_filter_find_matching_mb_c() 235 struct buf_2d pre = xd->plane[0].pre[0]; in temporal_filter_find_matching_mb_c()
|
D | vp9_rdopt.c | 1484 static INLINE void mi_buf_restore(MACROBLOCK *x, struct buf_2d orig_src, in mi_buf_restore() 1485 struct buf_2d orig_pre[2]) { in mi_buf_restore() 1553 struct buf_2d backup_yv12[2][MAX_MB_PLANE]; in joint_motion_search() 1599 struct buf_2d ref_yv12[2]; in joint_motion_search() 1797 const struct buf_2d orig_src = x->plane[0].src; in rd_pick_best_sub8x8_mode() 1798 struct buf_2d orig_pre[2]; in rd_pick_best_sub8x8_mode() 2191 struct buf_2d yv12_mb[4][MAX_MB_PLANE]) { in setup_buffer_inter() 2230 struct buf_2d backup_yv12[MAX_MB_PLANE] = {{0, 0}}; in single_motion_search() 2963 struct buf_2d yv12_mb[4][MAX_MB_PLANE]; in vp9_rd_pick_inter_mode_sb() 3741 struct buf_2d yv12_mb[4][MAX_MB_PLANE]; in vp9_rd_pick_inter_mode_sub8x8() [all …]
|
D | vp9_firstpass.c | 319 const struct buf_2d *src, in get_prediction_error() 320 const struct buf_2d *ref) { in get_prediction_error() 371 const struct buf_2d *src, in highbd_get_prediction_error() 372 const struct buf_2d *ref, in highbd_get_prediction_error() 761 struct buf_2d unscaled_last_source_buf_2d; in vp9_first_pass()
|
D | vp9_rd.c | 513 struct buf_2d dst[MAX_MB_PLANE], in vp9_setup_pred_block()
|
D | vp9_encodeframe.c | 106 const struct buf_2d *ref, in vp9_get_sby_perpixel_variance() 116 VP9_COMP *cpi, const struct buf_2d *ref, BLOCK_SIZE bs, int bd) { in vp9_high_get_sby_perpixel_variance() 141 const struct buf_2d *ref, in get_sby_perpixel_diff_variance()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.h | 116 struct buf_2d { struct 125 struct buf_2d dst; argument 126 struct buf_2d pre[2];
|
D | vp9_reconinter.h | 92 static INLINE void setup_pred_plane(struct buf_2d *dst, in setup_pred_plane()
|
D | vp9_reconinter.c | 168 struct buf_2d *const pre_buf = &pd->pre[ref]; in build_inter_predictors() 169 struct buf_2d *const dst_buf = &pd->dst; in build_inter_predictors()
|
D | vp9_loopfilter.c | 1171 struct buf_2d *const dst = &plane->dst; in vp9_filter_block_plane_non420() 1341 struct buf_2d *const dst = &plane->dst; in vp9_filter_block_plane_ss00() 1433 struct buf_2d *const dst = &plane->dst; in vp9_filter_block_plane_ss11()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 560 struct buf_2d *pre_buf, in dec_build_inter_predictors() 561 struct buf_2d *dst_buf, const MV* mv, in dec_build_inter_predictors() 720 struct buf_2d *const dst_buf = &pd->dst; in dec_build_inter_predictors_sb() 730 struct buf_2d *const pre_buf = &pd->pre[ref]; in dec_build_inter_predictors_sb()
|