Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_block.h33 int16_t *coeff[MAX_MB_PLANE][3];
34 int16_t *qcoeff[MAX_MB_PLANE][3];
35 int16_t *dqcoeff[MAX_MB_PLANE][3];
36 uint16_t *eobs[MAX_MB_PLANE][3];
39 int16_t *coeff_pbuf[MAX_MB_PLANE][3];
40 int16_t *qcoeff_pbuf[MAX_MB_PLANE][3];
41 int16_t *dqcoeff_pbuf[MAX_MB_PLANE][3];
42 uint16_t *eobs_pbuf[MAX_MB_PLANE][3];
90 struct macroblock_plane plane[MAX_MB_PLANE];
Dvp9_pickmode.c35 struct buf_2d backup_yv12[MAX_MB_PLANE] = {{0}}; in full_pixel_motion_search()
55 for (i = 0; i < MAX_MB_PLANE; i++) in full_pixel_motion_search()
73 for (i = 0; i < MAX_MB_PLANE; i++) in full_pixel_motion_search()
128 for (i = 0; i < MAX_MB_PLANE; i++) in full_pixel_motion_search()
139 struct buf_2d backup_yv12[MAX_MB_PLANE] = {{0}}; in sub_pixel_motion_search()
151 for (i = 0; i < MAX_MB_PLANE; i++) in sub_pixel_motion_search()
172 for (i = 0; i < MAX_MB_PLANE; i++) in sub_pixel_motion_search()
216 struct buf_2d yv12_mb[4][MAX_MB_PLANE]; in vp9_pick_inter_mode()
Dvp9_rdopt.h50 struct buf_2d yv12_mb[4][MAX_MB_PLANE]);
Dvp9_temporal_filter.c212 uint8_t* input_buffer[MAX_MB_PLANE]; in temporal_filter_iterate_c()
218 for (i = 0; i < MAX_MB_PLANE; i++) in temporal_filter_iterate_c()
367 for (i = 0; i < MAX_MB_PLANE; i++) in temporal_filter_iterate_c()
Dvp9_rdopt.c438 for (i = 0; i < MAX_MB_PLANE; ++i) { in model_rd_for_sb()
1325 for (plane = 1; plane < MAX_MB_PLANE; ++plane) in super_block_uvrd()
1334 for (plane = 1; plane < MAX_MB_PLANE; ++plane) { in super_block_uvrd()
1392 for (i = 1; i < MAX_MB_PLANE; ++i) { in rd_pick_intra_sbuv_mode()
2293 struct buf_2d dst[MAX_MB_PLANE], in setup_pred_block() argument
2311 for (i = 0; i < MAX_MB_PLANE; i++) { in setup_pred_block()
2325 struct buf_2d yv12_mb[4][MAX_MB_PLANE]) { in vp9_setup_buffer_inter() argument
2377 struct buf_2d backup_yv12[MAX_MB_PLANE] = {{0}}; in single_motion_search()
2403 for (i = 0; i < MAX_MB_PLANE; i++) in single_motion_search()
2446 for (i = 0; i < MAX_MB_PLANE; i++) in single_motion_search()
[all …]
Dvp9_encodeframe.c877 max_plane = is_inter_block(mbmi) ? MAX_MB_PLANE : 1; in update_state()
885 for (i = max_plane; i < MAX_MB_PLANE; ++i) { in update_state()
979 for (i = 0; i < MAX_MB_PLANE; i++) in vp9_setup_src_planes()
1020 for (i = 0; i < MAX_MB_PLANE; ++i) { in rd_pick_sb_modes()
1159 ENTROPY_CONTEXT a[16 * MAX_MB_PLANE], in restore_context()
1160 ENTROPY_CONTEXT l[16 * MAX_MB_PLANE], in restore_context()
1170 for (p = 0; p < MAX_MB_PLANE; p++) { in restore_context()
1189 ENTROPY_CONTEXT a[16 * MAX_MB_PLANE], in save_context()
1190 ENTROPY_CONTEXT l[16 * MAX_MB_PLANE], in save_context()
1202 for (p = 0; p < MAX_MB_PLANE; ++p) { in save_context()
[all …]
Dvp9_encodemb.c28 ENTROPY_CONTEXT ta[MAX_MB_PLANE][16];
29 ENTROPY_CONTEXT tl[MAX_MB_PLANE][16];
459 for (plane = 0; plane < MAX_MB_PLANE; ++plane) { in vp9_encode_sb()
Dvp9_onyx_if.c1046 for (i = 0; i < MAX_MB_PLANE; ++i) { in alloc_mode_context()
1068 for (i = 0; i < MAX_MB_PLANE; ++i) { in free_mode_context()
1901 for (i = 0; i < MAX_MB_PLANE; ++i) { in scale_and_extend_frame_nonnormative()
1935 for (i = 0; i < MAX_MB_PLANE; ++i) { in scale_and_extend_frame()
Dvp9_firstpass.c550 for (i = 0; i < MAX_MB_PLANE; ++i) { in vp9_first_pass()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_blockd.h172 enum { MAX_MB_PLANE = 4 }; enumerator
174 enum { MAX_MB_PLANE = 3 }; enumerator
205 struct macroblockd_plane plane[MAX_MB_PLANE];
236 DECLARE_ALIGNED(16, int16_t, dqcoeff[MAX_MB_PLANE][64 * 64]);
238 ENTROPY_CONTEXT *above_context[MAX_MB_PLANE];
239 ENTROPY_CONTEXT left_context[MAX_MB_PLANE][16];
Dvp9_blockd.c95 for (plane = 0; plane < MAX_MB_PLANE; plane++) in vp9_foreach_transformed_block()
144 for (i = 0; i < MAX_MB_PLANE; i++) { in vp9_setup_block_planes()
Dvp9_reconinter.c236 MAX_MB_PLANE - 1); in vp9_build_inter_predictors_sbuv()
241 MAX_MB_PLANE - 1); in vp9_build_inter_predictors_sb()
390 for (plane = 0; plane < MAX_MB_PLANE; ++plane) { in vp9_dec_build_inter_predictors_sb()
421 for (i = 0; i < MAX_MB_PLANE; ++i) { in vp9_setup_dst_planes()
439 for (i = 0; i < MAX_MB_PLANE; ++i) { in vp9_setup_pre_planes()
Dvp9_onyxc_int.h243 for (i = 0; i < MAX_MB_PLANE; ++i) { in init_macroblockd()
263 for (i = 0; i < MAX_MB_PLANE; ++i) { in set_skip_context()
Dvp9_alloccommon.c143 MAX_MB_PLANE, in vp9_resize_frame_buffers()
204 MAX_MB_PLANE, in vp9_alloc_frame_buffers()
Dvp9_entropy.h103 for (i = 0; i < MAX_MB_PLANE; i++) { in reset_skip_context()
Dvp9_postproc.c334 for (i = 0; i < MAX_MB_PLANE; ++i) in vp9_deblock()
360 for (i = 0; i < MAX_MB_PLANE; ++i) { in vp9_denoise()
Dvp9_loopfilter.c1197 const int num_planes = y_only ? 1 : MAX_MB_PLANE; in vp9_loop_filter_rows()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_dthread.c95 const int num_planes = y_only ? 1 : MAX_MB_PLANE; in loop_filter_rows_mt()
Dvp9_decodeframe.c188 for (i = 1; i < MAX_MB_PLANE; i++) in setup_plane_dequants()
799 sizeof(*cm->above_context) * MAX_MB_PLANE * 2 * aligned_cols); in decode_tiles()
915 sizeof(*cm->above_context) * MAX_MB_PLANE * 2 * aligned_mi_cols); in decode_tiles_mt()