Home
last modified time | relevance | path

Searched refs:MAX_MB_PLANE (Results 1 – 25 of 59) sorted by relevance

123

/external/libvpx/libvpx/vp9/encoder/
Dvp9_context_tree.h30 tran_low_t *coeff[MAX_MB_PLANE][3];
31 tran_low_t *qcoeff[MAX_MB_PLANE][3];
32 tran_low_t *dqcoeff[MAX_MB_PLANE][3];
33 uint16_t *eobs[MAX_MB_PLANE][3];
36 tran_low_t *coeff_pbuf[MAX_MB_PLANE][3];
37 tran_low_t *qcoeff_pbuf[MAX_MB_PLANE][3];
38 tran_low_t *dqcoeff_pbuf[MAX_MB_PLANE][3];
39 uint16_t *eobs_pbuf[MAX_MB_PLANE][3];
48 uint8_t skip_txfm[MAX_MB_PLANE << 2];
Dvp9_block.h68 int64_t bsse[MAX_MB_PLANE << 2];
71 struct macroblock_plane plane[MAX_MB_PLANE];
157 uint8_t skip_txfm[MAX_MB_PLANE << 2];
164 int64_t bsse[MAX_MB_PLANE << 2];
Dvp9_rd.c435 static void model_rd_norm_vec(int xsq_q10[MAX_MB_PLANE], in model_rd_norm_vec() argument
436 int r_q10[MAX_MB_PLANE], in model_rd_norm_vec() argument
437 int d_q10[MAX_MB_PLANE]) { in model_rd_norm_vec() argument
440 for (i = 0; i < MAX_MB_PLANE; ++i) { 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() argument
479 unsigned int n_log2[MAX_MB_PLANE], in vp9_model_rd_from_var_lapndz_vec() argument
480 unsigned int qstep[MAX_MB_PLANE], in vp9_model_rd_from_var_lapndz_vec() argument
483 int xsq_q10[MAX_MB_PLANE], d_q10[MAX_MB_PLANE], r_q10[MAX_MB_PLANE]; in vp9_model_rd_from_var_lapndz_vec()
484 for (i = 0; i < MAX_MB_PLANE; ++i) { in vp9_model_rd_from_var_lapndz_vec()
491 for (i = 0; i < MAX_MB_PLANE; ++i) { in vp9_model_rd_from_var_lapndz_vec()
[all …]
Dvp9_rd.h150 void vp9_model_rd_from_var_lapndz_vec(unsigned int var[MAX_MB_PLANE],
151 unsigned int n_log2[MAX_MB_PLANE],
152 unsigned int qstep[MAX_MB_PLANE],
195 struct buf_2d dst[MAX_MB_PLANE],
Dvp9_frame_scale.c73 for (i = 0; i < MAX_MB_PLANE; ++i) { in vp9_scale_and_extend_frame_c()
94 for (i = 0; i < MAX_MB_PLANE; ++i) { in vp9_scale_and_extend_frame_c()
Dvp9_rdopt.c178 unsigned int qstep_vec[MAX_MB_PLANE]; in model_rd_for_sb()
179 unsigned int nlog2_vec[MAX_MB_PLANE]; in model_rd_for_sb()
180 unsigned int sum_sse_vec[MAX_MB_PLANE]; in model_rd_for_sb()
185 for (i = 0; i < MAX_MB_PLANE; ++i) { in model_rd_for_sb()
247 for (i = 0; i < MAX_MB_PLANE; ++i) { in model_rd_for_sb()
262 for (i = 0; i < MAX_MB_PLANE; ++i) { in model_rd_for_sb()
1308 for (plane = 1; plane < MAX_MB_PLANE; ++plane) in super_block_uvrd()
1317 for (plane = 1; plane < MAX_MB_PLANE; ++plane) { in super_block_uvrd()
1379 if (!x->select_tx_size) swap_block_ptr(x, ctx, 2, 0, 1, MAX_MB_PLANE); in rd_pick_intra_sbuv_mode()
1715 struct buf_2d backup_yv12[2][MAX_MB_PLANE]; in joint_motion_search()
[all …]
Dvp9_context_tree.c29 for (i = 0; i < MAX_MB_PLANE; ++i) { in alloc_mode_context()
51 for (i = 0; i < MAX_MB_PLANE; ++i) { in free_mode_context()
/external/libaom/libaom/av1/encoder/
Dreconinter_enc.h85 uint8_t *tmp_buf[MAX_MB_PLANE],
86 int tmp_width[MAX_MB_PLANE],
87 int tmp_height[MAX_MB_PLANE],
88 int tmp_stride[MAX_MB_PLANE]);
92 uint8_t *tmp_buf[MAX_MB_PLANE],
93 int tmp_width[MAX_MB_PLANE],
94 int tmp_height[MAX_MB_PLANE],
95 int tmp_stride[MAX_MB_PLANE]);
Dcontext_tree.h46 tran_low_t *coeff[MAX_MB_PLANE];
47 tran_low_t *qcoeff[MAX_MB_PLANE];
48 tran_low_t *dqcoeff[MAX_MB_PLANE];
49 uint16_t *eobs[MAX_MB_PLANE];
50 uint8_t *txb_entropy_ctx[MAX_MB_PLANE];
Dreconinter_enc.c337 uint8_t *tmp_buf[MAX_MB_PLANE], in av1_build_prediction_by_above_preds() argument
338 int tmp_width[MAX_MB_PLANE], in av1_build_prediction_by_above_preds() argument
339 int tmp_height[MAX_MB_PLANE], in av1_build_prediction_by_above_preds() argument
340 int tmp_stride[MAX_MB_PLANE]) { in av1_build_prediction_by_above_preds() argument
392 uint8_t *tmp_buf[MAX_MB_PLANE], in av1_build_prediction_by_left_preds() argument
393 int tmp_width[MAX_MB_PLANE], in av1_build_prediction_by_left_preds() argument
394 int tmp_height[MAX_MB_PLANE], in av1_build_prediction_by_left_preds() argument
395 int tmp_stride[MAX_MB_PLANE]) { in av1_build_prediction_by_left_preds() argument
422 uint8_t *dst_buf1[MAX_MB_PLANE], *dst_buf2[MAX_MB_PLANE]; in av1_build_obmc_inter_predictors_sb()
423 int dst_stride1[MAX_MB_PLANE] = { MAX_SB_SIZE, MAX_SB_SIZE, MAX_SB_SIZE }; in av1_build_obmc_inter_predictors_sb()
[all …]
Dblock.h68 tran_low_t tcoeff[MAX_MB_PLANE][MAX_SB_SQUARE];
69 uint16_t eobs[MAX_MB_PLANE][MAX_SB_SQUARE / (TX_SIZE_W_MIN * TX_SIZE_H_MIN)];
70 uint8_t txb_skip_ctx[MAX_MB_PLANE]
72 int dc_sign_ctx[MAX_MB_PLANE]
209 struct macroblock_plane plane[MAX_MB_PLANE];
Drd.h311 for (plane = 0; plane < MAX_MB_PLANE; ++plane) { in av1_init_rd_stats()
338 for (plane = 0; plane < MAX_MB_PLANE; ++plane) { in av1_invalid_rd_stats()
365 for (plane = 0; plane < MAX_MB_PLANE; ++plane) { in av1_merge_rd_stats()
449 struct buf_2d dst[MAX_MB_PLANE],
Dencodemb.h26 ENTROPY_CONTEXT ta[MAX_MB_PLANE][MAX_MIB_SIZE];
27 ENTROPY_CONTEXT tl[MAX_MB_PLANE][MAX_MIB_SIZE];
Dcontext_tree.c20 tran_low_t *coeff_buf[MAX_MB_PLANE];
21 tran_low_t *qcoeff_buf[MAX_MB_PLANE];
22 tran_low_t *dqcoeff_buf[MAX_MB_PLANE];
/external/libaom/libaom/av1/common/
Dthread_common.h35 pthread_mutex_t *mutex_[MAX_MB_PLANE];
36 pthread_cond_t *cond_[MAX_MB_PLANE];
39 int *cur_sb_col[MAX_MB_PLANE];
76 pthread_mutex_t *mutex_[MAX_MB_PLANE];
77 pthread_cond_t *cond_[MAX_MB_PLANE];
80 int *cur_sb_col[MAX_MB_PLANE];
Dblockd.h36 #define MAX_MB_PLANE 3 macro
64 uint8_t *plane[MAX_MB_PLANE];
65 int stride[MAX_MB_PLANE];
194 int txb_coeff_cost[MAX_MB_PLANE];
195 int txb_coeff_cost_map[MAX_MB_PLANE][TXB_COEFF_COST_MAP_SIZE]
387 DECLARE_ALIGNED(32, tran_low_t, dqcoeff[MAX_MB_PLANE][MAX_SB_SQUARE]);
388 eob_info eob_data[MAX_MB_PLANE]
493 struct macroblockd_plane plane[MAX_MB_PLANE];
522 ENTROPY_CONTEXT *above_context[MAX_MB_PLANE];
523 ENTROPY_CONTEXT left_context[MAX_MB_PLANE][MAX_MIB_SIZE];
[all …]
Dthread_common.c62 for (j = 0; j < MAX_MB_PLANE; j++) { in loop_filter_alloc()
91 for (int j = 0; j < MAX_MB_PLANE; j++) { in loop_filter_alloc()
97 aom_malloc(sizeof(*(lf_sync->job_queue)) * rows * MAX_MB_PLANE * 2)); in loop_filter_alloc()
108 for (j = 0; j < MAX_MB_PLANE; j++) { in av1_loop_filter_dealloc()
128 for (j = 0; j < MAX_MB_PLANE; j++) { in av1_loop_filter_dealloc()
146 for (int i = 0; i < MAX_MB_PLANE; i++) { in loop_filter_data_reset()
426 for (i = 0; i < MAX_MB_PLANE; i++) { in loop_filter_rows_mt()
650 for (j = 0; j < MAX_MB_PLANE; j++) { in av1_loop_restoration_dealloc()
669 for (j = 0; j < MAX_MB_PLANE; j++) { in av1_loop_restoration_dealloc()
869 assert(MAX_MB_PLANE == 3); in foreach_rest_unit_in_planes_mt()
Dreconinter.h312 uint8_t *above[MAX_MB_PLANE],
313 int above_stride[MAX_MB_PLANE],
314 uint8_t *left[MAX_MB_PLANE],
315 int left_stride[MAX_MB_PLANE]);
Dav1_loopfilter.h117 uint8_t lvl[MAX_MB_PLANE][MAX_SEGMENTS][2][REF_FRAMES][MAX_MODE_LF_DELTAS];
153 struct macroblockd_plane planes[MAX_MB_PLANE];
/external/libvpx/libvpx/vp9/common/
Dvp9_reconinter.c248 MAX_MB_PLANE - 1); in vp9_build_inter_predictors_sbuv()
254 MAX_MB_PLANE - 1); in vp9_build_inter_predictors_sb()
257 void vp9_setup_dst_planes(struct macroblockd_plane planes[MAX_MB_PLANE], in vp9_setup_dst_planes() argument
260 uint8_t *const buffers[MAX_MB_PLANE] = { src->y_buffer, src->u_buffer, in vp9_setup_dst_planes()
262 const int strides[MAX_MB_PLANE] = { src->y_stride, src->uv_stride, in vp9_setup_dst_planes()
266 for (i = 0; i < MAX_MB_PLANE; ++i) { in vp9_setup_dst_planes()
278 uint8_t *const buffers[MAX_MB_PLANE] = { src->y_buffer, src->u_buffer, in vp9_setup_pre_planes()
280 const int strides[MAX_MB_PLANE] = { src->y_stride, src->uv_stride, in vp9_setup_pre_planes()
282 for (i = 0; i < MAX_MB_PLANE; ++i) { in vp9_setup_pre_planes()
Dvp9_blockd.h32 #define MAX_MB_PLANE 3 macro
149 struct macroblockd_plane plane[MAX_MB_PLANE];
184 ENTROPY_CONTEXT *above_context[MAX_MB_PLANE];
185 ENTROPY_CONTEXT left_context[MAX_MB_PLANE][16];
252 for (i = 0; i < MAX_MB_PLANE; i++) { in reset_skip_context()
Dvp9_loopfilter.h143 struct macroblockd_plane planes[MAX_MB_PLANE];
152 struct VP9Common *cm, const struct macroblockd_plane planes[MAX_MB_PLANE]);
Dvp9_blockd.c83 for (plane = 0; plane < MAX_MB_PLANE; ++plane) in vp9_foreach_transformed_block()
127 for (i = 0; i < MAX_MB_PLANE; i++) { in vp9_setup_block_planes()
Dvp9_thread_common.c92 struct macroblockd_plane planes[MAX_MB_PLANE], int start, int stop, in thread_loop_filter_rows() argument
94 const int num_planes = y_only ? 1 : MAX_MB_PLANE; in thread_loop_filter_rows()
158 struct macroblockd_plane planes[MAX_MB_PLANE], in loop_filter_rows_mt() argument
220 struct macroblockd_plane planes[MAX_MB_PLANE], in vp9_loop_filter_frame_mt() argument
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.h54 int *eob[MAX_MB_PLANE];
56 tran_low_t *dqcoeff[MAX_MB_PLANE];

123