/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_context_tree.h | 30 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];
|
D | vp9_block.h | 68 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];
|
D | vp9_rd.c | 381 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 …]
|
D | vp9_rd.h | 144 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],
|
D | vp9_frame_scale.c | 73 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()
|
D | vp9_rdopt.c | 176 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 …]
|
D | vp9_context_tree.c | 26 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()
|
D | vp9_denoiser.c | 202 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()
|
D | vp9_encodeframe.c | 1716 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 …]
|
D | vp9_temporal_filter.c | 625 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()
|
D | vp9_pickmode.c | 149 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()
|
D | vp9_ethread.c | 205 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()
|
D | vp9_encodemb.c | 29 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/ |
D | vp9_reconinter.c | 248 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()
|
D | vp9_blockd.h | 32 #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()
|
D | vp9_loopfilter.h | 143 struct macroblockd_plane planes[MAX_MB_PLANE]; 152 struct VP9Common *cm, const struct macroblockd_plane planes[MAX_MB_PLANE]);
|
D | vp9_blockd.c | 83 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()
|
D | vp9_thread_common.c | 90 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
|
D | vp9_thread_common.h | 51 struct macroblockd_plane planes[MAX_MB_PLANE],
|
D | vp9_onyxc_int.h | 320 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()
|
D | vp9_reconinter.h | 94 void vp9_setup_dst_planes(struct macroblockd_plane planes[MAX_MB_PLANE],
|
D | vp9_alloccommon.c | 135 2 * mi_cols_aligned_to_sb(cm->mi_cols) * MAX_MB_PLANE, in vp9_alloc_context_buffers()
|
D | vp9_loopfilter.c | 1417 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
|
D | vp9_postproc.c | 247 for (i = 0; i < MAX_MB_PLANE; ++i) { in vp9_deblock()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 661 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()
|