Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.h205 struct buf_2d dst[MAX_MB_PLANE],
214 const struct buf_2d *ref, BLOCK_SIZE bs);
216 const struct buf_2d *ref,
220 const struct buf_2d *ref, BLOCK_SIZE bs,
223 const struct buf_2d *ref,
Dvp9_mcomp.c970 const struct buf_2d *const what = &x->plane[0].src; in calc_int_cost_list()
971 const struct buf_2d *const in_what = &x->e_mbd.plane[0].pre[0]; in calc_int_cost_list()
1025 const struct buf_2d *const what = &x->plane[0].src; in vp9_pattern_search()
1026 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; in vp9_pattern_search()
1195 const struct buf_2d *const what = &x->plane[0].src; in vp9_pattern_search_sad()
1196 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; in vp9_pattern_search_sad()
1465 const struct buf_2d *const what = &x->plane[0].src; in vp9_get_mvpred_var()
1466 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; in vp9_get_mvpred_var()
1491 const struct buf_2d *const what = &x->plane[0].src; in vp9_get_mvpred_av_var()
1492 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; in vp9_get_mvpred_av_var()
[all …]
Dvp9_block.h34 struct buf_2d src;
Dvp9_rdopt.c82 struct buf_2d *this_recon;
610 int64_t *out_sse, struct buf_2d *out_recon) { in dist_block()
752 struct buf_2d *recon = args->this_recon; in block_rd_txfm()
882 struct buf_2d *recon) { in txfm_rd_in_plane()
918 struct buf_2d *recon) { in choose_largest_tx_size()
934 BLOCK_SIZE bs, struct buf_2d *recon) { in choose_tx_size_from_rd()
984 struct buf_2d this_recon; in choose_tx_size_from_rd()
1052 struct buf_2d *recon) { in super_block_yrd()
1791 static INLINE void mi_buf_restore(MACROBLOCK *x, struct buf_2d orig_src, in mi_buf_restore()
1792 struct buf_2d orig_pre[2]) { in mi_buf_restore()
[all …]
Dvp9_mcomp.h44 static INLINE const uint8_t *get_buf_from_mv(const struct buf_2d *buf, in get_buf_from_mv()
Dvp9_denoiser.c202 struct buf_2d saved_dst[MAX_MB_PLANE]; in perform_motion_compensation()
203 struct buf_2d saved_pre[MAX_MB_PLANE]; in perform_motion_compensation()
358 struct buf_2d src = mb->plane[0].src; in vp9_denoiser_denoise()
Dvp9_pickmode.c160 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0 } }; in combined_motion_search()
926 unsigned int sse_y, struct buf_2d yv12_mb[][MAX_MB_PLANE], int *rate, in encode_breakout_test()
1251 struct buf_2d yv12_mb[4][MAX_MB_PLANE], BLOCK_SIZE bsize, in find_predictors()
1368 struct buf_2d yv12_mb[4][MAX_MB_PLANE], RD_COST *best_rdc, BLOCK_SIZE bsize, in recheck_zeromv_after_denoising()
1692 struct buf_2d yv12_mb[4][MAX_MB_PLANE]; in vp9_pick_inter_mode()
1726 struct buf_2d orig_dst = pd->dst; in vp9_pick_inter_mode()
2749 struct buf_2d yv12_mb[4][MAX_MB_PLANE]; in vp9_pick_inter_mode_sub8x8()
2834 const struct buf_2d orig_src = p->src; in vp9_pick_inter_mode_sub8x8()
2835 const struct buf_2d orig_dst = pd->dst; in vp9_pick_inter_mode_sub8x8()
2836 struct buf_2d orig_pre[2]; in vp9_pick_inter_mode_sub8x8()
Dvp9_temporal_filter.c573 struct buf_2d src = x->plane[0].src; in temporal_filter_find_matching_mb_c()
574 struct buf_2d pre = xd->plane[0].pre[0]; in temporal_filter_find_matching_mb_c()
715 struct buf_2d src; in vp9_temporal_filter_iterate_row_c()
/external/libaom/libaom/av1/encoder/
Dmcomp.h83 const struct buf_2d *src,
84 const struct buf_2d *pre);
91 const struct buf_2d *ref;
94 const struct buf_2d *src;
Dmcomp.c119 static INLINE const uint8_t *get_buf_from_fullmv(const struct buf_2d *buf, in get_buf_from_fullmv()
403 const struct buf_2d *const src = ms_params->ms_buffers.src; in get_mvpred_var_cost()
404 const struct buf_2d *const ref = ms_params->ms_buffers.ref; in get_mvpred_var_cost()
421 const struct buf_2d *const src, in get_mvpred_sad()
434 const struct buf_2d *const src = ms_params->ms_buffers.src; in get_mvpred_compound_var_cost()
435 const struct buf_2d *const ref = ms_params->ms_buffers.ref; in get_mvpred_compound_var_cost()
467 const struct buf_2d *const src, const uint8_t *const ref_address, in get_mvpred_compound_sad()
533 const struct buf_2d *const src = ms_params->ms_buffers.src; in calc_int_sad_list()
534 const struct buf_2d *const ref = ms_params->ms_buffers.ref; in calc_int_sad_list()
605 const struct buf_2d *const src = ms_params->ms_buffers.src; in pattern_search()
[all …]
Dmotion_search_facade.c49 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0, 0, 0, 0 } }; in av1_single_motion_search()
376 struct buf_2d backup_yv12[2][MAX_MB_PLANE]; in av1_joint_motion_search()
391 struct buf_2d ref_yv12[2]; in av1_joint_motion_search()
544 struct buf_2d backup_yv12[MAX_MB_PLANE]; in av1_compound_single_motion_search()
552 struct buf_2d orig_yv12; in av1_compound_single_motion_search()
553 struct buf_2d ref_yv12 = pd->pre[ref_idx]; in av1_compound_single_motion_search()
652 struct buf_2d ref_yv12 = xd->plane[plane].pre[!ref_idx]; in build_second_inter_pred()
773 struct buf_2d backup_yv12; in av1_simple_motion_search()
Dfirstpass.c154 const struct buf_2d *src, in get_prediction_error()
155 const struct buf_2d *ref) { in get_prediction_error()
194 const struct buf_2d *src, in highbd_get_prediction_error()
195 const struct buf_2d *ref, in highbd_get_prediction_error()
472 const struct buf_2d *src, in get_prediction_error_bitdepth()
473 const struct buf_2d *ref) { in get_prediction_error_bitdepth()
596 struct buf_2d unscaled_last_source_buf_2d; in firstpass_inter_prediction()
Dreconinter_enc.c45 struct buf_2d *pre_buf = &inter_pred_params->ref_frame_buf; in enc_calc_subpel_params()
94 struct buf_2d *const dst_buf = &pd->dst; in av1_enc_build_inter_predictor_y()
172 const struct buf_2d *const pre_buf = &pd->pre[0]; in build_obmc_prediction()
338 struct buf_2d *const dst_buf = &pd->dst; in build_wedge_inter_predictor_from_buf()
Drdopt.h59 const struct buf_2d *ref,
62 const struct buf_2d *ref,
Drd.h344 struct buf_2d dst[MAX_MB_PLANE],
Dtemporal_filter.c80 const struct buf_2d ori_src_buf = mb->plane[0].src; in tf_motion_search()
81 const struct buf_2d ori_pre_buf = mbd->plane[0].pre[0]; in tf_motion_search()
341 const struct buf_2d ref_buf = { NULL, ref_frame->buffers[plane], in tf_build_predictor()
Dblock.h64 struct buf_2d src;
/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h113 struct buf_2d { struct
122 struct buf_2d dst; argument
123 struct buf_2d pre[2];
Dvp9_reconinter.h85 static INLINE void setup_pred_plane(struct buf_2d *dst, uint8_t *src, in setup_pred_plane()
Dvp9_reconinter.c137 struct buf_2d *const pre_buf = &pd->pre[ref]; in build_inter_predictors()
138 struct buf_2d *const dst_buf = &pd->dst; in build_inter_predictors()
/external/libaom/libaom/av1/common/
Dreconinter.h114 struct buf_2d ref_frame_buf;
130 const struct buf_2d *ref_buf,
304 static INLINE void setup_pred_plane(struct buf_2d *dst, BLOCK_SIZE bsize, in setup_pred_plane()
Dblockd.h372 struct buf_2d { struct
399 struct buf_2d dst; argument
400 struct buf_2d pre[2];
Dreconinter.c64 const struct buf_2d *ref_buf, in av1_init_inter_params()
797 struct buf_2d *const dst_buf = &pd->dst; in build_inter_predictors_sub8x8()
805 const struct buf_2d pre_buf = { in build_inter_predictors_sub8x8()
842 struct buf_2d *const dst_buf = &pd->dst; in build_inter_predictors_8x8_and_bigger()
864 struct buf_2d *const pre_buf = is_intrabc ? dst_buf : &pd->pre[ref]; in build_inter_predictors_8x8_and_bigger()
Dloopfiltermask.c939 struct buf_2d *const dst = &plane_ptr->dst; in av1_filter_block_plane_bitmask_vert()
1028 struct buf_2d *const dst = &plane_ptr->dst; in av1_filter_block_plane_bitmask_horz()
1098 struct buf_2d *const dst = &plane_ptr->dst; in av1_filter_block_plane_ver()
1186 struct buf_2d *const dst = &plane_ptr->dst; in av1_filter_block_plane_hor()
/external/libaom/libaom/aom_dsp/
Dvariance.c303 const struct buf_2d *const dst_buf = &pd->dst; in aom_upsampled_pred_c()
304 const struct buf_2d *const pre_buf = in aom_upsampled_pred_c()
846 const struct buf_2d *const dst_buf = &pd->dst; in aom_highbd_upsampled_pred_c()
847 const struct buf_2d *const pre_buf = in aom_highbd_upsampled_pred_c()

12