Lines Matching full:word32
104 WORD32 ihevcd_get_mv_ctb(mv_ctxt_t *ps_mv_ctxt,
110 WORD32 i;
116 WORD32 num_minpu_in_ctb;
117 WORD32 ctb_start_pu_idx;
119 WORD32 pu_x_in_4x4, pu_y_in_4x4;
120 WORD32 pu_x_in_4x4_single_mcl, pu_y_in_4x4_single_mcl;
122 WORD32 ctb_size, ctb_size_in_min_pu;
123 WORD32 num_pu_per_ctb, pu_wd, pu_ht, pu_cnt;
124 WORD32 pu_wd_single_mcl, pu_ht_single_mcl;
128 WORD32 top_avail_bits;
130 WORD32 nbr_pu_idx_strd;
131 WORD32 cb_size;
132 WORD32 single_mcl_flag;
155 WORD32 i;
169 WORD32 rows_remaining = ps_sps->i2_pic_height_in_luma_samples
171 WORD32 ctb_size_left = MIN(ctb_size, rows_remaining);
182 WORD32 cols_remaining = ps_sps->i2_pic_width_in_luma_samples
184 WORD32 ctb_size_top = MIN(ctb_size, cols_remaining);
185 WORD32 shift = (31 - (ctb_size / MIN_TU_SIZE));
206 WORD32 index_pic_map;
207 WORD32 ctb_pu_idx;
220 pu4_ctb_left_pu_idx[i] = ctb_pu_idx + (WORD32)*pu1_pic_pu_map;
235 WORD32 index_pic_map;
236 WORD32 ctb_pu_idx;
249 pu4_ctb_top_pu_idx[i] = ctb_pu_idx + (WORD32)*pu1_pic_pu_map;
350 WORD32 pred_flag_l0, pred_flag_l1;
351 WORD32 tmp_x, tmp_y, mvd_x, mvd_y, mvp_x, mvp_y;
352 WORD32 two_pow_16, two_pow_15;
403 WORD32 part_mode;
404 WORD32 part_idx;
445 WORD32 trans_in_min_tu;
463 WORD32 row, col;
465 WORD32 offset;
484 WORD32 offset_top, offset_left;
509 WORD32 ctb_row, ctb_col, index_pic_map, index_nbr_map;
510 WORD32 first_pu_of_ctb;