Home
last modified time | relevance | path

Searched refs:ps_pps_ref (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/decoder/
Dihevcd_parse_slice_header.c263 pps_t *ps_pps_ref = ps_codec->ps_pps_base; in ihevcd_parse_slice_header() local
264 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()
Dihevcd_parse_headers.c2423 pps_t *ps_pps, *ps_pps_ref; in ihevcd_copy_pps() local
2436 ps_pps_ref = ps_codec->ps_pps_base + pps_id_ref; in ihevcd_copy_pps()
2442 memcpy(ps_pps, ps_pps_ref, sizeof(pps_t)); in ihevcd_copy_pps()
2445 memcpy(ps_pps->pi2_scaling_mat, ps_pps_ref->pi2_scaling_mat, scaling_mat_size * sizeof(WORD16)); in ihevcd_copy_pps()
2446 memcpy(ps_pps->ps_tile, ps_pps_ref->ps_tile, max_tile_cols * max_tile_rows * sizeof(tile_t)); in ihevcd_copy_pps()