Searched defs:MAX_MB_PLANE (Results 1 – 14 of 14) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.c | 435 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()
|
D | vp9_pickmode.c | 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()
|
D | vp9_encodeframe.c | 2092 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()
|
D | vp9_rdopt.c | 2286 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/ |
D | reconinter_enc.c | 337 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()
|
D | rd.c | 1019 struct buf_2d dst[MAX_MB_PLANE], in av1_setup_pred_block()
|
D | rdopt.c | 7010 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/ |
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 | 884 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()
|
D | blockd.h | 36 #define MAX_MB_PLANE 3 macro
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 929 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()
|