/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.c | 188 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()
|
D | rd.c | 1039 struct buf_2d dst[MAX_MB_PLANE], in av1_setup_pred_block()
|
D | rdopt.c | 917 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()
|
D | nonrd_pickmode.c | 251 struct buf_2d yv12_mb[8][MAX_MB_PLANE], BLOCK_SIZE bsize, in find_predictors()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.c | 465 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()
|
D | vp9_pickmode.c | 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()
|
D | vp9_encodeframe.c | 2171 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()
|
D | vp9_rdopt.c | 2429 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/ |
D | vp9_thread_common.c | 92 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()
|
D | vp9_reconinter.c | 257 void vp9_setup_dst_planes(struct macroblockd_plane planes[MAX_MB_PLANE], in vp9_setup_dst_planes()
|
D | vp9_loopfilter.c | 1425 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()
|
D | vp9_blockd.h | 32 #define MAX_MB_PLANE 3 macro
|
/external/libaom/libaom/av1/common/ |
D | reconinter.c | 1178 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()
|
D | blockd.h | 36 #define MAX_MB_PLANE 3 macro
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 709 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()
|