Searched refs:i1_num_tile_rows (Results 1 – 5 of 5) sorted by relevance
2232 ps_pps->i1_num_tile_rows = value + 1; in ihevcd_parse_pps()2236 (ps_pps->i1_num_tile_rows < 1) || in ihevcd_parse_pps()2237 (ps_pps->i1_num_tile_rows > max_tile_rows)) in ihevcd_parse_pps()2276 for(j = 0; j < ps_pps->i1_num_tile_rows; j++) in ihevcd_parse_pps()2290 for(i = 0; i < (ps_pps->i1_num_tile_rows); i++) in ihevcd_parse_pps()2295 if(i < (ps_pps->i1_num_tile_rows - 1)) in ihevcd_parse_pps()2312 value = ((i + 1) * ps_sps->i2_pic_ht_in_ctb) / ps_pps->i1_num_tile_rows - in ihevcd_parse_pps()2313 (i * ps_sps->i2_pic_ht_in_ctb) / ps_pps->i1_num_tile_rows; in ihevcd_parse_pps()2340 ps_pps->i1_num_tile_rows = 1; in ihevcd_parse_pps()
404 for(i = 0; i < ps_pps->i1_num_tile_rows; i++) in ihevcd_get_tile_pos()408 if((ps_pps->i1_num_tile_rows - 1) == i) in ihevcd_get_tile_pos()
889 … max_num_entry_point_offsets = ps_pps->i1_num_tile_columns * ps_pps->i1_num_tile_rows - 1 ; in ihevcd_parse_slice_header()
1349 PUT_BITS_UEV(ps_bitstrm, ps_pps->i1_num_tile_rows - 1, return_status); in ihevce_generate_pps()1350 ENTROPY_TRACE("num_tile_rows_minus1", ps_pps->i1_num_tile_rows - 1); in ihevce_generate_pps()1364 for(i = 0; i < ps_pps->i1_num_tile_rows - 1; i++) in ihevce_generate_pps()2775 ps_pps->i1_num_tile_rows = NUM_TILES_ROWS; in ihevce_populate_pps()2785 ps_pps->i1_num_tile_rows = ps_tile_params_base->i4_num_tile_rows; in ihevce_populate_pps()
2749 WORD8 i1_num_tile_rows; member