Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.h195 struct buf_2d dst[MAX_MB_PLANE],
204 const struct buf_2d *ref, BLOCK_SIZE bs);
206 const struct buf_2d *ref,
210 const struct buf_2d *ref, BLOCK_SIZE bs,
213 const struct buf_2d *ref,
Dvp9_mcomp.c32 static INLINE const uint8_t *get_buf_from_mv(const struct buf_2d *buf, in get_buf_from_mv()
975 const struct buf_2d *const what = &x->plane[0].src; in calc_int_cost_list()
976 const struct buf_2d *const in_what = &x->e_mbd.plane[0].pre[0]; in calc_int_cost_list()
1030 const struct buf_2d *const what = &x->plane[0].src; in vp9_pattern_search()
1031 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; in vp9_pattern_search()
1200 const struct buf_2d *const what = &x->plane[0].src; in vp9_pattern_search_sad()
1201 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; in vp9_pattern_search_sad()
1470 const struct buf_2d *const what = &x->plane[0].src; in vp9_get_mvpred_var()
1471 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; in vp9_get_mvpred_var()
1496 const struct buf_2d *const what = &x->plane[0].src; in vp9_get_mvpred_av_var()
[all …]
Dvp9_block.h34 struct buf_2d src;
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()
359 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()
890 unsigned int sse_y, struct buf_2d yv12_mb[][MAX_MB_PLANE], int *rate, in encode_breakout_test()
1216 struct buf_2d yv12_mb[4][MAX_MB_PLANE], BLOCK_SIZE bsize, in find_predictors()
1333 struct buf_2d yv12_mb[4][MAX_MB_PLANE], RD_COST *best_rdc, BLOCK_SIZE bsize, in recheck_zeromv_after_denoising()
1631 struct buf_2d yv12_mb[4][MAX_MB_PLANE]; in vp9_pick_inter_mode()
1669 struct buf_2d orig_dst = pd->dst; in vp9_pick_inter_mode()
2619 struct buf_2d yv12_mb[4][MAX_MB_PLANE]; in vp9_pick_inter_mode_sub8x8()
2704 const struct buf_2d orig_src = p->src; in vp9_pick_inter_mode_sub8x8()
2705 const struct buf_2d orig_dst = pd->dst; in vp9_pick_inter_mode_sub8x8()
2706 struct buf_2d orig_pre[2]; in vp9_pick_inter_mode_sub8x8()
Dvp9_temporal_filter.c516 struct buf_2d src = x->plane[0].src; in temporal_filter_find_matching_mb_c()
517 struct buf_2d pre = xd->plane[0].pre[0]; in temporal_filter_find_matching_mb_c()
658 struct buf_2d src; in vp9_temporal_filter_iterate_row_c()
Dvp9_rdopt.c1648 static INLINE void mi_buf_restore(MACROBLOCK *x, struct buf_2d orig_src, in mi_buf_restore()
1649 struct buf_2d orig_pre[2]) { in mi_buf_restore()
1715 struct buf_2d backup_yv12[2][MAX_MB_PLANE]; in joint_motion_search()
1760 struct buf_2d ref_yv12[2]; in joint_motion_search()
1928 const struct buf_2d orig_src = x->plane[0].src; in rd_pick_best_sub8x8_mode()
1929 struct buf_2d orig_pre[2]; in rd_pick_best_sub8x8_mode()
2286 struct buf_2d yv12_mb[4][MAX_MB_PLANE]) { in setup_buffer_inter()
2379 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0 } }; in single_motion_search()
3164 struct buf_2d yv12_mb[4][MAX_MB_PLANE]; in vp9_rd_pick_inter_mode_sb()
3947 struct buf_2d yv12_mb[4][MAX_MB_PLANE]; in vp9_rd_pick_inter_mode_sub8x8()
[all …]
Dvp9_firstpass.c331 const struct buf_2d *src, in get_prediction_error()
332 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()
1042 struct buf_2d unscaled_last_source_buf_2d; in vp9_first_pass_encode_tile_mb_row()
/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h112 struct buf_2d { struct
121 struct buf_2d dst; argument
122 struct buf_2d pre[2];
Dvp9_reconinter.h84 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()
Dvp9_loopfilter.c1088 struct buf_2d *const dst = &plane->dst; in vp9_filter_block_plane_non420()
1244 struct buf_2d *const dst = &plane->dst; in vp9_filter_block_plane_ss00()
1329 struct buf_2d *const dst = &plane->dst; in vp9_filter_block_plane_ss11()
/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c34 struct buf_2d *const pre_buf, uint8_t **pre, SubpelParams *subpel_params, in calc_subpel_params()
129 const struct buf_2d orig_pred_buf[2] = { pd->pre[0], pd->pre[1] }; in build_inter_predictors()
142 struct buf_2d *const dst_buf = &pd->dst; in build_inter_predictors()
163 struct buf_2d *const pre_buf = is_intrabc ? dst_buf : &pd->pre[ref]; in build_inter_predictors()
203 struct buf_2d *const dst_buf = &pd->dst; in build_inter_predictors()
208 struct buf_2d *const pre_buf = is_intrabc ? dst_buf : &pd->pre[ref]; in build_inter_predictors()
472 struct buf_2d *const pre_buf = &pd->pre[ref]; in build_inter_predictors_single_buf()
549 struct buf_2d *const dst_buf = &pd->dst; in build_wedge_inter_predictor_from_buf()
Drdopt.h114 const struct buf_2d *ref,
117 const struct buf_2d *ref,
Dmcomp.c38 static INLINE const uint8_t *get_buf_from_mv(const struct buf_2d *buf, in get_buf_from_mv()
1028 const struct buf_2d *const what = &x->plane[0].src; in calc_int_cost_list()
1029 const struct buf_2d *const in_what = &x->e_mbd.plane[0].pre[0]; in calc_int_cost_list()
1072 const struct buf_2d *const what = &x->plane[0].src; in calc_int_sad_list()
1073 const struct buf_2d *const in_what = &x->e_mbd.plane[0].pre[0]; in calc_int_sad_list()
1127 const struct buf_2d *const what = &x->plane[0].src; in pattern_search()
1128 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; in pattern_search()
1376 const struct buf_2d *const what = &x->plane[0].src; in av1_get_mvpred_var()
1377 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; in av1_get_mvpred_var()
1392 const struct buf_2d *const what = &x->plane[0].src; in av1_get_mvpred_av_var()
[all …]
Dfirstpass.c157 const struct buf_2d *src, in get_prediction_error()
158 const struct buf_2d *ref) { in get_prediction_error()
196 const struct buf_2d *src, in highbd_get_prediction_error()
197 const struct buf_2d *ref, in highbd_get_prediction_error()
545 struct buf_2d unscaled_last_source_buf_2d; in av1_first_pass()
Drd.h449 struct buf_2d dst[MAX_MB_PLANE],
Dblock.h39 struct buf_2d src;
/external/libaom/libaom/av1/common/
Dblockd.h373 struct buf_2d { struct
400 struct buf_2d dst; argument
401 struct buf_2d pre[2];
Dreconinter.h259 static INLINE void setup_pred_plane(struct buf_2d *dst, BLOCK_SIZE bsize, in setup_pred_plane()
Dav1_loopfilter.c1641 struct buf_2d *const dst = &plane_ptr->dst; in av1_filter_block_plane_bitmask_vert()
1724 struct buf_2d *const dst = &plane_ptr->dst; in av1_filter_block_plane_bitmask_horz()
1789 struct buf_2d *const dst = &plane_ptr->dst; in av1_filter_block_plane_ver()
1871 struct buf_2d *const dst = &plane_ptr->dst; in av1_filter_block_plane_hor()
/external/libaom/libaom/aom_dsp/
Dvariance.c309 const struct buf_2d *const dst_buf = &pd->dst; in aom_upsampled_pred_c()
310 const struct buf_2d *const pre_buf = in aom_upsampled_pred_c()
901 const struct buf_2d *const dst_buf = &pd->dst; in aom_highbd_upsampled_pred_c()
902 const struct buf_2d *const pre_buf = in aom_highbd_upsampled_pred_c()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c563 const struct scale_factors *sf, struct buf_2d *pre_buf, in dec_build_inter_predictors()
564 struct buf_2d *dst_buf, const MV *mv, RefCntBuffer *ref_frame_buf, in dec_build_inter_predictors()
731 struct buf_2d *const dst_buf = &pd->dst; in dec_build_inter_predictors_sb()
736 struct buf_2d *const pre_buf = &pd->pre[ref]; in dec_build_inter_predictors_sb()
752 struct buf_2d *const dst_buf = &pd->dst; in dec_build_inter_predictors_sb()
757 struct buf_2d *const pre_buf = &pd->pre[ref]; in dec_build_inter_predictors_sb()
/external/libaom/libaom/aom_dsp/x86/
Dvariance_sse2.c512 const struct buf_2d *const dst_buf = &pd->dst; in aom_upsampled_pred_sse2()
513 const struct buf_2d *const pre_buf = in aom_upsampled_pred_sse2()
Dhighbd_variance_sse2.c643 const struct buf_2d *const dst_buf = &pd->dst; in aom_highbd_upsampled_pred_sse2()
644 const struct buf_2d *const pre_buf = in aom_highbd_upsampled_pred_sse2()

12