Home
last modified time | relevance | path

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

12

/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];
150 uint8_t skip_txfm[MAX_MB_PLANE << 2];
157 int64_t bsse[MAX_MB_PLANE << 2];
Dvp9_rd.c381 static void model_rd_norm_vec(int xsq_q10[MAX_MB_PLANE], in model_rd_norm_vec() argument
382 int r_q10[MAX_MB_PLANE], in model_rd_norm_vec() argument
383 int d_q10[MAX_MB_PLANE]) { in model_rd_norm_vec() argument
386 for (i = 0; i < MAX_MB_PLANE; ++i) { in model_rd_norm_vec()
424 void vp9_model_rd_from_var_lapndz_vec(unsigned int var[MAX_MB_PLANE], in vp9_model_rd_from_var_lapndz_vec() argument
425 unsigned int n_log2[MAX_MB_PLANE], in vp9_model_rd_from_var_lapndz_vec() argument
426 unsigned int qstep[MAX_MB_PLANE], in vp9_model_rd_from_var_lapndz_vec() argument
429 int xsq_q10[MAX_MB_PLANE], d_q10[MAX_MB_PLANE], r_q10[MAX_MB_PLANE]; in vp9_model_rd_from_var_lapndz_vec()
430 for (i = 0; i < MAX_MB_PLANE; ++i) { in vp9_model_rd_from_var_lapndz_vec()
437 for (i = 0; i < MAX_MB_PLANE; ++i) { in vp9_model_rd_from_var_lapndz_vec()
[all …]
Dvp9_rd.h144 void vp9_model_rd_from_var_lapndz_vec(unsigned int var[MAX_MB_PLANE],
145 unsigned int n_log2[MAX_MB_PLANE],
146 unsigned int qstep[MAX_MB_PLANE],
189 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.c176 unsigned int qstep_vec[MAX_MB_PLANE]; in model_rd_for_sb()
177 unsigned int nlog2_vec[MAX_MB_PLANE]; in model_rd_for_sb()
178 unsigned int sum_sse_vec[MAX_MB_PLANE]; in model_rd_for_sb()
183 for (i = 0; i < MAX_MB_PLANE; ++i) { in model_rd_for_sb()
245 for (i = 0; i < MAX_MB_PLANE; ++i) { in model_rd_for_sb()
260 for (i = 0; i < MAX_MB_PLANE; ++i) { in model_rd_for_sb()
1317 for (plane = 1; plane < MAX_MB_PLANE; ++plane) in super_block_uvrd()
1326 for (plane = 1; plane < MAX_MB_PLANE; ++plane) { in super_block_uvrd()
1388 if (!x->select_tx_size) swap_block_ptr(x, ctx, 2, 0, 1, MAX_MB_PLANE); in rd_pick_intra_sbuv_mode()
1724 struct buf_2d backup_yv12[2][MAX_MB_PLANE]; in joint_motion_search()
[all …]
Dvp9_context_tree.c26 for (i = 0; i < MAX_MB_PLANE; ++i) { in alloc_mode_context()
48 for (i = 0; i < MAX_MB_PLANE; ++i) { in free_mode_context()
Dvp9_denoiser.c202 struct buf_2d saved_dst[MAX_MB_PLANE]; in perform_motion_compensation()
203 struct buf_2d saved_pre[MAX_MB_PLANE]; in perform_motion_compensation()
276 for (i = 0; i < MAX_MB_PLANE; ++i) { in perform_motion_compensation()
319 for (i = 0; i < MAX_MB_PLANE; ++i) { in perform_motion_compensation()
Dvp9_encodeframe.c1716 max_plane = is_inter_block(xdmi) ? MAX_MB_PLANE : 1; in update_state()
1724 for (i = max_plane; i < MAX_MB_PLANE; ++i) { in update_state()
1807 for (i = 0; i < MAX_MB_PLANE; i++) in vp9_setup_src_planes()
1871 for (i = 0; i < MAX_MB_PLANE; ++i) { in rd_pick_sb_modes()
2050 ENTROPY_CONTEXT a[16 * MAX_MB_PLANE], in restore_context()
2051 ENTROPY_CONTEXT l[16 * MAX_MB_PLANE], in restore_context()
2060 for (p = 0; p < MAX_MB_PLANE; p++) { in restore_context()
2078 ENTROPY_CONTEXT a[16 * MAX_MB_PLANE], in save_context()
2079 ENTROPY_CONTEXT l[16 * MAX_MB_PLANE], in save_context()
2090 for (p = 0; p < MAX_MB_PLANE; ++p) { in save_context()
[all …]
Dvp9_temporal_filter.c625 uint8_t *input_buffer[MAX_MB_PLANE]; in temporal_filter_iterate_c()
628 for (i = 0; i < MAX_MB_PLANE; i++) input_buffer[i] = mbd->plane[i].pre[0].buf; in temporal_filter_iterate_c()
639 for (i = 0; i < MAX_MB_PLANE; i++) mbd->plane[i].pre[0].buf = input_buffer[i]; in temporal_filter_iterate_c()
Dvp9_pickmode.c149 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0 } }; in combined_motion_search()
169 for (i = 0; i < MAX_MB_PLANE; i++) backup_yv12[i] = xd->plane[i].pre[0]; in combined_motion_search()
238 for (i = 0; i < MAX_MB_PLANE; i++) xd->plane[i].pre[0] = backup_yv12[i]; in combined_motion_search()
868 unsigned int sse_y, struct buf_2d yv12_mb[][MAX_MB_PLANE], int *rate, in encode_breakout_test() argument
1193 struct buf_2d yv12_mb[4][MAX_MB_PLANE], BLOCK_SIZE bsize, in find_predictors() argument
1312 struct buf_2d yv12_mb[4][MAX_MB_PLANE], RD_COST *best_rdc, BLOCK_SIZE bsize, in recheck_zeromv_after_denoising() argument
1435 struct buf_2d yv12_mb[4][MAX_MB_PLANE]; in vp9_pick_inter_mode()
1813 for (i = 0; i < MAX_MB_PLANE; i++) { in vp9_pick_inter_mode()
2437 struct buf_2d yv12_mb[4][MAX_MB_PLANE]; in vp9_pick_inter_mode_sub8x8()
2507 for (plane = 0; plane < MAX_MB_PLANE; plane++) in vp9_pick_inter_mode_sub8x8()
Dvp9_ethread.c205 for (j = 0; j < MAX_MB_PLANE; ++j) { in vp9_encode_tiles_mt()
642 for (j = 0; j < MAX_MB_PLANE; ++j) { in vp9_encode_tiles_row_mt()
Dvp9_encodemb.c29 ENTROPY_CONTEXT ta[MAX_MB_PLANE][16];
30 ENTROPY_CONTEXT tl[MAX_MB_PLANE][16];
711 for (plane = 0; plane < MAX_MB_PLANE; ++plane) { in vp9_encode_sb()
/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
146 struct macroblockd_plane plane[MAX_MB_PLANE];
181 ENTROPY_CONTEXT *above_context[MAX_MB_PLANE];
182 ENTROPY_CONTEXT left_context[MAX_MB_PLANE][16];
247 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.c90 struct macroblockd_plane planes[MAX_MB_PLANE], int start, int stop, in thread_loop_filter_rows() argument
92 const int num_planes = y_only ? 1 : MAX_MB_PLANE; in thread_loop_filter_rows()
153 struct macroblockd_plane planes[MAX_MB_PLANE], in loop_filter_rows_mt() argument
212 struct macroblockd_plane planes[MAX_MB_PLANE], in vp9_loop_filter_frame_mt() argument
Dvp9_thread_common.h51 struct macroblockd_plane planes[MAX_MB_PLANE],
Dvp9_onyxc_int.h320 for (i = 0; i < MAX_MB_PLANE; ++i) { in vp9_init_macroblockd()
350 for (i = 0; i < MAX_MB_PLANE; ++i) { in set_skip_context()
Dvp9_reconinter.h94 void vp9_setup_dst_planes(struct macroblockd_plane planes[MAX_MB_PLANE],
Dvp9_alloccommon.c135 2 * mi_cols_aligned_to_sb(cm->mi_cols) * MAX_MB_PLANE, in vp9_alloc_context_buffers()
Dvp9_loopfilter.c1417 struct macroblockd_plane planes[MAX_MB_PLANE], in loop_filter_rows() argument
1419 const int num_planes = y_only ? 1 : MAX_MB_PLANE; in loop_filter_rows()
1604 struct VP9Common *cm, const struct macroblockd_plane planes[MAX_MB_PLANE]) { in vp9_loop_filter_data_reset() argument
Dvp9_postproc.c247 for (i = 0; i < MAX_MB_PLANE; ++i) { in vp9_deblock()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c661 for (plane = 0; plane < MAX_MB_PLANE; ++plane) { in dec_build_inter_predictors_sb()
682 for (plane = 0; plane < MAX_MB_PLANE; ++plane) { in dec_build_inter_predictors_sb()
700 for (i = 0; i < MAX_MB_PLANE; i++) { in dec_reset_skip_context()
710 for (i = 0; i < MAX_MB_PLANE; i++) { in set_plane_n4()
777 for (plane = 0; plane < MAX_MB_PLANE; ++plane) { in decode_block()
810 for (plane = 0; plane < MAX_MB_PLANE; ++plane) { in decode_block()
1388 sizeof(*cm->above_context) * MAX_MB_PLANE * 2 * aligned_cols); in decode_tiles()
1582 sizeof(*cm->above_context) * MAX_MB_PLANE * 2 * aligned_mi_cols); in decode_tiles_mt()

12