blob: e6a962c8b4309ecb466ae3e20128f80ed62c22fb [file] [log] [blame]
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301/******************************************************************************
2 *
3 * Copyright (C) 2015 The Android Open Source Project
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at:
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 *
17 *****************************************************************************
18 * Originally developed and contributed by Ittiam Systems Pvt. Ltd, Bangalore
19*/
20#ifndef _IH264D_STRUCTS_H_
21#define _IH264D_STRUCTS_H_
22
23#include "ih264_typedefs.h"
24#include "ih264_macros.h"
25#include "ih264_platform_macros.h"
26#include "iv.h"
27#include "ivd.h"
28
29#include "ih264d_transfer_address.h"
30#include "ih264d_defs.h"
31#include "ih264d_defs.h"
32#include "ih264d_bitstrm.h"
33#include "ih264d_debug.h"
34#include "ih264d_dpb_manager.h"
35/* includes for CABAC */
36#include "ih264d_cabac.h"
37#include "ih264d_dpb_manager.h"
38
39#include "ih264d_vui.h"
40#include "ih264d_sei.h"
41#include "iv.h"
42#include "ivd.h"
43
44#include "ih264_weighted_pred.h"
45#include "ih264_trans_quant_itrans_iquant.h"
46#include "ih264_inter_pred_filters.h"
47#include "ih264_mem_fns.h"
48#include "ih264_padding.h"
49#include "ih264_intra_pred_filters.h"
50#include "ih264_deblk_edge_filters.h"
51
52
Hamsalekha Scaab4fe2015-05-07 16:38:07 +053053
54
55
Hamsalekha S8d3d3032015-03-13 21:24:58 +053056/** Number of Mb's whoose syntax will be read */
57/************************************************************/
58/* MB_GROUP should be a multiple of 2 */
59/************************************************************/
60#define PARSE_MB_GROUP_4 4
61
62/* MV_SCRATCH_BUFS assumed to be pow(2) */
63#define MV_SCRATCH_BUFS 4
64
Hamsalekha S8d3d3032015-03-13 21:24:58 +053065#define TOP_FIELD_ONLY 0x02
66#define BOT_FIELD_ONLY 0x01
67
68#define MAX_REF_BUF_SIZE (3776*2*2)
69
70struct _DecStruct;
71struct _DecMbInfo;
72
Hamsalekha S8d3d3032015-03-13 21:24:58 +053073typedef enum
74{
75 MB_TYPE_SI_SLICE = 0,
76 MB_TYPE_I_SLICE = 3,
77 MB_SKIP_FLAG_P_SLICE = 11,
78 MB_TYPE_P_SLICE = 14,
79 SUB_MB_TYPE_P_SLICE = 21,
80 MB_SKIP_FLAG_B_SLICE = 24,
81 MB_TYPE_B_SLICE = 27,
82 SUB_MB_TYPE_B_SLICE = 36,
83 MVD_X = 40,
84 MVD_Y = 47,
85 REF_IDX = 54,
86 MB_QP_DELTA = 60,
87 INTRA_CHROMA_PRED_MODE = 64,
88 PREV_INTRA4X4_PRED_MODE_FLAG = 68,
89 REM_INTRA4X4_PRED_MODE = 69,
90 MB_FIELD_DECODING_FLAG = 70,
91 CBP_LUMA = 73,
92 CBP_CHROMA = 77,
93 CBF = 85,
94 SIGNIFICANT_COEFF_FLAG_FRAME = 105,
95 SIGNIFICANT_COEFF_FLAG_FLD = 277,
96 LAST_SIGNIFICANT_COEFF_FLAG_FRAME = 166,
97 LAST_SIGNIFICANT_COEFF_FLAG_FLD = 338,
98 COEFF_ABS_LEVEL_MINUS1 = 227,
99
100 /* High profile related Syntax element CABAC offsets */
101 TRANSFORM_SIZE_8X8_FLAG = 399,
102 SIGNIFICANT_COEFF_FLAG_8X8_FRAME = 402,
103 LAST_SIGNIFICANT_COEFF_FLAG_8X8_FRAME = 417,
104 COEFF_ABS_LEVEL_MINUS1_8X8 = 426,
105 SIGNIFICANT_COEFF_FLAG_8X8_FIELD = 436,
106 LAST_SIGNIFICANT_COEFF_FLAG_8X8_FIELD = 451
107
108} cabac_table_num_t;
109
110typedef enum
111{
112 SIG_COEFF_CTXT_CAT_0_OFFSET = 0,
113 SIG_COEFF_CTXT_CAT_1_OFFSET = 15,
114 SIG_COEFF_CTXT_CAT_2_OFFSET = 29,
115 SIG_COEFF_CTXT_CAT_3_OFFSET = 44,
116 SIG_COEFF_CTXT_CAT_4_OFFSET = 47,
117 SIG_COEFF_CTXT_CAT_5_OFFSET = 0,
118 COEFF_ABS_LEVEL_CAT_0_OFFSET = 0,
119 COEFF_ABS_LEVEL_CAT_1_OFFSET = 10,
120 COEFF_ABS_LEVEL_CAT_2_OFFSET = 20,
121 COEFF_ABS_LEVEL_CAT_3_OFFSET = 30,
122 COEFF_ABS_LEVEL_CAT_4_OFFSET = 39,
123 COEFF_ABS_LEVEL_CAT_5_OFFSET = 0
124} cabac_blk_cat_offset_t;
125
Manisha Jajood1e64cc2020-07-22 13:49:11 +0530126#ifdef KEEP_THREADS_ACTIVE
127typedef enum
128{
129 PROC_INIT,
130 PROC_START,
131 PROC_IN_PROGRESS,
132 PROC_DONE,
133} proc_state_t;
134#endif
135
Hamsalekha S8d3d3032015-03-13 21:24:58 +0530136/** Structure for the MV bank */
137typedef struct _mv_pred_t
138{
139 WORD16 i2_mv[4]; /** 0- mvFwdX, 1- mvFwdY, 2- mvBwdX, 3- mvBwdY */
140 WORD8 i1_ref_frame[2];
141
142 UWORD8 u1_col_ref_pic_idx; /** Idx into the pic buff array */
143 UWORD8 u1_pic_type; /** Idx into the pic buff array */
144
145} mv_pred_t;
146
147typedef struct
148{
149 WORD32 i4_mv_indices[16];
150 WORD8 i1_submb_num[16];
151 WORD8 i1_partitionsize[16];
152 WORD8 i1_num_partitions;
153 WORD8 u1_vert_mv_scale;
154 UWORD8 u1_col_zeroflag_change;
155} directmv_t;
156
157typedef struct pic_buffer_t
158{
159 /**Different components of the picture */
160 UWORD8 *pu1_buf1;
161 UWORD8 *pu1_buf2;
162 UWORD8 *pu1_buf3;
163 UWORD16 u2_disp_width; /** Width of the display luma frame in pixels */
164 UWORD16 u2_disp_height; /** Height of the display luma frame in pixels */
165 UWORD32 u4_time_stamp; /** Time at which frame has to be displayed */
166 UWORD16 u2_frm_wd_y; /** Width of the luma frame in pixels */
167 UWORD16 u2_frm_wd_uv; /** Width of the chroma frame */
168 UWORD16 u2_frm_ht_y; /** Height of the luma frame in pixels */
169 UWORD16 u2_frm_ht_uv; /** Height of the chroma frame */
170 /* Upto this is resembling the structure IH264DEC_DispUnit */
171
172 /* If any member is to be added, add below this */
173
174 /* u4_ofst from start of picture buffer to display position for Y buffer */
175 UWORD16 u2_crop_offset_y;
176
177 /* u4_ofst from start of picture buffer to display position for UV buffer */
178 UWORD16 u2_crop_offset_uv;
179
180 UWORD8 u1_is_short; /** (1: short 0: long) term ref pic */
181 UWORD8 u1_pic_type; /** frame / field / complementary field pair */
182 UWORD8 u1_pic_buf_id; /** Idx into the picBufAPI array */
183 UWORD8 u1_mv_buf_id;
184 WORD32 i4_seq;
185 UWORD8 *pu1_col_zero_flag;
186 mv_pred_t *ps_mv; /** Pointer to the MV bank array */
187 WORD32 i4_poc; /** POC */
188 WORD32 i4_pic_num;
189 WORD32 i4_frame_num;
190 WORD32 i4_top_field_order_cnt; /** TopPOC */
191 WORD32 i4_bottom_field_order_cnt; /** BottomPOC */
192 WORD32 i4_avg_poc; /** minPOC */
193 UWORD8 u1_picturetype; /*Same as u1_pic_type..u1_pic_type gets overwritten whereas
194 this doesnot get overwritten ...stores the pictype of
195 frame/complementary field pair/ mbaff */
196 UWORD8 u1_long_term_frm_idx;
197 UWORD8 u1_long_term_pic_num;
198 UWORD32 u4_pack_slc_typ; /* It will contain information about types of slices */
199
200 /* ! */
201 UWORD32 u4_ts;
202 UWORD8 u1_pic_struct;/* Refer to SEI table D-1 */
Chamarthi Kishoread2eaf82019-10-01 11:59:43 +0530203 sei s_sei_pic;
Hamsalekha S8d3d3032015-03-13 21:24:58 +0530204
205} pic_buffer_t;
206
207typedef struct
208{
209 void *u4_add[4];
210} neighbouradd_t;
211
212typedef struct
213{
214 const UWORD8 *pu1_inv_scan;
215 void *pv_table[6];
216} cavlc_cntxt_t;
217
218/**
219 ************************************************************************
220 * \file ih264d_structs.h
221 *
222 * \brief
223 * Structures used in the H.264 decoder
224 *
225 * \date
226 * 18/11/2002
227 *
228 * \author Sriram Sethuraman
229 *
230 ************************************************************************
231 */
232
233/**
234 * Structure to represent a MV Bank buffer and col flag
235 */
236typedef struct
237{
238 /**
239 * Pointer to buffer that holds col flag.
240 */
241 void *pv_col_zero_flag;
242
243 /**
244 * Pointer to buffer that holds mv_pred
245 */
246 void *pv_mv;
247
248 }col_mv_buf_t;
249
250
Hamsalekha S8d3d3032015-03-13 21:24:58 +0530251typedef struct
252{
Hamsalekha S8d3d3032015-03-13 21:24:58 +0530253 UWORD8 u1_dydx; /** 4*dy + dx for Y comp / 8*dy + dx for UV comp */
254 UWORD8 u1_is_bi_direct; /** 1: is bi-direct 0: forward / backward only */
255 UWORD8 u1_wght_pred_type; /** 0-default 1-singleWeighted 2-BiWeighted */
256 WORD8 i1_mb_partwidth; /** Width of MB partition */
257 WORD8 i1_mb_partheight; /** Height of MB partition */
258 WORD8 i1_mc_wd; /** Number of bytes in a DMA stride */
259 WORD8 i1_dma_ht; /** Number of strides */
260
261 WORD8 i1_pod_ht; /** Flag specifying height of pad on demand */
262 /** 0 (No pod) -ve(Top pod) +ve(Bottom pod) */
263 UWORD16 u2_dst_stride; /** Stride value of the destination */
264 UWORD16 u2_u1_ref_buf_wd; /** Width of the ref buffer */
265 UWORD16 u2_frm_wd;
266 UWORD16 u2_dummy;
267
268 UWORD8 *u1_pi1_wt_ofst_rec_v; /** Pointer to packed weight and u4_ofst */
269 UWORD8 *pu1_rec_y_u; /** MB partition address in row buffer */
270 UWORD8 *pu1_dma_dest_addr; /** Destination address for DMA transfer */
271 UWORD8 *pu1_y_ref;
272 UWORD8 *pu1_u_ref;
273 UWORD8 *pu1_v_ref;
274
275 UWORD8 *pu1_pred;
276 UWORD8 *pu1_pred_u;
277 UWORD8 *pu1_pred_v;
278 UWORD8 u1_dma_wd_y;
279 UWORD8 u1_dma_ht_y;
280 UWORD8 u1_dma_wd_uv;
281 UWORD8 u1_dma_ht_uv;
282} pred_info_t;
283
284typedef struct
285{
286 UWORD32 *pu4_wt_offst;
287 WORD16 i2_mv[2];
288
289 /***************************************************/
290 /*packing information i1_size_pos_info */
291 /* bit 1:0 -> X position in terms of (4x4) units */
292 /* bit 3:2 -> Y position in terms of (4x4) units */
293 /* bit 5:4 -> PU width 0:4,1:8,2:16 */
294 /* bit 7:6 -> PU height 0:4,1:8,2:16 */
295 /***************************************************/
296 WORD8 i1_size_pos_info;
297
298 /***************************************************/
299 /*packing information ref idx info */
300 /* bit 5:0 ->ref_idx */
301 /* bit 6:7 -> 0:l0,1:l1,2:bipred */
302 /***************************************************/
303 WORD8 i1_ref_idx_info;
304
305 WORD8 i1_buf_id;
306
307
308 UWORD8 u1_pic_type; /** frame /top field/bottom field/mbaff / complementary field pair */
309
310}pred_info_pkd_t;
311/*! Sequence level parameters */
312
313typedef struct
314{
315 UWORD8 u1_seq_parameter_set_id; /** id for the seq par set 0-31 */
316 UWORD8 u1_is_valid; /** is Seq Param set valid */
317
318 UWORD16 u2_frm_wd_in_mbs; /** Frame width expressed in MB units */
319 UWORD16 u2_frm_ht_in_mbs; /** Frame height expressed in MB units */
320
321 /* Following are derived from the above two */
322 UWORD16 u2_fld_ht_in_mbs; /** Field height expressed in MB units */
323 UWORD16 u2_max_mb_addr; /** Total number of macroblocks in a coded picture */
324 UWORD16 u2_total_num_of_mbs; /** Total number of macroblocks in a coded picture */
325 UWORD32 u4_fld_ht; /** field height */
326 UWORD32 u4_cwidth; /** chroma width */
327 UWORD32 u4_chr_frm_ht; /** chroma height */
328 UWORD32 u4_chr_fld_ht; /** chroma field height */
329 UWORD8 u1_mb_aff_flag; /** 0 - no mb_aff; 1 - uses mb_aff */
330
331 UWORD8 u1_profile_idc; /** profile value */
332 UWORD8 u1_level_idc; /** level value */
333
334 /* high profile related syntax elements */
335 WORD32 i4_chroma_format_idc;
336 WORD32 i4_bit_depth_luma_minus8;
337 WORD32 i4_bit_depth_chroma_minus8;
338 WORD32 i4_qpprime_y_zero_transform_bypass_flag;
339 WORD32 i4_seq_scaling_matrix_present_flag;
340 UWORD8 u1_seq_scaling_list_present_flag[8];
341 UWORD8 u1_use_default_scaling_matrix_flag[8];
342 WORD16 i2_scalinglist4x4[6][16];
343 WORD16 i2_scalinglist8x8[2][64];
344 UWORD8 u1_more_than_one_slice_group_allowed_flag;
345 UWORD8 u1_arbitrary_slice_order_allowed_flag;
346 UWORD8 u1_redundant_slices_allowed_flag;
347 UWORD8 u1_bits_in_frm_num; /** Number of bits in frame num */
348 UWORD16 u2_u4_max_pic_num_minus1; /** Maximum frame num minus 1 */
349 UWORD8 u1_pic_order_cnt_type; /** 0 - 2 indicates the method to code picture order count */
350 UWORD8 u1_log2_max_pic_order_cnt_lsb_minus;
351 WORD32 i4_max_pic_order_cntLsb;
352 UWORD8 u1_num_ref_frames_in_pic_order_cnt_cycle;
353 UWORD8 u1_delta_pic_order_always_zero_flag;
354 WORD32 i4_ofst_for_non_ref_pic;
355 WORD32 i4_ofst_for_top_to_bottom_field;
356 WORD32 i4_ofst_for_ref_frame[MAX_NUM_REF_FRAMES_OFFSET];
357 UWORD8 u1_num_ref_frames;
358 UWORD8 u1_gaps_in_frame_num_value_allowed_flag;
359 UWORD8 u1_frame_mbs_only_flag; /** 1 - frame only; 0 - field/frame pic */
360 UWORD8 u1_direct_8x8_inference_flag;
361 UWORD8 u1_vui_parameters_present_flag;
362 vui_t s_vui;
363} dec_seq_params_t;
364
365typedef struct
366{
367 UWORD16 u2_frm_wd_in_mbs; /** Frame width expressed in MB units */
368 UWORD16 u2_frm_ht_in_mbs; /** Frame height expressed in MB units */
369 UWORD8 u1_frame_mbs_only_flag; /** 1 - frame only; 0 - field/frame pic */
370 UWORD8 u1_profile_idc; /** profile value */
371 UWORD8 u1_level_idc; /** level value */
372 UWORD8 u1_direct_8x8_inference_flag;
373 UWORD8 u1_eoseq_pending;
374} prev_seq_params_t;
375
376/** Picture level parameters */
377typedef struct
378{
379 dec_seq_params_t *ps_sps; /** applicable seq. parameter set */
380
381 /* High profile related syntax elements */
382 WORD32 i4_transform_8x8_mode_flag;
383 WORD32 i4_pic_scaling_matrix_present_flag;
384 UWORD8 u1_pic_scaling_list_present_flag[8];
385 UWORD8 u1_pic_use_default_scaling_matrix_flag[8];
386 WORD16 i2_pic_scalinglist4x4[6][16];
387 WORD16 i2_pic_scalinglist8x8[2][64];
388 WORD8 i1_second_chroma_qp_index_offset;
389
390 UWORD32 u4_slice_group_change_rate;
391 UWORD8 *pu1_slice_groupmb_map; /** MB map with slice membership labels */
392 UWORD8 u1_pic_parameter_set_id; /** id for the picture par set 0-255*/
393 UWORD8 u1_entropy_coding_mode; /** Entropy coding : 0-VLC; 1 - CABAC */
394 UWORD8 u1_num_slice_groups; /** Number of slice groups */
395 UWORD8 u1_pic_init_qp; /** Initial QPY for the picture {-26,25}*/
396 WORD8 i1_chroma_qp_index_offset; /** Chroma QP u4_ofst w.r.t QPY {-12,12} */
397 UWORD8 u1_dblk_filter_parms_flag; /** Slice layer has deblocking filter parameters */
398 UWORD8 u1_constrained_intra_pred_flag; /** Constrained intra prediction u4_flag */
399 UWORD8 u1_redundant_pic_cnt_present_flag; /** Redundant_pic_cnt is in slices using this PPS */
400 UWORD8 u1_pic_order_present_flag; /** Pic order present u4_flag */
401 UWORD8 u1_num_ref_idx_lx_active[2]; /** Maximum reference picture index in the reference list 0 : range [1 - 15] */
402 UWORD8 u1_wted_pred_flag;
403 UWORD8 u1_wted_bipred_idc;
404 UWORD8 u1_pic_init_qs;
405 UWORD8 u1_deblocking_filter_parameters_present_flag;
406 UWORD8 u1_vui_pic_parameters_flag;
407 UWORD8 u1_mb_slice_group_map_type;
408 UWORD8 u1_slice_group_change_direction_flag;
409 UWORD8 u1_frame_cropping_flag;
410 UWORD8 u1_frame_cropping_rect_left_ofst;
411 UWORD8 u1_frame_cropping_rect_right_ofst;
412 UWORD8 u1_frame_cropping_rect_top_ofst;
413 UWORD8 u1_frame_cropping_rect_bottom_ofst;
414 void * pv_codec_handle; /* For Error Handling */
415 WORD32 i4_top_field_order_cnt;
416 WORD32 i4_bottom_field_order_cnt;
417 WORD32 i4_avg_poc;
418 UWORD8 u1_is_valid; /** is Pic Param set valid */
419} dec_pic_params_t;
420
421/** Picture Order Count Paramsters */
422typedef struct
423{
424 WORD32 i4_pic_order_cnt_lsb;
425 WORD32 i4_pic_order_cnt_msb;
426 WORD32 i4_delta_pic_order_cnt_bottom;
427 WORD32 i4_delta_pic_order_cnt[2];
428 WORD32 i4_prev_frame_num_ofst;
429 UWORD8 u1_mmco_equalto5;
430 UWORD8 u1_bot_field;
431 UWORD16 u2_frame_num;
432 WORD32 i4_top_field_order_count;
433 WORD32 i4_bottom_field_order_count;
434} pocstruct_t;
435
436/*****************************************************************************/
437/* parse_mb_pers_info contains necessary mb info data required persistently */
438/* in the form of top and left neighbours. */
439/*****************************************************************************/
440typedef struct
441{
442 void *u4_pic_addrress[4]; /* picture address for BS calc */
443 WORD8 pi1_intrapredmodes[4]; /* calc Intra pred modes */
444 UWORD8 pu1_nnz_y[4];
445 UWORD8 pu1_nnz_uv[4];
446 UWORD8 u1_mb_fld;
447 UWORD8 u1_mb_type;
448 UWORD16 u2_luma_csbp; /* Luma csbp used for BS calc */
449 UWORD8 u1_tran_form8x8;
450} mb_neigbour_params_t;
451
452/* This info is required for decoding purposes except Deblockng */
453typedef struct _DecMbInfo
454{
455 UWORD8 u1_mb_type; /** macroblock type: I/P/B/SI/SP */
456 UWORD8 u1_chroma_pred_mode;
457 UWORD8 u1_cbp;
458 UWORD8 u1_mb_mc_mode; /** 16x16, 2 16x8, 2 8x16, 4 8x8 */
459 UWORD8 u1_topmb; /** top Mb u4_flag */
460 UWORD8 u1_mb_ngbr_availablity;
461 UWORD8 u1_end_of_slice;
462 UWORD8 u1_mb_field_decodingflag;
463 UWORD8 u1_topleft_mb_fld;
464 UWORD8 u1_topleft_mbtype;
465 WORD8 i1_offset;
466 UWORD8 u1_Mux;
467 UWORD8 u1_qp_div6;
468 UWORD8 u1_qp_rem6;
469 UWORD8 u1_qpc_div6;
470 UWORD8 u1_qpcr_div6;
471 UWORD8 u1_qpc_rem6;
472 UWORD8 u1_qpcr_rem6;
473 UWORD8 u1_tran_form8x8;
474 UWORD8 u1_num_pred_parts;
475 UWORD8 u1_yuv_dc_block_flag;
476 UWORD16 u2_top_right_avail_mask;
477 UWORD16 u2_top_left_avail_mask;
478 UWORD16 u2_luma_csbp; /** Coded 4x4 Sub Block Pattern */
479 UWORD16 u2_chroma_csbp; /** Coded 4x4 Sub Block Pattern */
480 UWORD16 u2_mbx;
481 UWORD16 u2_mby;
482 UWORD16 u2_mask[2];
483
484 UWORD32 u4_pred_info_pkd_idx;
485
486 mb_neigbour_params_t *ps_left_mb;
487 mb_neigbour_params_t *ps_top_mb;
488 mb_neigbour_params_t *ps_top_right_mb;
489 mb_neigbour_params_t *ps_curmb;
490} dec_mb_info_t;
491
492
493/** Slice level parameters */
494typedef struct
495{
496 dec_pic_params_t *ps_pps; /** PPS used */
497 WORD32 i4_delta_pic_order_cnt[2];
498 WORD32 i4_poc; /** Pic order cnt of picture to which slice belongs*/
499 UWORD32 u4_idr_pic_id; /** IDR pic ID */
500 UWORD16 u2_first_mb_in_slice; /** Address of first MB in slice*/
501 UWORD16 u2_frame_num; /** Frame number from prev IDR pic */
502
503 UWORD8 u1_mbaff_frame_flag; /** Mb adaptive frame field u4_flag */
504 UWORD8 u1_field_pic_flag; /** Field picture or not */
505 UWORD8 u1_bottom_field_flag; /** If slice belongs to bot field pic */
506 UWORD8 u1_slice_type; /** I/P/B/SI/SP */
507 WORD32 i4_pic_order_cnt_lsb; /** Picture Order Count */
508 UWORD8 u1_slice_qp; /** Add slice_qp_delta to pic_init_QP */
509 UWORD8 u1_disable_dblk_filter_idc; /** 0-dblk all edges; 1 - suppress; 2 - suppress only edges */
510 WORD8 i1_slice_alpha_c0_offset; /** dblk: alpha and C0 table u4_ofst {-12,12}*/
511 WORD8 i1_slice_beta_offset; /** dblk: beta table u4_ofst {-12, 12}*/
512 UWORD8 u1_sp_for_switch_flag;
513 UWORD8 u1_no_output_of_prior_pics_flag;
514 UWORD8 u1_long_term_reference_flag;
515 UWORD8 u1_num_ref_idx_lx_active[2];
516 UWORD8 u1_cabac_init_idc; /** cabac_init_idc */
517 UWORD8 u1_num_ref_idx_active_override_flag;
518 UWORD8 u1_direct_spatial_mv_pred_flag;
519 WORD32 (*pf_decodeDirect)(struct _DecStruct *ps_dec,
520 UWORD8 u1_wd_x,
521 dec_mb_info_t *ps_cur_mb_info,
522 UWORD8 u1_mb_num);
523 UWORD8 u1_redundant_pic_cnt;
524 WORD8 i1_slice_qs_delta;
525 UWORD8 u1_nal_ref_idc; /** NAL ref idc of the Slice NAL unit */
526 UWORD8 u1_nal_unit_type; /** NAL unit type of the Slice NAL */
527 UWORD8 u1_direct_8x8_inference_flag;
528 UWORD8 u1_mmco_equalto5; /** any of the MMCO command equal to 5 */
529 UWORD8 u1_pic_order_cnt_type;
530 pocstruct_t s_POC;
531 /* DataStructures required for weighted prediction */
532 UWORD16 u2_log2Y_crwd; /** Packed luma and chroma log2_weight_denom */
533 /* [list0/list1]:[ref pics index]:[0-Y 1-Cb 2-Cr] [weight/u4_ofst],
534 weights and offsets are signed numbers, since they are packed, it is defined
535 unsigned. LSB byte : weight and MSB byte: u4_ofst */
536 UWORD32 u4_wt_ofst_lx[2][MAX_REF_BUFS][3];
537 void * pv_codec_handle; /* For Error Handling */
Hamsalekha S8d3d3032015-03-13 21:24:58 +0530538
539 /* This is used when reordering is done in Forward or */
540 /* backward lists. This is because reordering can point */
541 /* to any valid entry in initial list irrespective of */
542 /* num_ref_idx_active which could be overwritten using */
543 /* ref_idx_reorder_flag */
544 UWORD8 u1_initial_list_size[2];
545 UWORD32 u4_mbs_in_slice;
546} dec_slice_params_t;
547
548
549typedef struct
550{
551 UWORD8 u1_mb_type; /* Bit representations, X- reserved */
552 /** |Field/Frame|X|X|X|X|Bslice u4_flag|PRED_NON_16x16 u4_flag |Intra Mbflag| */
553 UWORD8 u1_mb_qp;
554 UWORD8 u1_deblocking_mode; /** dblk: Mode [ NO / NO TOP / NO LEFT] filter */
555 WORD8 i1_slice_alpha_c0_offset; /** dblk: alpha and C0 table u4_ofst {-12,12}*/
556 WORD8 i1_slice_beta_offset; /** dblk: beta table u4_ofst {-12, 12}*/
557 UWORD8 u1_single_call;
558 UWORD8 u1_topmb_qp;
559 UWORD8 u1_left_mb_qp;
560 UWORD32 u4_bs_table[10]; /* Boundary strength */
561
562} deblk_mb_t;
563
564typedef struct
565{
566 UWORD8 u1_mb_type;
567 UWORD8 u1_mb_qp;
568} deblkmb_neighbour_t;
569
570#define MAX_MV_RESIDUAL_INFO_PER_MB 32
571#define MAX_REFIDX_INFO_PER_MB 4
572#define PART_NOT_DIRECT 0
573#define PART_DIRECT_8x8 1
574#define PART_DIRECT_16x16 2
575typedef struct
576{
577 UWORD8 u1_is_direct;
578 UWORD8 u1_pred_mode;
579 UWORD8 u1_sub_mb_num;
580 UWORD8 u1_partheight;
581 UWORD8 u1_partwidth;
582} parse_part_params_t;
583
584typedef struct
585{
586 UWORD8 u1_isI_mb;
587 UWORD8 u1_num_part;
588 UWORD32 *pu4_wt_offst[MAX_REFIDX_INFO_PER_MB];
589 WORD8 i1_ref_idx[2][MAX_REFIDX_INFO_PER_MB];
590 UWORD8 u1_col_info[MAX_REFIDX_INFO_PER_MB];
591} parse_pmbarams_t;
592
593typedef struct
594{
Hamsalekha S8d3d3032015-03-13 21:24:58 +0530595 UWORD8 u1_vert_pad_top; /* flip-flop u4_flag remembering pad area (Vert) */
596 UWORD8 u1_vert_pad_bot; /* flip-flop u4_flag remembering pad area (Vert) */
597 UWORD8 u1_horz_pad; /* flip-flop u4_flag remembering pad area (Vert) */
598 UWORD8 u1_pad_len_y_v; /* vertical pad amount for luma */
599 UWORD8 u1_pad_len_cr_v; /* vertical pad amount for chroma */
600} pad_mgr_t;
601
Hamsalekha S8d3d3032015-03-13 21:24:58 +0530602
603#define ACCEPT_ALL_PICS (0x00)
604#define REJECT_CUR_PIC (0x01)
605#define REJECT_PB_PICS (0x02)
606
Hamsalekha S1f2d0122015-06-09 15:54:31 +0530607#define MASK_REJECT_CUR_PIC (0xFE)
608#define MASK_REJECT_PB_PICS (0xFD)
609
Hamsalekha S8d3d3032015-03-13 21:24:58 +0530610#define PIC_TYPE_UNKNOWN (0xFF)
611#define PIC_TYPE_I (0x00)
612#define SYNC_FRM_DEFAULT (0xFFFFFFFF)
613#define INIT_FRAME (0xFFFFFF)
614
615typedef struct dec_err_status_t
616{
617 UWORD8 u1_cur_pic_type;
618 UWORD8 u1_pic_aud_i;
619 UWORD8 u1_err_flag;
620 UWORD32 u4_frm_sei_sync;
621 UWORD32 u4_cur_frm;
622} dec_err_status_t;
623
624/**************************************************************************/
625/* Structure holds information about all high profile toolsets */
626/**************************************************************************/
627typedef struct
628{
629 /*****************************************/
630 /* variables required for scaling */
631 /*****************************************/
632 UWORD8 u1_scaling_present;
633 WORD16 *pi2_scale_mat[8];
634
635 /*************************************************/
636 /* scaling matrices for frame macroblocks after */
637 /* inverse scanning */
638 /*************************************************/
639 WORD16 i2_scalinglist4x4[6][16];
640 WORD16 i2_scalinglist8x8[2][64];
641
642
643 /*****************************************/
644 /* variables required for transform8x8 */
645 /*****************************************/
646 UWORD8 u1_transform8x8_present;
647 UWORD8 u1_direct_8x8_inference_flag;
648 /* temporary variable to get noSubMbPartSizeLessThan8x8Flag from ih264d_parse_bmb_non_direct_cavlc */
649 UWORD8 u1_no_submb_part_size_lt8x8_flag;
650
651 /* needed for inverse scanning */
652 cavlc_cntxt_t s_cavlc_ctxt;
653
654 /* contexts for the CABAC related parsing */
655 bin_ctxt_model_t *ps_transform8x8_flag;
656 bin_ctxt_model_t *ps_sigcoeff_8x8_frame;
657 bin_ctxt_model_t *ps_last_sigcoeff_8x8_frame;
658 bin_ctxt_model_t *ps_coeff_abs_levelminus1;
659 bin_ctxt_model_t *ps_sigcoeff_8x8_field;
660 bin_ctxt_model_t *ps_last_sigcoeff_8x8_field;
661
662/* variables required for intra8x8 */
663
664/* variables required for handling different Qp for Cb and Cr */
665
666} high_profile_tools_t;
667
668typedef struct
669{
670 UWORD32 u4_num_bufs; /* Number of buffers in each display frame. 2 for 420SP and 3 for 420P and so on */
671 void *buf[3]; /* Pointers to each of the components */
672 UWORD32 u4_bufsize[3];
673 UWORD32 u4_ofst[3];
674} disp_buf_t;
675typedef struct _dec_slice_struct
676{
677 volatile UWORD32 u4_first_mb_in_slice;
Hamsalekha S8d3d3032015-03-13 21:24:58 +0530678 volatile UWORD32 slice_type;
Hamsalekha S8d3d3032015-03-13 21:24:58 +0530679 volatile UWORD16 u2_log2Y_crwd;
Hamsalekha S8d3d3032015-03-13 21:24:58 +0530680 volatile void **ppv_map_ref_idx_to_poc;
Hamsalekha Scaab4fe2015-05-07 16:38:07 +0530681 volatile void *pv_tu_coeff_data_start;
Hamsalekha S8d3d3032015-03-13 21:24:58 +0530682} dec_slice_struct_t;
683
Hamsalekha S8d3d3032015-03-13 21:24:58 +0530684/**
685 * Structure to hold coefficient info for a 4x4 transform
686 */
687typedef struct
688{
689 /**
690 * significant coefficient map
691 */
692 UWORD16 u2_sig_coeff_map;
693
694 /**
695 * holds coefficients
696 */
697 WORD16 ai2_level[16];
698}tu_sblk4x4_coeff_data_t;
699
700/**
701 * Structure to hold coefficient info for a 8x8 transform
702 */
703typedef struct
704{
705
706 /**
707 * significant coefficient map
708 */
709 UWORD32 au4_sig_coeff_map[2];
710
711 /**
712 * holds coefficients
713 */
714 WORD16 ai2_level[64];
715}tu_blk8x8_coeff_data_t;
716
717/** Aggregating structure that is globally available */
718typedef struct _DecStruct
719{
720
721 /* Add below all other static memory allocations and pointers to items
722 that are dynamically allocated once per session */
723 dec_bit_stream_t *ps_bitstrm;
724 dec_seq_params_t *ps_cur_sps;
725 dec_pic_params_t *ps_cur_pps;
726 dec_slice_params_t *ps_cur_slice;
727
728 dec_pic_params_t *ps_pps;
729 dec_seq_params_t *ps_sps;
730 const UWORD16 *pu2_quant_scale_y;
731 const UWORD16 *pu2_quant_scale_u;
732 const UWORD16 *pu2_quant_scale_v;
733 UWORD16 u2_mbx;
734 UWORD16 u2_mby;
735
736 UWORD16 u2_frm_wd_y; /** Width for luma buff */
737 UWORD16 u2_frm_ht_y; /** Height for luma buff */
738 UWORD16 u2_frm_wd_uv; /** Width for chroma buff */
739 UWORD16 u2_frm_ht_uv; /** Height for chroma buff */
740 UWORD16 u2_frm_wd_in_mbs; /** Frame width expressed in MB units */
741 UWORD16 u2_frm_ht_in_mbs; /** Frame height expressed in MB units */
742 WORD32 i4_submb_ofst; /** Offset in subMbs from the top left edge */
743 /* Pointer to colocated Zero frame Image, will be used in B_DIRECT mode */
744 /* colZeroFlag | // 0th bit
745 field_flag | // 1st bit
746 XX | // 2:3 bit don't cares
747 subMbMode | // 4:5 bit
748 MbMode | // 6:7 bit */
749
750 UWORD8 *pu1_col_zero_flag;
751
752 UWORD16 u2_pic_wd; /** Width of the picture being decoded */
753 UWORD16 u2_pic_ht; /** Height of the picture being decoded */
754
Hamsalekha Scaab4fe2015-05-07 16:38:07 +0530755 UWORD8 u1_first_slice_in_stream;
Hamsalekha S8d3d3032015-03-13 21:24:58 +0530756 UWORD8 u1_mb_ngbr_availablity;
757 UWORD8 u1_ref_idxl0_active_minus1;
758 UWORD8 u1_qp;
759 UWORD8 u1_qp_y_div6;
760 UWORD8 u1_qp_u_div6;
761 UWORD8 u1_qp_y_rem6;
762 UWORD8 u1_qp_u_rem6;
763
764 /*********************************/
765 /* configurable mb-group numbers */
766 /* very critical to the decoder */
767 /*********************************/
768 /************************************************************/
769 /* MB_GROUP should be a multiple of 2 */
770 /************************************************************/
771 UWORD8 u1_recon_mb_grp;
772 UWORD8 u1_recon_mb_grp_pair;
773 /* Variables to handle Cabac */
774 decoding_envirnoment_t s_cab_dec_env; /* < Structure for decoding_envirnoment_t */
775 /* These things need to be updated at each MbLevel */
776 WORD8 i1_next_ctxt_idx; /* < next Ctxt Index */
777 UWORD8 u1_currB_type;
778 WORD8 i1_prev_mb_qp_delta; /* Prev MbQpDelta */
779 UWORD8 u1_nal_unit_type;
780
781 ctxt_inc_mb_info_t *p_ctxt_inc_mb_map; /* Pointer to ctxt_inc_mb_info_t map */
782 ctxt_inc_mb_info_t *p_left_ctxt_mb_info; /* Pointer to left ctxt_inc_mb_info_t */
783 ctxt_inc_mb_info_t *p_top_ctxt_mb_info; /* Pointer to top ctxt_inc_mb_info_t */
784 ctxt_inc_mb_info_t *ps_curr_ctxt_mb_info; /* Pointer to current ctxt_inc_mb_info_t */
785 ctxt_inc_mb_info_t *ps_def_ctxt_mb_info; /* Pointer to default ctxt_inc_mb_info_t */
786
787 /* mv contexts for mv decoding using cabac */
788 //UWORD8 u1_top_mv_ctxt_inc[4][4];
789 /* Dimensions for u1_left_mv_ctxt_inc_arr is [2][4][4] for Mbaff case */
790 UWORD8 u1_left_mv_ctxt_inc_arr[2][4][4];
791 UWORD8 (*pu1_left_mv_ctxt_inc)[4];
792
793 UWORD8 u1_sub_mb_num;
794 UWORD8 u1_B; /** if B slice u1_B = 1 else 0 */
795 WORD16 i2_only_backwarddma_info_idx;
796 mv_pred_t *ps_mv; /** Pointer to the MV bank array */
797 mv_pred_t *ps_mv_bank_cur; /** Pointer to the MV bank array */
798 mv_pred_t s_default_mv_pred; /** Structure containing the default values
799 for MV predictor */
800
801 pred_info_t *ps_pred; /** Stores info to cfg MC */
802 pred_info_t *ps_pred_start;
803
804 UWORD32 u4_pred_info_idx;
805 pred_info_pkd_t *ps_pred_pkd;
806 pred_info_pkd_t *ps_pred_pkd_start;
807 UWORD32 u4_pred_info_pkd_idx;
808 UWORD8 *pu1_ref_buff; /** Destination buffer for DMAs */
809 UWORD32 u4_dma_buf_idx;
810
811 UWORD8 *pu1_y;
812 UWORD8 *pu1_u;
813 UWORD8 *pu1_v;
814
815 WORD16 *pi2_y_coeff;
816 UWORD8 *pu1_inv_scan;
817
818 /**
819 * Pointer frame level TU subblock coeff data
820 */
821 void *pv_pic_tu_coeff_data;
822
823 /**
824 * Pointer to TU subblock coeff data and number of subblocks and scan idx
825 * Incremented each time a coded subblock is processed
826 *
827 */
828 void *pv_parse_tu_coeff_data;
Hamsalekha Scaab4fe2015-05-07 16:38:07 +0530829 void *pv_prev_mb_parse_tu_coeff_data;
Hamsalekha S8d3d3032015-03-13 21:24:58 +0530830
831 void *pv_proc_tu_coeff_data;
832
833 WORD16 *pi2_coeff_data;
834
835 cavlc_cntxt_t s_cavlc_ctxt;
836
837 UWORD32 u4_n_leftY[2];
838 UWORD32 u4_n_left_cr[2];
839 UWORD32 u4_n_left_temp_y;
840
841 UWORD8 pu1_left_nnz_y[4];
842 UWORD8 pu1_left_nnz_uv[4];
843 UWORD32 u4_n_left_temp_uv;
844 /***************************************************************************/
845 /* Base pointer to all the cabac contexts */
846 /***************************************************************************/
847 bin_ctxt_model_t *p_cabac_ctxt_table_t;
848
849 /***************************************************************************/
850 /* cabac context pointers for every SE mapped into in p_cabac_ctxt_table_t */
851 /***************************************************************************/
852 bin_ctxt_model_t *p_mb_type_t;
853 bin_ctxt_model_t *p_mb_skip_flag_t;
854 bin_ctxt_model_t *p_sub_mb_type_t;
855 bin_ctxt_model_t *p_mvd_x_t;
856 bin_ctxt_model_t *p_mvd_y_t;
857 bin_ctxt_model_t *p_ref_idx_t;
858 bin_ctxt_model_t *p_mb_qp_delta_t;
859 bin_ctxt_model_t *p_intra_chroma_pred_mode_t;
860 bin_ctxt_model_t *p_prev_intra4x4_pred_mode_flag_t;
861 bin_ctxt_model_t *p_rem_intra4x4_pred_mode_t;
862 bin_ctxt_model_t *p_mb_field_dec_flag_t;
863 bin_ctxt_model_t *p_cbp_luma_t;
864 bin_ctxt_model_t *p_cbp_chroma_t;
865 bin_ctxt_model_t *p_cbf_t[NUM_CTX_CAT];
866 bin_ctxt_model_t *p_significant_coeff_flag_t[NUM_CTX_CAT];
867 bin_ctxt_model_t *p_coeff_abs_level_minus1_t[NUM_CTX_CAT];
868
869 UWORD32 u4_num_pmbair; /** MB pair number */
870 mv_pred_t *ps_mv_left; /** Pointer to left motion vector bank */
871 mv_pred_t *ps_mv_top_left; /** Pointer to top left motion vector bank */
872 mv_pred_t *ps_mv_top_right; /** Pointer to top right motion vector bank */
873
874 UWORD8 *pu1_left_yuv_dc_csbp;
875
Hamsalekha S8d3d3032015-03-13 21:24:58 +0530876
877 deblkmb_neighbour_t deblk_left_mb[2];
878 deblkmb_neighbour_t *ps_deblk_top_mb;
879 neighbouradd_t (*ps_left_mvpred_addr)[2]; /* Left MvPred Address Ping Pong*/
Hamsalekha S8d3d3032015-03-13 21:24:58 +0530880
881 /***************************************************************************/
882 /* Ref_idx contexts are stored in the following way */
883 /* Array Idx 0,1 for reference indices in Forward direction */
884 /* Array Idx 2,3 for reference indices in backward direction */
885 /***************************************************************************/
886
887 /* Dimensions for u1_left_ref_ctxt_inc_arr is [2][4] for Mbaff:Top and Bot */
888 WORD8 i1_left_ref_idx_ctx_inc_arr[2][4];
889 WORD8 *pi1_left_ref_idx_ctxt_inc;
890
891 /*************************************************************************/
892 /* Arrangnment of DC CSBP */
893 /* bits: b7 b6 b5 b4 b3 b2 b1 b0 */
894 /* CSBP: x x x x x Vdc Udc Ydc */
895 /*************************************************************************/
896 /*************************************************************************/
897 /* Points either to u1_yuv_dc_csbp_topmb or u1_yuv_dc_csbp_bot_mb */
898 /*************************************************************************/
899 UWORD8 u1_yuv_dc_csbp_topmb;
900 UWORD8 u1_yuv_dc_csbp_bot_mb;
901
902 /* DMA SETUP */
903 tfr_ctxt_t s_tran_addrecon_parse;
904 tfr_ctxt_t s_tran_addrecon;
Hamsalekha Scaab4fe2015-05-07 16:38:07 +0530905 tfr_ctxt_t s_tran_iprecon;
906 tfr_ctxt_t *ps_frame_buf_ip_recon;
907 WORD8 i1_recon_in_thread3_flag;
Hamsalekha S8d3d3032015-03-13 21:24:58 +0530908
909 /* slice Header Simplification */
910 UWORD8 u1_pr_sl_type;
Hamsalekha S8d3d3032015-03-13 21:24:58 +0530911 WORD32 i4_frametype;
912 UWORD32 u4_app_disp_width;
913 WORD32 i4_error_code;
Hamsalekha S8d3d3032015-03-13 21:24:58 +0530914 UWORD32 u4_bitoffset;
915
916 /* Variables added to handle field pics */
917
918 UWORD8 u1_second_field;
919 WORD32 i4_pic_type;
920 WORD32 i4_content_type;
921 WORD32 i4_decode_header;
922 WORD32 i4_header_decoded;
923 UWORD32 u4_total_frames_decoded;
924
925 ctxt_inc_mb_info_t *ps_left_mb_ctxt_info; /* structure containing the left MB's
926 context info, incase of Mbaff */
927 pocstruct_t s_prev_pic_poc;
928 pocstruct_t s_cur_pic_poc;
929 WORD32 i4_cur_display_seq;
930 WORD32 i4_prev_max_display_seq;
931 WORD32 i4_max_poc;
932 deblk_mb_t *ps_cur_deblk_mb;
933
934 /* Pointers to local scratch buffers */
935 deblk_mb_t *ps_deblk_pic;
936
937 /* Pointers to Picture Buffers (Given by BufAPI Lib) */
938 struct pic_buffer_t *ps_cur_pic; /** Pointer to Current picture buffer */
939
940 /* Scratch Picture Buffers (Given by BufAPI Lib) */
941 struct pic_buffer_t s_cur_pic;
942
943 /* Current Slice related information */
944 volatile UWORD16 u2_cur_slice_num;
945 volatile UWORD16 u2_cur_slice_num_dec_thread;
946
947 /* Variables needed for Buffer API handling */
948 UWORD8 u1_nal_buf_id;
949 UWORD8 u1_pic_buf_id;
950 UWORD8 u1_pic_bufs;
951
952 WORD16 *pi2_pred1; //[441]; /** Temp predictor buffer for MC */
953 /* Pointer to refernce Pic buffers list, 0:fwd, 1:bwd */
954 pic_buffer_t **ps_ref_pic_buf_lx[2];
955 /* refIdx to POC mapping */
956 void **ppv_map_ref_idx_to_poc;
Harish Mahendrakar34b3e472015-08-04 09:55:15 +0530957 void **ppv_map_ref_idx_to_poc_base;
Hamsalekha S8d3d3032015-03-13 21:24:58 +0530958 UWORD32 *pu4_wts_ofsts_mat;
959 UWORD32 *pu4_wt_ofsts;
960 UWORD32 *pu4_mbaff_wt_mat;
961 /* Function pointers to read Params common to CAVLC and CABAC */
962 WORD32 (*pf_parse_inter_mb)(struct _DecStruct * ps_dec,
963 dec_mb_info_t * ps_cur_mb_info,
964 UWORD8 u1_mb_num,
965 UWORD8 u1_num_mbsNby2);
966 WORD32 (*pf_mvpred_ref_tfr_nby2mb)(struct _DecStruct * ps_dec,
967 UWORD8 u1_num_mbs,
968 UWORD8 u1_num_mbsNby2);
969
970 WORD32 (*pf_parse_inter_slice)(struct _DecStruct * ps_dec,
971 dec_slice_params_t * ps_slice,
972 UWORD16 u2_first_mb_in_slice);
973
974 UWORD32 (*pf_get_mb_info)(struct _DecStruct * ps_dec,
975 const UWORD16 u2_cur_mb_address,
976 dec_mb_info_t * ps_cur_mb_info,
977 UWORD32 u4_mbskip_run);
978
979 /* Variables for Decode Buffer Management */
980 dpb_manager_t *ps_dpb_mgr;
981 dpb_commands_t *ps_dpb_cmds;
Ritu Baldwa3c70b9a2017-10-09 13:52:45 +0530982 dpb_commands_t s_dpb_cmds_scratch;
Hamsalekha S8d3d3032015-03-13 21:24:58 +0530983
984 /* Variables Required for N MB design */
985 dec_mb_info_t *ps_nmb_info;
986
987 UWORD8 *pu1_y_intra_pred_line;
988 UWORD8 *pu1_u_intra_pred_line;
989 UWORD8 *pu1_v_intra_pred_line;
990
991 UWORD8 *pu1_cur_y_intra_pred_line;
992 UWORD8 *pu1_cur_u_intra_pred_line;
993 UWORD8 *pu1_cur_v_intra_pred_line;
994
995 UWORD8 *pu1_cur_y_intra_pred_line_base;
996 UWORD8 *pu1_cur_u_intra_pred_line_base;
997 UWORD8 *pu1_cur_v_intra_pred_line_base;
998
999 UWORD8 *pu1_prev_y_intra_pred_line;
1000 UWORD8 *pu1_prev_u_intra_pred_line;
1001 UWORD8 *pu1_prev_v_intra_pred_line;
1002
1003 UWORD32 u4_intra_pred_line_ofst;
1004
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301005 UWORD8 u1_res_changed;
1006
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301007 mv_pred_t *ps_mv_cur; /** pointer to current motion vector bank */
1008 mv_pred_t *ps_mv_top; /** pointer to top motion vector bank */
1009 mv_pred_t *ps_mv_top_right2;/** Pointer to top right motion vector bank */
1010 mv_pred_t *ps_mv_p[2]; /** Scratch ping motion vector bank */
1011 mv_pred_t *ps_mv_top_p[MV_SCRATCH_BUFS]; /** Scratch top pong motion vector bank */
1012 UWORD8 u1_mv_top_p;
1013
1014 deblk_mb_t *ps_deblk_mbn;
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301015
1016 UWORD8 *pu1_temp_mc_buffer;
1017
1018 struct _sei *ps_sei;
Chamarthi Kishoread2eaf82019-10-01 11:59:43 +05301019 struct _sei *ps_sei_parse;
1020 struct _sei s_sei_export;
1021
1022 void *pv_disp_sei_params;
1023
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301024 UWORD8 u1_pic_struct_copy;
1025 /* Variables required for cropping */
1026 UWORD16 u2_disp_width;
1027 UWORD16 u2_disp_height;
1028 UWORD16 u2_crop_offset_y;
1029 UWORD16 u2_crop_offset_uv;
1030
1031 /* Variable required to get presentation time stamp through application */
1032 UWORD32 u4_pts;
1033
1034 /* Variables used for gaps in frame number */
1035 UWORD16 u2_prev_ref_frame_num;
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301036
1037 UWORD8 u1_mb_idx;
1038 struct pic_buffer_t *ps_col_pic;
1039 void (*pf_parse_mvdirect)(struct _DecStruct*,
1040 struct pic_buffer_t*,
1041 directmv_t*,
1042 UWORD8,
1043 WORD32,
1044 dec_mb_info_t *);
1045 void *pv_dec_out;
1046 void *pv_dec_in;
1047 void *pv_scratch_sps_pps; /*used temeporarily store sps/ spps while parsing*/
1048
1049 /* state pointers to mb and partition information */
1050 parse_pmbarams_t *ps_parse_mb_data;
1051 parse_part_params_t *ps_parse_part_params;
1052
1053 /* scratch pointers to mb and partition information */
1054 parse_part_params_t *ps_part;
1055
1056 UWORD8 u1_max_dec_frame_buffering;
1057 pad_mgr_t s_pad_mgr;
1058 UWORD8 (*pf_mvpred)(struct _DecStruct *ps_dec,
1059 struct _DecMbInfo *ps_cur_mb_info,
1060 mv_pred_t *ps_mv_pred,
1061 mv_pred_t *ps_mv_nmb,
1062 mv_pred_t *ps_mv_ntop,
1063 UWORD8 u1_sub_mb_num,
1064 UWORD8 uc_mb_part_width,
1065 UWORD8 uc_lxstart,
1066 UWORD8 uc_lxend,
1067 UWORD8 u1_mb_mc_mode);
1068 void (*pf_compute_bs)(struct _DecStruct * ps_dec,
1069 struct _DecMbInfo * ps_cur_mb_info,
1070 const UWORD16 u2_mbxn_mb);
1071 UWORD8 u1_init_dec_flag;
Rakesh Kumarfe5a6ad2019-03-07 12:30:09 +05301072 WORD32 i4_reorder_depth;
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301073 prev_seq_params_t s_prev_seq_params;
1074 UWORD8 u1_cur_mb_fld_dec_flag; /* current Mb fld or Frm */
1075
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301076 UWORD8 u1_topleft_mb_fld;
1077 UWORD8 u1_topleft_mbtype;
1078 UWORD8 u1_topleft_mb_fld_bot;
1079 UWORD8 u1_topleft_mbtype_bot;
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301080 WORD16 i2_prev_slice_mbx;
1081 WORD16 i2_prev_slice_mby;
1082 UWORD16 u2_top_left_mask;
1083 UWORD16 u2_top_right_mask;
1084 dec_err_status_t * ps_dec_err_status;
Harish Mahendrakare98bd1f2016-11-22 12:23:34 +05301085 /* Ensure pi1_left_pred_mode is aligned to 4 byte boundary,
1086 by declaring this after a pointer or an integer */
1087 WORD8 pi1_left_pred_mode[8];
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301088
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301089 UWORD8 u1_mb_idx_mv;
1090 UWORD16 u2_mv_2mb[2];
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301091 UWORD32 u4_skip_frm_mask;
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301092
1093 /* variable for finding the no.of mbs decoded in the current picture */
1094 UWORD16 u2_total_mbs_coded;
1095 /* member added for supporting fragmented annex - B */
1096// frg_annex_read_t s_frag_annex_read;
1097 /* added for vui_t, sei support*/
1098 WORD32 i4_vui_frame_rate;
1099 /* To Store the value of ref_idx_active for previous slice */
1100 /* useful in error handling */
1101 UWORD8 u1_num_ref_idx_lx_active_prev;
1102 /* Flag added to come out of process call in annex-b if&if frame is decoded */
1103 /* presence of access unit delimters and pps and sps */
1104 UWORD8 u1_frame_decoded_flag;
1105
1106 /* To keep track of whether the last picture was decoded or not */
1107 /* in case of skip mode set by the application */
1108 UWORD8 u1_last_pic_not_decoded;
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301109
1110 WORD32 e_dec_status;
1111 UWORD32 u4_num_fld_in_frm;
1112
1113 /* Function pointer for 4x4 residual cavlc parsing based on total coeff */
1114 WORD32 (*pf_cavlc_4x4res_block[3])(UWORD32 u4_isdc,
1115 UWORD32 u4_total_coeff_trail_one, /**TotalCoefficients<<16+trailingones*/
1116 dec_bit_stream_t *ps_bitstrm);
1117
1118 /* Function pointer array for interpolate functions in called from motion compensattion module */
1119 void (*p_mc_interpolate_x_y[16][3])(UWORD8*,
1120 UWORD8*,
1121 UWORD8*,
1122 UWORD8,
1123 UWORD16,
1124 UWORD16,
1125 UWORD8);
1126
1127 /**************************************************************************/
1128 /* Function pointer for 4x4 totalcoeff, trlone and residual cavlc parsing */
1129 /* based on u4_n (neigbourinng nnz average) */
1130 /* These point to two functions depending on (u4_n > 7) and (u4_n <= 7) */
1131 /**************************************************************************/
1132 WORD32 (*pf_cavlc_parse4x4coeff[2])(WORD16 *pi2_coeff_block,
1133 UWORD32 u4_isdc, /* is it a DC block */
1134 WORD32 u4_n,
1135 struct _DecStruct *ps_dec, /** Decoder Parameters */
1136 UWORD32 *pu4_total_coeff);
1137
1138 /**************************************************************************/
1139 /* Function pointer for luma 8x8block cavlc parsing based on top and left */
1140 /* neigbour availability. */
1141 /**************************************************************************/
1142 WORD32 (*pf_cavlc_parse_8x8block[4])(WORD16 *pi2_coeff_block,
1143 UWORD32 u4_sub_block_strd,
1144 UWORD32 u4_isdc,
1145 struct _DecStruct *ps_dec,
1146 UWORD8 *pu1_top_nnz,
1147 UWORD8 *pu1_left_nnz,
1148 UWORD8 u1_tran_form8x8,
1149 UWORD8 u1_mb_field_decodingflag,
1150 UWORD32 *pu4_csbp);
1151
1152 /**************************************************************************/
1153 /* Ping pong top and current rows of mb neigbour_params */
1154 /**************************************************************************/
1155 mb_neigbour_params_t *ps_nbr_mb_row;
1156 mb_neigbour_params_t *ps_cur_mb_row;
1157 mb_neigbour_params_t *ps_top_mb_row;
1158
1159 /**************************************************************************/
1160 /* Function pointer for 16x16 and non16x16 Bs1 calculations depending on */
1161 /* P and B slice. */
1162 /***************************************************************************/
1163 void (*pf_fill_bs1[2][2])(mv_pred_t *ps_cur_mv_pred,
1164 mv_pred_t *ps_top_mv_pred,
1165 void **ppv_map_ref_idx_to_poc,
1166 UWORD32 *pu4_bs_table, /* pointer to the BsTable array */
1167 mv_pred_t *ps_leftmost_mv_pred,
1168 neighbouradd_t *ps_left_addr,
1169 void **u4_pic_addrress,
1170 WORD32 i4_ver_mvlimit);
1171
1172 void (*pf_fill_bs_xtra_left_edge[2])(UWORD32 *pu4_bs, /* Base pointer of BS table */
1173 WORD32 u4_left_mb_t_csbp, /* left mbpair's top csbp */
1174 WORD32 u4_left_mb_b_csbp, /* left mbpair's bottom csbp*/
1175 WORD32 u4_cur_mb_csbp, /* csbp of current mb */
1176 UWORD32 u4_cur_mb_bot /* is top or bottom mb */
1177
1178 );
1179 /* Function pointer array for BP and MP functions for MC*/
1180 void (*p_motion_compensate)(struct _DecStruct * ps_dec,
1181 dec_mb_info_t *ps_cur_mb_info);
1182
1183
1184 void (*p_mc_dec_thread)(struct _DecStruct * ps_dec, dec_mb_info_t *ps_cur_mb_info);
1185
1186 /* Function pointer array for BP and MP functions for formMbPartInfo*/
1187
1188 WORD32 (*p_form_mb_part_info)(pred_info_pkd_t *ps_pred_pkd,
1189 struct _DecStruct * ps_dec,
1190 UWORD16 u2_mb_x,
1191 UWORD16 u2_mb_y,
1192 WORD32 mb_index,
1193 dec_mb_info_t *ps_cur_mb_info);
1194
1195 WORD32 (*p_form_mb_part_info_thread)(pred_info_pkd_t *ps_pred_pkd,
1196 struct _DecStruct * ps_dec,
1197 UWORD16 u2_mb_x,
1198 UWORD16 u2_mb_y,
1199 WORD32 mb_index,
1200 dec_mb_info_t *ps_cur_mb_info);
1201
1202
1203 /* Required for cabac mbaff bottom mb */
1204 UWORD32 u4_next_mb_skip;
1205
1206 void (*p_DeblockPicture[2])(struct _DecStruct *);
1207
1208 /* ! */
1209 UWORD32 u4_ts;
1210 UWORD8 u1_flushfrm;
1211
1212 /* Output format sent by the application */
1213 UWORD8 u1_chroma_format;
1214 UWORD8 u1_pic_decode_done;
Hamsalekha Scaab4fe2015-05-07 16:38:07 +05301215 UWORD8 u1_slice_header_done;
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301216 WORD32 init_done;
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301217
1218 /******************************************/
1219 /* For the high profile related variables */
1220 /******************************************/
1221 high_profile_tools_t s_high_profile;
1222 /* CBCR */
1223 UWORD8 u1_qp_v_div6;
1224 UWORD8 u1_qp_v_rem6;
1225 /*
1226 * TO help solve the dangling field case.
1227 * Check for the previous frame number and the current frame number.
1228 */
1229 UWORD16 u2_prv_frame_num;
1230 UWORD8 u1_top_bottom_decoded;
1231 UWORD8 u1_dangling_field;
1232
Harish Mahendrakar34b3e472015-08-04 09:55:15 +05301233 IVD_DISPLAY_FRAME_OUT_MODE_T e_frm_out_mode;
1234
1235 UWORD8 *pu1_bits_buf_static;
1236 UWORD8 *pu1_bits_buf_dynamic;
1237
1238 UWORD32 u4_static_bits_buf_size;
1239 UWORD32 u4_dynamic_bits_buf_size;
1240
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301241 UWORD32 u4_num_disp_bufs_requested;
1242 WORD32 i4_display_delay;
1243 UWORD32 u4_slice_start_code_found;
1244
Hamsalekha Scaab4fe2015-05-07 16:38:07 +05301245 UWORD32 u4_nmb_deblk;
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301246 UWORD32 u4_use_intrapred_line_copy;
1247 UWORD32 u4_num_mbs_prev_nmb;
Hamsalekha Scaab4fe2015-05-07 16:38:07 +05301248 UWORD32 u4_num_mbs_cur_nmb;
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301249 UWORD32 u4_app_deblk_disable_level;
1250 UWORD32 u4_app_disable_deblk_frm;
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301251 WORD32 i4_mv_frac_mask;
1252
1253 disp_buf_t disp_bufs[MAX_DISP_BUFS_NEW];
1254 UWORD32 u4_disp_buf_mapping[MAX_DISP_BUFS_NEW];
1255 UWORD32 u4_disp_buf_to_be_freed[MAX_DISP_BUFS_NEW];
1256 UWORD32 u4_share_disp_buf;
1257 UWORD32 u4_num_disp_bufs;
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301258
1259 UWORD32 u4_bs_deblk_thread_created;
Hamsalekha Scaab4fe2015-05-07 16:38:07 +05301260 volatile UWORD32 u4_start_recon_deblk;
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301261 void *pv_bs_deblk_thread_handle;
1262
1263 UWORD32 u4_cur_bs_mb_num;
1264 UWORD32 u4_bs_cur_slice_num_mbs;
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301265 UWORD32 u4_cur_deblk_mb_num;
Hamsalekha Sfe183752017-05-22 14:10:15 +05301266 UWORD32 u4_sps_cnt_in_process;
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301267 volatile UWORD16 u2_cur_slice_num_bs;
1268
1269 UWORD32 u4_deblk_mb_x;
1270 UWORD32 u4_deblk_mb_y;
Hamsalekha Scaab4fe2015-05-07 16:38:07 +05301271
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301272
1273
1274 iv_yuv_buf_t s_disp_frame_info;
1275 UWORD32 u4_fmt_conv_num_rows;
1276 UWORD32 u4_fmt_conv_cur_row;
1277 ivd_out_bufdesc_t *ps_out_buffer;
1278 ivd_get_display_frame_op_t s_disp_op;
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301279 UWORD32 u4_output_present;
1280
1281 volatile UWORD16 cur_dec_mb_num;
Hamsalekha Scaab4fe2015-05-07 16:38:07 +05301282 volatile UWORD16 cur_recon_mb_num;
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301283 volatile UWORD16 u2_cur_mb_addr;
1284 WORD16 i2_dec_thread_mb_y;
Hamsalekha Scaab4fe2015-05-07 16:38:07 +05301285 WORD16 i2_recon_thread_mb_y;
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301286
1287 UWORD8 u1_separate_parse;
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301288 UWORD32 u4_dec_thread_created;
1289 void *pv_dec_thread_handle;
Manisha Jajood1e64cc2020-07-22 13:49:11 +05301290
1291#ifdef KEEP_THREADS_ACTIVE
1292 /**
1293 * Condition variable to signal process start - One for each thread
1294 */
1295 void *apv_proc_start_condition[2];
1296
1297 /**
1298 * Mutex used to keep the functions thread-safe - One for each thread
1299 */
1300 void *apv_proc_start_mutex[2];
1301
1302 /**
1303 * Condition variable to signal process done - One for each thread
1304 */
1305 void *apv_proc_done_condition[2];
1306
1307 /**
1308 * Mutex used to keep the functions thread-safe - One for each thread
1309 */
1310 void *apv_proc_done_mutex[2];
1311
1312 /**
1313 * Process state start - One for each thread
1314 */
1315 proc_state_t ai4_process_start[2];
1316
1317 /**
1318 * Process state end - One for each thread
1319 */
1320 proc_state_t ai4_process_done[2];
1321
1322 /**
1323 * Flag to signal processing thread to exit
1324 */
1325 WORD32 i4_break_threads;
1326#endif
1327
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301328 volatile UWORD8 *pu1_dec_mb_map;
1329 volatile UWORD8 *pu1_recon_mb_map;
1330 volatile UWORD16 *pu2_slice_num_map;
1331 dec_slice_struct_t *ps_dec_slice_buf;
1332 void *pv_map_ref_idx_to_poc_buf;
1333 dec_mb_info_t *ps_frm_mb_info;
1334 volatile dec_slice_struct_t * volatile ps_parse_cur_slice;
1335 volatile dec_slice_struct_t * volatile ps_decode_cur_slice;
1336 volatile dec_slice_struct_t * volatile ps_computebs_cur_slice;
1337 UWORD32 u4_cur_slice_decode_done;
1338 UWORD32 u4_extra_mem_used;
1339
Hamsalekha S1f2d0122015-06-09 15:54:31 +05301340 /* 2 first slice not parsed , 1 :first slice parsed , 0 :first valid slice header parsed*/
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301341 UWORD32 u4_first_slice_in_pic;
1342 UWORD32 u4_num_cores;
1343 IVD_ARCH_T e_processor_arch;
1344 IVD_SOC_T e_processor_soc;
1345
1346 /**
1347 * Pictures that are are degraded
1348 * 0 : No degrade
1349 * 1 : Only on non-reference frames
1350 * 2 : Use interval specified by u4_nondegrade_interval
1351 * 3 : All non-key frames
1352 * 4 : All frames
1353 */
1354 WORD32 i4_degrade_pics;
1355
1356 /**
1357 * Interval for pictures which are completely decoded without any degradation
1358 */
1359 WORD32 i4_nondegrade_interval;
1360
1361 /**
1362 * bit position (lsb is zero): Type of degradation
1363 * 1 : Disable deblocking
1364 * 2 : Faster inter prediction filters
1365 * 3 : Fastest inter prediction filters
1366 */
1367 WORD32 i4_degrade_type;
1368
1369 /** Degrade pic count, Used to maintain the interval between non-degraded pics
1370 *
1371 */
1372 WORD32 i4_degrade_pic_cnt;
Rakesh Kumarfe5a6ad2019-03-07 12:30:09 +05301373 WORD32 i4_display_index;
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301374 UWORD32 u4_pic_buf_got;
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301375
1376 /**
1377 * Col flag and mv pred buffer manager
1378 */
1379 void *pv_mv_buf_mgr;
1380
1381 /**
1382 * Picture buffer manager
1383 */
1384 void *pv_pic_buf_mgr;
1385
1386 /**
1387 * Display buffer manager
1388 */
1389 void *pv_disp_buf_mgr;
1390
1391 void *apv_buf_id_pic_buf_map[MAX_DISP_BUFS_NEW];
1392
1393 UWORD8 au1_pic_buf_id_mv_buf_id_map[MAX_DISP_BUFS_NEW];
1394
1395 UWORD8 au1_pic_buf_ref_flag[MAX_DISP_BUFS_NEW];
1396
Harish Mahendrakar34b3e472015-08-04 09:55:15 +05301397 struct pic_buffer_t *ps_pic_buf_base;
1398
1399 UWORD8 *pu1_ref_buff_base;
1400 col_mv_buf_t *ps_col_mv_base;
1401 void *(*pf_aligned_alloc)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size);
1402 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf);
1403 void *pv_mem_ctxt;
1404
1405 UWORD8 *pu1_pic_buf_base;
1406 UWORD8 *pu1_mv_bank_buf_base;
1407 UWORD8 *pu1_init_dpb_base;
1408
Hamsalekha S8d3d3032015-03-13 21:24:58 +05301409 ih264_default_weighted_pred_ft *pf_default_weighted_pred_luma;
1410
1411 ih264_default_weighted_pred_ft *pf_default_weighted_pred_chroma;
1412
1413 ih264_weighted_pred_ft *pf_weighted_pred_luma;
1414
1415 ih264_weighted_pred_ft *pf_weighted_pred_chroma;
1416
1417 ih264_weighted_bi_pred_ft *pf_weighted_bi_pred_luma;
1418
1419 ih264_weighted_bi_pred_ft *pf_weighted_bi_pred_chroma;
1420
1421 ih264_pad *pf_pad_top;
1422 ih264_pad *pf_pad_bottom;
1423 ih264_pad *pf_pad_left_luma;
1424 ih264_pad *pf_pad_left_chroma;
1425 ih264_pad *pf_pad_right_luma;
1426 ih264_pad *pf_pad_right_chroma;
1427
1428 ih264_inter_pred_chroma_ft *pf_inter_pred_chroma;
1429
1430 ih264_inter_pred_luma_ft *apf_inter_pred_luma[16];
1431
1432 ih264_intra_pred_luma_ft *apf_intra_pred_luma_16x16[4];
1433
1434 ih264_intra_pred_luma_ft *apf_intra_pred_luma_8x8[9];
1435
1436 ih264_intra_pred_luma_ft *apf_intra_pred_luma_4x4[9];
1437
1438 ih264_intra_pred_ref_filtering_ft *pf_intra_pred_ref_filtering;
1439
1440 ih264_intra_pred_chroma_ft *apf_intra_pred_chroma[4];
1441
1442 ih264_iquant_itrans_recon_ft *pf_iquant_itrans_recon_luma_4x4;
1443
1444 ih264_iquant_itrans_recon_ft *pf_iquant_itrans_recon_luma_4x4_dc;
1445
1446 ih264_iquant_itrans_recon_ft *pf_iquant_itrans_recon_luma_8x8;
1447
1448 ih264_iquant_itrans_recon_ft *pf_iquant_itrans_recon_luma_8x8_dc;
1449
1450 ih264_iquant_itrans_recon_chroma_ft *pf_iquant_itrans_recon_chroma_4x4;
1451
1452 ih264_iquant_itrans_recon_chroma_ft *pf_iquant_itrans_recon_chroma_4x4_dc;
1453
1454 ih264_ihadamard_scaling_ft *pf_ihadamard_scaling_4x4;
1455
1456 /**
1457 * deblock vertical luma edge with blocking strength 4
1458 */
1459 ih264_deblk_edge_bs4_ft *pf_deblk_luma_vert_bs4;
1460
1461 /**
1462 * deblock vertical luma edge with blocking strength less than 4
1463 */
1464 ih264_deblk_edge_bslt4_ft *pf_deblk_luma_vert_bslt4;
1465
1466 /**
1467 * deblock vertical luma edge with blocking strength 4 for mbaff
1468 */
1469 ih264_deblk_edge_bs4_ft *pf_deblk_luma_vert_bs4_mbaff;
1470
1471 /**
1472 * deblock vertical luma edge with blocking strength less than 4 for mbaff
1473 */
1474 ih264_deblk_edge_bslt4_ft *pf_deblk_luma_vert_bslt4_mbaff;
1475
1476 /**
1477 * deblock vertical chroma edge with blocking strength 4
1478 */
1479 ih264_deblk_chroma_edge_bs4_ft *pf_deblk_chroma_vert_bs4;
1480
1481 /**
1482 * deblock vertical chroma edge with blocking strength less than 4
1483 */
1484 ih264_deblk_chroma_edge_bslt4_ft *pf_deblk_chroma_vert_bslt4;
1485
1486 /**
1487 * deblock vertical chroma edge with blocking strength 4 for mbaff
1488 */
1489 ih264_deblk_chroma_edge_bs4_ft *pf_deblk_chroma_vert_bs4_mbaff;
1490
1491 /**
1492 * deblock vertical chroma edge with blocking strength less than 4 for mbaff
1493 */
1494 ih264_deblk_chroma_edge_bslt4_ft *pf_deblk_chroma_vert_bslt4_mbaff;
1495
1496 /**
1497 * deblock horizontal luma edge with blocking strength 4
1498 */
1499 ih264_deblk_edge_bs4_ft *pf_deblk_luma_horz_bs4;
1500
1501 /**
1502 * deblock horizontal luma edge with blocking strength less than 4
1503 */
1504 ih264_deblk_edge_bslt4_ft *pf_deblk_luma_horz_bslt4;
1505
1506 /**
1507 * deblock horizontal chroma edge with blocking strength 4
1508 */
1509 ih264_deblk_chroma_edge_bs4_ft *pf_deblk_chroma_horz_bs4;
1510
1511 /**
1512 * deblock horizontal chroma edge with blocking strength less than 4
1513 */
1514 ih264_deblk_chroma_edge_bslt4_ft *pf_deblk_chroma_horz_bslt4;
1515
1516
1517} dec_struct_t;
1518
1519#endif /* _H264_DEC_STRUCTS_H */