Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.h189 struct buf_2d dst[MAX_MB_PLANE],
198 const struct buf_2d *ref,
202 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()
816 const struct buf_2d *const what = &x->plane[0].src; in calc_int_cost_list()
817 const struct buf_2d *const in_what = &x->e_mbd.plane[0].pre[0]; in calc_int_cost_list()
871 const struct buf_2d *const what = &x->plane[0].src; in vp9_pattern_search()
872 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; in vp9_pattern_search()
1041 const struct buf_2d *const what = &x->plane[0].src; in vp9_pattern_search_sad()
1042 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; in vp9_pattern_search_sad()
1311 const struct buf_2d *const what = &x->plane[0].src; in vp9_get_mvpred_var()
1312 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; in vp9_get_mvpred_var()
1337 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()
322 struct buf_2d src = mb->plane[0].src; in vp9_denoiser_denoise()
Dvp9_pickmode.c149 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0 } }; in combined_motion_search()
854 struct buf_2d yv12_mb[][MAX_MB_PLANE], in encode_breakout_test()
1191 struct buf_2d yv12_mb[4][MAX_MB_PLANE], BLOCK_SIZE bsize, in find_predictors()
1310 struct buf_2d yv12_mb[4][MAX_MB_PLANE], RD_COST *best_rdc, BLOCK_SIZE bsize, in recheck_zeromv_after_denoising()
1432 struct buf_2d yv12_mb[4][MAX_MB_PLANE]; in vp9_pick_inter_mode()
1470 struct buf_2d orig_dst = pd->dst; in vp9_pick_inter_mode()
2280 struct buf_2d yv12_mb[4][MAX_MB_PLANE]; in vp9_pick_inter_mode_sub8x8()
2365 const struct buf_2d orig_src = p->src; in vp9_pick_inter_mode_sub8x8()
2366 const struct buf_2d orig_dst = pd->dst; in vp9_pick_inter_mode_sub8x8()
2367 struct buf_2d orig_pre[2]; in vp9_pick_inter_mode_sub8x8()
Dvp9_temporal_filter.c246 struct buf_2d src = x->plane[0].src; in temporal_filter_find_matching_mb_c()
247 struct buf_2d pre = xd->plane[0].pre[0]; in temporal_filter_find_matching_mb_c()
Dvp9_rdopt.c1656 static INLINE void mi_buf_restore(MACROBLOCK *x, struct buf_2d orig_src, in mi_buf_restore()
1657 struct buf_2d orig_pre[2]) { in mi_buf_restore()
1723 struct buf_2d backup_yv12[2][MAX_MB_PLANE]; in joint_motion_search()
1768 struct buf_2d ref_yv12[2]; in joint_motion_search()
1934 const struct buf_2d orig_src = x->plane[0].src; in rd_pick_best_sub8x8_mode()
1935 struct buf_2d orig_pre[2]; in rd_pick_best_sub8x8_mode()
2289 struct buf_2d yv12_mb[4][MAX_MB_PLANE]) { in setup_buffer_inter()
2327 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0 } }; in single_motion_search()
3017 struct buf_2d yv12_mb[4][MAX_MB_PLANE]; in vp9_rd_pick_inter_mode_sb()
3786 struct buf_2d yv12_mb[4][MAX_MB_PLANE]; in vp9_rd_pick_inter_mode_sub8x8()
[all …]
Dvp9_firstpass.c335 const struct buf_2d *src, in get_prediction_error()
336 const struct buf_2d *ref) { in get_prediction_error()
375 const struct buf_2d *src, in highbd_get_prediction_error()
376 const struct buf_2d *ref, in highbd_get_prediction_error()
1072 struct buf_2d unscaled_last_source_buf_2d; in vp9_first_pass_encode_tile_mb_row()
Dvp9_rd.c538 struct buf_2d dst[MAX_MB_PLANE], in vp9_setup_pred_block()
Dvp9_encodeframe.c129 const struct buf_2d *ref, in vp9_get_sby_perpixel_variance()
139 const struct buf_2d *ref, in vp9_high_get_sby_perpixel_variance()
166 const struct buf_2d *ref, in get_sby_perpixel_diff_variance()
/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h111 struct buf_2d { struct
120 struct buf_2d dst; argument
121 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()
1238 struct buf_2d *const dst = &plane->dst; in vp9_filter_block_plane_ss00()
1323 struct buf_2d *const dst = &plane->dst; in vp9_filter_block_plane_ss11()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c495 const struct scale_factors *sf, struct buf_2d *pre_buf, in dec_build_inter_predictors()
496 struct buf_2d *dst_buf, const MV *mv, RefCntBuffer *ref_frame_buf, in dec_build_inter_predictors()
679 struct buf_2d *const dst_buf = &pd->dst; in dec_build_inter_predictors_sb()
684 struct buf_2d *const pre_buf = &pd->pre[ref]; in dec_build_inter_predictors_sb()
700 struct buf_2d *const dst_buf = &pd->dst; in dec_build_inter_predictors_sb()
705 struct buf_2d *const pre_buf = &pd->pre[ref]; in dec_build_inter_predictors_sb()