Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c435 static void model_rd_norm_vec(int xsq_q10[MAX_MB_PLANE], in model_rd_norm_vec()
436 int r_q10[MAX_MB_PLANE], in model_rd_norm_vec()
437 int d_q10[MAX_MB_PLANE]) { in model_rd_norm_vec()
478 void vp9_model_rd_from_var_lapndz_vec(unsigned int var[MAX_MB_PLANE], in vp9_model_rd_from_var_lapndz_vec()
479 unsigned int n_log2[MAX_MB_PLANE], in vp9_model_rd_from_var_lapndz_vec()
480 unsigned int qstep[MAX_MB_PLANE], in vp9_model_rd_from_var_lapndz_vec()
592 struct buf_2d dst[MAX_MB_PLANE], in vp9_setup_pred_block()
Dvp9_pickmode.c890 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()
Dvp9_encodeframe.c2092 static void restore_context(MACROBLOCK *const x, int mi_row, int mi_col, in restore_context()
2120 static void save_context(MACROBLOCK *const x, int mi_row, int mi_col, in save_context()
Dvp9_rdopt.c2286 struct buf_2d yv12_mb[4][MAX_MB_PLANE]) { in setup_buffer_inter()
2559 uint8_t *orig_dst[MAX_MB_PLANE], in restore_dst_buf()
2560 int orig_dst_stride[MAX_MB_PLANE]) { in restore_dst_buf()
/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c337 uint8_t *tmp_buf[MAX_MB_PLANE], in av1_build_prediction_by_above_preds()
338 int tmp_width[MAX_MB_PLANE], in av1_build_prediction_by_above_preds()
339 int tmp_height[MAX_MB_PLANE], in av1_build_prediction_by_above_preds()
340 int tmp_stride[MAX_MB_PLANE]) { in av1_build_prediction_by_above_preds()
392 uint8_t *tmp_buf[MAX_MB_PLANE], in av1_build_prediction_by_left_preds()
393 int tmp_width[MAX_MB_PLANE], in av1_build_prediction_by_left_preds()
394 int tmp_height[MAX_MB_PLANE], in av1_build_prediction_by_left_preds()
395 int tmp_stride[MAX_MB_PLANE]) { in av1_build_prediction_by_left_preds()
Drd.c1019 struct buf_2d dst[MAX_MB_PLANE], in av1_setup_pred_block()
Drdopt.c7010 struct buf_2d yv12_mb[REF_FRAMES][MAX_MB_PLANE]) { in setup_buffer_ref_mvs_inter()
10917 struct buf_2d yv12_mb[REF_FRAMES][MAX_MB_PLANE]) { in rd_pick_skip_mode()
11069 struct buf_2d yv12_mb[REF_FRAMES][MAX_MB_PLANE], int best_rate_y, in sf_refine_fast_tx_type_search()
11347 struct buf_2d yv12_mb[REF_FRAMES][MAX_MB_PLANE]) { in set_params_rd_pick_inter_mode()
11484 struct buf_2d yv12_mb[REF_FRAMES][MAX_MB_PLANE]) { in set_params_nonrd_pick_inter_mode()
/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.c884 uint8_t *above[MAX_MB_PLANE], in av1_build_obmc_inter_prediction()
885 int above_stride[MAX_MB_PLANE], in av1_build_obmc_inter_prediction()
886 uint8_t *left[MAX_MB_PLANE], in av1_build_obmc_inter_prediction()
887 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.c929 uint8_t *tmp_buf[MAX_MB_PLANE], int tmp_width[MAX_MB_PLANE], in dec_build_prediction_by_above_preds()
930 int tmp_height[MAX_MB_PLANE], int tmp_stride[MAX_MB_PLANE]) { in dec_build_prediction_by_above_preds()
982 uint8_t *tmp_buf[MAX_MB_PLANE], int tmp_width[MAX_MB_PLANE], in dec_build_prediction_by_left_preds()
983 int tmp_height[MAX_MB_PLANE], int tmp_stride[MAX_MB_PLANE]) { in dec_build_prediction_by_left_preds()