Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/
Dvp9_rd.c516 static void model_rd_norm_vec(int xsq_q10[MAX_MB_PLANE], in model_rd_norm_vec()
517 int r_q10[MAX_MB_PLANE], in model_rd_norm_vec()
518 int d_q10[MAX_MB_PLANE]) { in model_rd_norm_vec()
559 void vp9_model_rd_from_var_lapndz_vec(unsigned int var[MAX_MB_PLANE], in vp9_model_rd_from_var_lapndz_vec()
560 unsigned int n_log2[MAX_MB_PLANE], in vp9_model_rd_from_var_lapndz_vec()
561 unsigned int qstep[MAX_MB_PLANE], in vp9_model_rd_from_var_lapndz_vec()
682 struct buf_2d dst[MAX_MB_PLANE], in vp9_setup_pred_block()
Dvp9_pickmode.c935 unsigned int sse_y, struct buf_2d yv12_mb[][MAX_MB_PLANE], int *rate, in encode_breakout_test()
1260 struct buf_2d yv12_mb[4][MAX_MB_PLANE], BLOCK_SIZE bsize, in find_predictors()
1377 struct buf_2d yv12_mb[4][MAX_MB_PLANE], RD_COST *best_rdc, BLOCK_SIZE bsize, in recheck_zeromv_after_denoising()
Dvp9_encodeframe.c2144 static void restore_context(MACROBLOCK *const x, int mi_row, int mi_col, in restore_context()
2172 static void save_context(MACROBLOCK *const x, int mi_row, int mi_col, in save_context()
Dvp9_rdopt.c2453 struct buf_2d yv12_mb[4][MAX_MB_PLANE]) { in setup_buffer_inter()
2685 uint8_t *orig_dst[MAX_MB_PLANE], in restore_dst_buf()
2686 int orig_dst_stride[MAX_MB_PLANE]) { in restore_dst_buf()
/external/libaom/av1/encoder/
Dreconinter_enc.c217 uint8_t *tmp_buf[MAX_MB_PLANE], in av1_build_prediction_by_above_preds()
218 int tmp_width[MAX_MB_PLANE], in av1_build_prediction_by_above_preds()
219 int tmp_height[MAX_MB_PLANE], in av1_build_prediction_by_above_preds()
220 int tmp_stride[MAX_MB_PLANE]) { in av1_build_prediction_by_above_preds()
232 uint8_t *tmp_buf[MAX_MB_PLANE], in av1_build_prediction_by_left_preds()
233 int tmp_width[MAX_MB_PLANE], in av1_build_prediction_by_left_preds()
234 int tmp_height[MAX_MB_PLANE], in av1_build_prediction_by_left_preds()
235 int tmp_stride[MAX_MB_PLANE]) { in av1_build_prediction_by_left_preds()
Dnonrd_opt.h77 struct buf_2d yv12_mb[8][MAX_MB_PLANE], BLOCK_SIZE bsize, in find_predictors()
Drdopt.c924 BLOCK_SIZE block_size, struct buf_2d yv12_mb[REF_FRAMES][MAX_MB_PLANE]) { in setup_buffer_ref_mvs_inter()
3366 struct buf_2d yv12_mb[REF_FRAMES][MAX_MB_PLANE]) { in rd_pick_skip_mode()
3526 MB_MODE_INFO *best_mbmode, struct buf_2d yv12_mb[REF_FRAMES][MAX_MB_PLANE], in refine_winner_mode_tx()
3967 struct buf_2d (*yv12_mb)[MAX_MB_PLANE]) { in set_params_rd_pick_inter_mode()
4844 struct buf_2d yv12_mb[REF_FRAMES][MAX_MB_PLANE], in evaluate_motion_mode_for_winner_candidates()
5083 struct buf_2d yv12_mb[REF_FRAMES][MAX_MB_PLANE], int mi_row, int mi_col, in tx_search_best_inter_candidates()
Dnonrd_pickmode.c1906 struct buf_2d yv12_mb[4][MAX_MB_PLANE], RD_STATS *best_rdc,
3037 struct buf_2d yv12_mb[MAX_MB_PLANE]) {
3084 struct buf_2d yv12_mb[8][MAX_MB_PLANE],
3209 const AV1_COMP *cpi, MACROBLOCK *x, struct buf_2d yv12_mb[8][MAX_MB_PLANE],
Drd.c1234 struct buf_2d dst[MAX_MB_PLANE], in av1_setup_pred_block()
/external/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/av1/common/
Dreconinter.c928 uint8_t *above[MAX_MB_PLANE], in av1_build_obmc_inter_prediction()
929 int above_stride[MAX_MB_PLANE], in av1_build_obmc_inter_prediction()
930 uint8_t *left[MAX_MB_PLANE], in av1_build_obmc_inter_prediction()
931 int left_stride[MAX_MB_PLANE]) { in av1_build_obmc_inter_prediction()
Dblockd.h36 #define MAX_MB_PLANE 3 macro
/external/libaom/av1/decoder/
Ddecodeframe.c719 uint8_t *tmp_buf[MAX_MB_PLANE], int tmp_width[MAX_MB_PLANE], in dec_build_prediction_by_above_preds()
720 int tmp_height[MAX_MB_PLANE], int tmp_stride[MAX_MB_PLANE]) { in dec_build_prediction_by_above_preds()
774 uint8_t *tmp_buf[MAX_MB_PLANE], int tmp_width[MAX_MB_PLANE], in dec_build_prediction_by_left_preds()
775 int tmp_height[MAX_MB_PLANE], int tmp_stride[MAX_MB_PLANE]) { in dec_build_prediction_by_left_preds()