/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 | 57 struct macroblock_plane plane[MAX_MB_PLANE]; 124 uint8_t skip_txfm[MAX_MB_PLANE << 2]; 129 int64_t bsse[MAX_MB_PLANE << 2];
|
D | vp9_rdopt.c | 186 for (i = 0; i < MAX_MB_PLANE; ++i) { in model_rd_for_sb() 1145 for (plane = 1; plane < MAX_MB_PLANE; ++plane) in super_block_uvrd() 1154 for (plane = 1; plane < MAX_MB_PLANE; ++plane) { in super_block_uvrd() 1213 swap_block_ptr(x, ctx, 2, 0, 1, MAX_MB_PLANE); in rd_pick_intra_sbuv_mode() 1553 struct buf_2d backup_yv12[2][MAX_MB_PLANE]; in joint_motion_search() 1576 for (i = 0; i < MAX_MB_PLANE; i++) in joint_motion_search() 1708 for (i = 0; i < MAX_MB_PLANE; i++) in joint_motion_search() 2191 struct buf_2d yv12_mb[4][MAX_MB_PLANE]) { in setup_buffer_inter() argument 2230 struct buf_2d backup_yv12[MAX_MB_PLANE] = {{0, 0}}; in single_motion_search() 2257 for (i = 0; i < MAX_MB_PLANE; i++) in single_motion_search() [all …]
|
D | vp9_context_tree.c | 30 for (i = 0; i < MAX_MB_PLANE; ++i) { in alloc_mode_context() 52 for (i = 0; i < MAX_MB_PLANE; ++i) { in free_mode_context()
|
D | vp9_denoiser.c | 205 struct buf_2d saved_dst[MAX_MB_PLANE]; in perform_motion_compensation() 206 struct buf_2d saved_pre[MAX_MB_PLANE][2]; // 2 pre buffers in perform_motion_compensation() 251 for (i = 0; i < MAX_MB_PLANE; ++i) { in perform_motion_compensation() 300 for (i = 0; i < MAX_MB_PLANE; ++i) { in perform_motion_compensation()
|
D | vp9_rd.h | 175 struct buf_2d dst[MAX_MB_PLANE],
|
D | vp9_temporal_filter.c | 303 uint8_t* input_buffer[MAX_MB_PLANE]; in temporal_filter_iterate_c() 313 for (i = 0; i < MAX_MB_PLANE; i++) in temporal_filter_iterate_c() 589 for (i = 0; i < MAX_MB_PLANE; i++) in temporal_filter_iterate_c()
|
D | vp9_encodeframe.c | 1017 max_plane = is_inter_block(mbmi) ? MAX_MB_PLANE : 1; in update_state() 1025 for (i = max_plane; i < MAX_MB_PLANE; ++i) { in update_state() 1115 for (i = 0; i < MAX_MB_PLANE; i++) in vp9_setup_src_planes() 1187 for (i = 0; i < MAX_MB_PLANE; ++i) { in rd_pick_sb_modes() 1340 ENTROPY_CONTEXT a[16 * MAX_MB_PLANE], in restore_context() 1341 ENTROPY_CONTEXT l[16 * MAX_MB_PLANE], in restore_context() 1350 for (p = 0; p < MAX_MB_PLANE; p++) { in restore_context() 1370 ENTROPY_CONTEXT a[16 * MAX_MB_PLANE], in save_context() 1371 ENTROPY_CONTEXT l[16 * MAX_MB_PLANE], in save_context() 1382 for (p = 0; p < MAX_MB_PLANE; ++p) { in save_context() [all …]
|
D | vp9_pickmode.c | 131 struct buf_2d backup_yv12[MAX_MB_PLANE] = {{0, 0}}; in combined_motion_search() 152 for (i = 0; i < MAX_MB_PLANE; i++) in combined_motion_search() 204 for (i = 0; i < MAX_MB_PLANE; i++) in combined_motion_search() 779 struct buf_2d yv12_mb[][MAX_MB_PLANE], in encode_breakout_test() argument 1089 struct buf_2d yv12_mb[4][MAX_MB_PLANE]; in vp9_pick_inter_mode() 1251 for (i = 0; i < MAX_MB_PLANE; i++) in vp9_pick_inter_mode() 1686 struct buf_2d yv12_mb[4][MAX_MB_PLANE]; in vp9_pick_inter_mode_sub8x8() 1753 for (plane = 0; plane < MAX_MB_PLANE; plane++) in vp9_pick_inter_mode_sub8x8()
|
D | vp9_ethread.c | 160 for (j = 0; j < MAX_MB_PLANE; ++j) { in vp9_encode_tiles_mt()
|
D | vp9_rd.c | 513 struct buf_2d dst[MAX_MB_PLANE], in vp9_setup_pred_block() argument 526 for (i = 0; i < MAX_MB_PLANE; ++i) { in vp9_setup_pred_block()
|
D | vp9_encodemb.c | 30 ENTROPY_CONTEXT ta[MAX_MB_PLANE][16]; 31 ENTROPY_CONTEXT tl[MAX_MB_PLANE][16]; 748 for (plane = 0; plane < MAX_MB_PLANE; ++plane) { in vp9_encode_sb()
|
D | vp9_mcomp.c | 1819 struct buf_2d backup_yv12[MAX_MB_PLANE] = {{0, 0}}; in vp9_int_pro_motion_estimation() 1844 for (i = 0; i < MAX_MB_PLANE; i++) in vp9_int_pro_motion_estimation() 1859 for (i = 0; i < MAX_MB_PLANE; i++) in vp9_int_pro_motion_estimation() 1943 for (i = 0; i < MAX_MB_PLANE; i++) in vp9_int_pro_motion_estimation()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.c | 274 MAX_MB_PLANE - 1); in vp9_build_inter_predictors_sbuv() 280 MAX_MB_PLANE - 1); in vp9_build_inter_predictors_sb() 283 void vp9_setup_dst_planes(struct macroblockd_plane planes[MAX_MB_PLANE], in vp9_setup_dst_planes() argument 286 uint8_t *const buffers[MAX_MB_PLANE] = { src->y_buffer, src->u_buffer, in vp9_setup_dst_planes() 288 const int strides[MAX_MB_PLANE] = { src->y_stride, src->uv_stride, in vp9_setup_dst_planes() 292 for (i = 0; i < MAX_MB_PLANE; ++i) { in vp9_setup_dst_planes() 305 uint8_t *const buffers[MAX_MB_PLANE] = { src->y_buffer, src->u_buffer, in vp9_setup_pre_planes() 307 const int strides[MAX_MB_PLANE] = { src->y_stride, src->uv_stride, in vp9_setup_pre_planes() 309 for (i = 0; i < MAX_MB_PLANE; ++i) { in vp9_setup_pre_planes()
|
D | vp9_blockd.h | 33 #define MAX_MB_PLANE 3 macro 151 struct macroblockd_plane plane[MAX_MB_PLANE]; 185 ENTROPY_CONTEXT *above_context[MAX_MB_PLANE]; 186 ENTROPY_CONTEXT left_context[MAX_MB_PLANE][16]; 258 for (i = 0; i < MAX_MB_PLANE; i++) { in reset_skip_context()
|
D | vp9_loopfilter.h | 148 struct macroblockd_plane planes[MAX_MB_PLANE]; 157 struct VP9Common *cm, const struct macroblockd_plane planes[MAX_MB_PLANE]);
|
D | vp9_blockd.c | 82 for (plane = 0; plane < MAX_MB_PLANE; ++plane) in vp9_foreach_transformed_block() 131 for (i = 0; i < MAX_MB_PLANE; i++) { in vp9_setup_block_planes()
|
D | vp9_thread_common.h | 52 struct macroblockd_plane planes[MAX_MB_PLANE],
|
D | vp9_thread_common.c | 93 struct macroblockd_plane planes[MAX_MB_PLANE], in thread_loop_filter_rows() argument 96 const int num_planes = y_only ? 1 : MAX_MB_PLANE; in thread_loop_filter_rows() 157 struct macroblockd_plane planes[MAX_MB_PLANE], in loop_filter_rows_mt() argument 217 struct macroblockd_plane planes[MAX_MB_PLANE], in vp9_loop_filter_frame_mt() argument
|
D | vp9_onyxc_int.h | 356 for (i = 0; i < MAX_MB_PLANE; ++i) { in vp9_init_macroblockd() 385 for (i = 0; i < MAX_MB_PLANE; ++i) { in set_skip_context()
|
D | vp9_reconinter.h | 103 void vp9_setup_dst_planes(struct macroblockd_plane planes[MAX_MB_PLANE],
|
D | vp9_alloccommon.c | 143 2 * mi_cols_aligned_to_sb(cm->mi_cols) * MAX_MB_PLANE, in vp9_alloc_context_buffers()
|
D | vp9_postproc.c | 468 for (i = 0; i < MAX_MB_PLANE; ++i) { in vp9_deblock() 504 for (i = 0; i < MAX_MB_PLANE; ++i) { in vp9_denoise()
|
D | vp9_loopfilter.c | 1537 struct macroblockd_plane planes[MAX_MB_PLANE], in loop_filter_rows() argument 1539 const int num_planes = y_only ? 1 : MAX_MB_PLANE; in loop_filter_rows() 1727 struct VP9Common *cm, const struct macroblockd_plane planes[MAX_MB_PLANE]) { in vp9_loop_filter_data_reset() argument
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 718 for (plane = 0; plane < MAX_MB_PLANE; ++plane) { in dec_build_inter_predictors_sb() 767 for (i = 0; i < MAX_MB_PLANE; i++) { in dec_reset_skip_context() 777 for (i = 0; i < MAX_MB_PLANE; i++) { in set_plane_n4() 845 for (plane = 0; plane < MAX_MB_PLANE; ++plane) { in decode_block() 873 for (plane = 0; plane < MAX_MB_PLANE; ++plane) { in decode_block() 1464 sizeof(*cm->above_context) * MAX_MB_PLANE * 2 * aligned_cols); in decode_tiles() 1682 sizeof(*cm->above_context) * MAX_MB_PLANE * 2 * aligned_mi_cols); in decode_tiles_mt()
|