Home
last modified time | relevance | path

Searched refs:MAX_MB_PLANE (Results 1 – 25 of 27) 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.h57 struct macroblock_plane plane[MAX_MB_PLANE];
124 uint8_t skip_txfm[MAX_MB_PLANE << 2];
129 int64_t bsse[MAX_MB_PLANE << 2];
Dvp9_rdopt.c186 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 …]
Dvp9_context_tree.c30 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()
Dvp9_denoiser.c205 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()
Dvp9_rd.h175 struct buf_2d dst[MAX_MB_PLANE],
Dvp9_temporal_filter.c303 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()
Dvp9_encodeframe.c1017 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 …]
Dvp9_pickmode.c131 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()
Dvp9_ethread.c160 for (j = 0; j < MAX_MB_PLANE; ++j) { in vp9_encode_tiles_mt()
Dvp9_rd.c513 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()
Dvp9_encodemb.c30 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()
Dvp9_mcomp.c1819 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/
Dvp9_reconinter.c274 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()
Dvp9_blockd.h33 #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()
Dvp9_loopfilter.h148 struct macroblockd_plane planes[MAX_MB_PLANE];
157 struct VP9Common *cm, const struct macroblockd_plane planes[MAX_MB_PLANE]);
Dvp9_blockd.c82 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()
Dvp9_thread_common.h52 struct macroblockd_plane planes[MAX_MB_PLANE],
Dvp9_thread_common.c93 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
Dvp9_onyxc_int.h356 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()
Dvp9_reconinter.h103 void vp9_setup_dst_planes(struct macroblockd_plane planes[MAX_MB_PLANE],
Dvp9_alloccommon.c143 2 * mi_cols_aligned_to_sb(cm->mi_cols) * MAX_MB_PLANE, in vp9_alloc_context_buffers()
Dvp9_postproc.c468 for (i = 0; i < MAX_MB_PLANE; ++i) { in vp9_deblock()
504 for (i = 0; i < MAX_MB_PLANE; ++i) { in vp9_denoise()
Dvp9_loopfilter.c1537 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/
Dvp9_decodeframe.c718 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()

12