Home
last modified time | relevance | path

Searched refs:sps_t (Results 1 – 24 of 24) sorted by relevance

/external/libhevc/decoder/
Dihevcd_structs.h227 sps_t *ps_sps;
325 sps_t *ps_sps;
474 sps_t *ps_sps;
543 sps_t *ps_sps;
851 sps_t *ps_sps;
1075 sps_t *ps_sps_base;
1235 sps_t *ps_sps;
2022 sps_t *ps_sps_base;
Dihevcd_utils.h44 WORD32 ihevcd_nctb_cnt(codec_t *ps_codec, sps_t *ps_sps);
47 sps_t *ps_sps,
Dihevcd_ref_list.h37 WORD32 ihevcd_ref_list(codec_t *ps_codec, pps_t *ps_pps, sps_t *ps_sps, slice_header_t *ps_slice_hd…
Dihevcd_parse_slice_header.h45 sps_t *ps_sps,
Dihevcd_utils.c418 WORD32 ihevcd_nctb_cnt(codec_t *ps_codec, sps_t *ps_sps) in ihevcd_nctb_cnt()
431 sps_t *ps_sps, in ihevcd_get_tile_pos()
539 sps_t *ps_sps; in ihevcd_pic_buf_mgr_add_bufs()
662 sps_t *ps_sps; in ihevcd_mv_buf_mgr_add_bufs()
764 sps_t *ps_sps; in ihevcd_parse_pic_init()
Dihevcd_process_slice.c112 sps_t *ps_sps = ps_proc->ps_sps; in ihevcd_proc_map_check()
207 sps_t *ps_sps = ps_proc->ps_sps; in ihevcd_proc_map_update()
248 sps_t *ps_sps = ps_proc->ps_sps; in ihevcd_ctb_pos_update()
313 sps_t *ps_sps = ps_proc->ps_sps; in ihevcd_ctb_avail_update()
447 sps_t *ps_sps = ps_proc->ps_sps; in ihevcd_update_ctb_tu_cnt()
520 sps_t *ps_sps = ps_proc->ps_sps; in ihevcd_process()
1360 sps_t *ps_sps; in ihevcd_init_proc_ctxt()
1596 sps_t *ps_sps; in ihevcd_process_thread()
Dihevcd_ilf_padding.c81 sps_t *ps_sps; in ihevcd_ilf_pad_frame()
Dihevcd_nal.c425 sps_t *ps_sps = ps_codec->ps_sps_base + MAX_SPS_CNT - 1; in ihevcd_nal_unit()
Dihevcd_intra_pred_mode_prediction.c120 sps_t *ps_sps = ps_parse->ps_sps; in ihevcd_intra_pred_mode_prediction()
Dihevcd_decode.c650 sps_t *ps_sps = ps_codec->s_parse.ps_sps; in ihevcd_decode()
717 sps_t *ps_sps = ps_codec->s_parse.ps_sps; in ihevcd_decode()
Dihevcd_parse_slice.c123 sps_t *ps_sps; in ihevcd_parse_transform_tree()
531 sps_t *ps_sps; in ihevcd_parse_pcm_sample()
810 sps_t *ps_sps; in ihevcd_parse_prediction_unit()
952 sps_t *ps_sps; in ihevcd_parse_coding_unit_intra()
1157 sps_t *ps_sps; in ihevcd_parse_coding_unit()
1677 sps_t *ps_sps; in ihevcd_parse_coding_quadtree()
1952 sps_t *ps_sps; in ihevcd_parse_sao()
2175 sps_t *ps_sps; in ihevcd_parse_slice_data()
3045 sps_t *ps_sps = ps_codec->s_parse.ps_sps; in ihevcd_parse_slice_data()
Dihevcd_parse_headers.c147 sps_t *ps_sps, in ihevcd_parse_pred_wt_ofst()
1191 sps_t *ps_sps; in ihevcd_parse_sps()
1570 sps_t *ps_sps, *ps_sps_ref; in ihevcd_copy_sps()
1590 memcpy(ps_sps, ps_sps_ref, sizeof(sps_t)); in ihevcd_copy_sps()
1627 sps_t *ps_sps; in ihevcd_parse_pps()
Dihevcd_boundary_strength.c212 sps_t *ps_sps; in ihevcd_ctb_boundary_strength_islice()
458 sps_t *ps_sps; in ihevcd_ctb_boundary_strength_pbslice()
Dihevcd_iquant_itrans_recon_ctb.c348 sps_t *ps_sps; in ihevcd_get_intra_nbr_flag()
555 sps_t *ps_sps; in ihevcd_iquant_itrans_recon_ctb()
Dihevcd_ref_list.c93 WORD32 ihevcd_ref_list(codec_t *ps_codec, pps_t *ps_pps, sps_t *ps_sps, slice_header_t *ps_slice_hd… in ihevcd_ref_list()
Dihevcd_api.c1555 sps_t *ps_sps = ps_codec->ps_sps_base; in ihevcd_init()
1958 ps_mem_rec->u4_mem_size = MAX_SPS_CNT * sizeof(sps_t); in ihevcd_fill_num_mem_rec()
2598 ps_codec->ps_sps_base = (sps_t *)ps_mem_rec->pv_base; in ihevcd_init_mem_rec()
2653 sps_t *ps_sps = ps_codec->ps_sps_base; in ihevcd_init_mem_rec()
3332 sps_t *ps_sps = (ps_codec->s_parse.ps_sps_base + ps_codec->i4_sps_id); in ihevcd_get_status()
3512 sps_t *ps_sps = (ps_codec->s_parse.ps_sps_base + ps_codec->i4_sps_id); in ihevcd_get_buf_info()
4006 sps_t *ps_sps; in ihevcd_get_vui_params()
Dihevcd_get_mv.c111 sps_t *ps_sps; in ihevcd_get_mv_ctb()
Dihevcd_fmt_conv.c708 sps_t *ps_sps; in ihevcd_fmt_conv()
Dihevcd_inter_pred.c121 sps_t *ps_sps; in ihevcd_inter_pred_ctb()
Dihevcd_deblk.c126 sps_t *ps_sps; in ihevcd_deblk_ctb()
Dihevcd_mv_merge.c147 sps_t *ps_sps = ps_mv_ctxt->ps_sps; in ihevcd_collocated_mvp()
Dihevcd_parse_slice_header.c226 sps_t *ps_sps; in ihevcd_parse_slice_header()
Dihevcd_sao.c91 sps_t *ps_sps; in ihevcd_sao_ctb()
534 sps_t *ps_sps; in ihevcd_sao_shift_ctb()
/external/libhevc/common/
Dihevc_structs.h1995 }sps_t; typedef