Home
last modified time | relevance | path

Searched defs:MAX_MB_PLANE (Results 1 – 15 of 15) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c188 uint8_t *tmp_buf[MAX_MB_PLANE], in av1_build_prediction_by_above_preds()
189 int tmp_width[MAX_MB_PLANE], in av1_build_prediction_by_above_preds()
190 int tmp_height[MAX_MB_PLANE], in av1_build_prediction_by_above_preds()
191 int tmp_stride[MAX_MB_PLANE]) { in av1_build_prediction_by_above_preds()
203 uint8_t *tmp_buf[MAX_MB_PLANE], in av1_build_prediction_by_left_preds()
204 int tmp_width[MAX_MB_PLANE], in av1_build_prediction_by_left_preds()
205 int tmp_height[MAX_MB_PLANE], in av1_build_prediction_by_left_preds()
206 int tmp_stride[MAX_MB_PLANE]) { in av1_build_prediction_by_left_preds()
Drd.c1039 struct buf_2d dst[MAX_MB_PLANE], in av1_setup_pred_block()
Drdopt.c917 BLOCK_SIZE block_size, struct buf_2d yv12_mb[REF_FRAMES][MAX_MB_PLANE]) { in setup_buffer_ref_mvs_inter()
2902 struct buf_2d yv12_mb[REF_FRAMES][MAX_MB_PLANE]) { in rd_pick_skip_mode()
3090 MB_MODE_INFO *best_mbmode, struct buf_2d yv12_mb[REF_FRAMES][MAX_MB_PLANE], in refine_winner_mode_tx()
3443 struct buf_2d (*yv12_mb)[MAX_MB_PLANE]) { in set_params_rd_pick_inter_mode()
4158 struct buf_2d yv12_mb[REF_FRAMES][MAX_MB_PLANE], in evaluate_motion_mode_for_winner_candidates()
Dnonrd_pickmode.c251 struct buf_2d yv12_mb[8][MAX_MB_PLANE], BLOCK_SIZE bsize, in find_predictors()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c465 static void model_rd_norm_vec(int xsq_q10[MAX_MB_PLANE], in model_rd_norm_vec()
466 int r_q10[MAX_MB_PLANE], in model_rd_norm_vec()
467 int d_q10[MAX_MB_PLANE]) { in model_rd_norm_vec()
508 void vp9_model_rd_from_var_lapndz_vec(unsigned int var[MAX_MB_PLANE], in vp9_model_rd_from_var_lapndz_vec()
509 unsigned int n_log2[MAX_MB_PLANE], in vp9_model_rd_from_var_lapndz_vec()
510 unsigned int qstep[MAX_MB_PLANE], in vp9_model_rd_from_var_lapndz_vec()
622 struct buf_2d dst[MAX_MB_PLANE], in vp9_setup_pred_block()
Dvp9_pickmode.c926 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()
Dvp9_encodeframe.c2171 static void restore_context(MACROBLOCK *const x, int mi_row, int mi_col, in restore_context()
2199 static void save_context(MACROBLOCK *const x, int mi_row, int mi_col, in save_context()
Dvp9_rdopt.c2429 struct buf_2d yv12_mb[4][MAX_MB_PLANE]) { in setup_buffer_inter()
2661 uint8_t *orig_dst[MAX_MB_PLANE], in restore_dst_buf()
2662 int orig_dst_stride[MAX_MB_PLANE]) { in restore_dst_buf()
/external/libvpx/libvpx/vp9/common/
Dvp9_thread_common.c92 struct macroblockd_plane planes[MAX_MB_PLANE], int start, int stop, in thread_loop_filter_rows()
158 struct macroblockd_plane planes[MAX_MB_PLANE], in loop_filter_rows_mt()
220 struct macroblockd_plane planes[MAX_MB_PLANE], in vp9_loop_filter_frame_mt()
Dvp9_reconinter.c257 void vp9_setup_dst_planes(struct macroblockd_plane planes[MAX_MB_PLANE], in vp9_setup_dst_planes()
Dvp9_loopfilter.c1425 struct macroblockd_plane planes[MAX_MB_PLANE], in loop_filter_rows()
1612 struct VP9Common *cm, const struct macroblockd_plane planes[MAX_MB_PLANE]) { in vp9_loop_filter_data_reset()
Dvp9_blockd.h32 #define MAX_MB_PLANE 3 macro
/external/libaom/libaom/av1/common/
Dreconinter.c1178 uint8_t *above[MAX_MB_PLANE], in av1_build_obmc_inter_prediction()
1179 int above_stride[MAX_MB_PLANE], in av1_build_obmc_inter_prediction()
1180 uint8_t *left[MAX_MB_PLANE], in av1_build_obmc_inter_prediction()
1181 int left_stride[MAX_MB_PLANE]) { in av1_build_obmc_inter_prediction()
Dblockd.h36 #define MAX_MB_PLANE 3 macro
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c709 const AV1_COMMON *cm, MACROBLOCKD *xd, uint8_t *tmp_buf[MAX_MB_PLANE], in dec_build_prediction_by_above_preds()
710 int tmp_width[MAX_MB_PLANE], int tmp_height[MAX_MB_PLANE], in dec_build_prediction_by_above_preds()
711 int tmp_stride[MAX_MB_PLANE]) { in dec_build_prediction_by_above_preds()
763 const AV1_COMMON *cm, MACROBLOCKD *xd, uint8_t *tmp_buf[MAX_MB_PLANE], in dec_build_prediction_by_left_preds()
764 int tmp_width[MAX_MB_PLANE], int tmp_height[MAX_MB_PLANE], in dec_build_prediction_by_left_preds()
765 int tmp_stride[MAX_MB_PLANE]) { in dec_build_prediction_by_left_preds()