Searched refs:ps_pps_ref (Results 1 – 2 of 2) sorted by relevance
263 pps_t *ps_pps_ref = ps_codec->ps_pps_base; in ihevcd_parse_slice_header() local264 while(0 == ps_pps_ref->i1_pps_valid) in ihevcd_parse_slice_header()266 ps_pps_ref++; in ihevcd_parse_slice_header()267 if((ps_pps_ref - ps_codec->ps_pps_base >= MAX_PPS_CNT - 1)) in ihevcd_parse_slice_header()271 ihevcd_copy_pps(ps_codec, pps_id, ps_pps_ref->i1_pps_id); in ihevcd_parse_slice_header()
2410 pps_t *ps_pps, *ps_pps_ref; in ihevcd_copy_pps() local2423 ps_pps_ref = ps_codec->ps_pps_base + pps_id_ref; in ihevcd_copy_pps()2429 memcpy(ps_pps, ps_pps_ref, sizeof(pps_t)); in ihevcd_copy_pps()2432 memcpy(ps_pps->pi2_scaling_mat, ps_pps_ref->pi2_scaling_mat, scaling_mat_size * sizeof(WORD16)); in ihevcd_copy_pps()2433 memcpy(ps_pps->ps_tile, ps_pps_ref->ps_tile, max_tile_cols * max_tile_rows * sizeof(tile_t)); in ihevcd_copy_pps()