Home
last modified time | relevance | path

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

12

/external/libavc/encoder/
Dih264e_encode_header.h104 sps_t *ps_sps,
130 sps_t *ps_sps
168 sps_t *ps_sps
192 sps_t *ps_sps
249 sps_t *ps_sps
Dih264e_encode_header.c438 WORD32 ih264e_generate_sps(bitstrm_t *ps_bitstrm, sps_t *ps_sps, vui_t *ps_vui) in ih264e_generate_sps()
607 WORD32 ih264e_generate_pps(bitstrm_t *ps_bitstrm, pps_t *ps_pps, sps_t *ps_sps) in ih264e_generate_pps()
723 sps_t *ps_sps) in ih264e_generate_slice_header()
940 sps_t *ps_sps = ps_codec->ps_sps_base + ps_codec->i4_sps_id; in ih264e_populate_vui()
988 IH264E_ERROR_T ih264e_populate_sps(codec_t *ps_codec, sps_t *ps_sps) in ih264e_populate_sps()
1270 sps_t *ps_sps) in ih264e_populate_slice_header()
Dih264e_structs.h688 sps_t *ps_sps;
936 sps_t *ps_sps_base;
2246 sps_t *ps_sps_base;
/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;
2013 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.c202 sps_t *ps_sps = (ps_codec->s_parse.ps_sps_base + ps_codec->i4_sps_id); in ihevcd_get_total_pic_buf_size()
337 WORD32 ihevcd_nctb_cnt(codec_t *ps_codec, sps_t *ps_sps) in ihevcd_nctb_cnt()
350 sps_t *ps_sps, in ihevcd_get_tile_pos()
458 sps_t *ps_sps; in ihevcd_pic_buf_mgr_add_bufs()
583 sps_t *ps_sps; in ihevcd_mv_buf_mgr_add_bufs()
685 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()
209 sps_t *ps_sps = ps_proc->ps_sps; in ihevcd_proc_map_update()
250 sps_t *ps_sps = ps_proc->ps_sps; in ihevcd_ctb_pos_update()
315 sps_t *ps_sps = ps_proc->ps_sps; in ihevcd_ctb_avail_update()
449 sps_t *ps_sps = ps_proc->ps_sps; in ihevcd_update_ctb_tu_cnt()
522 sps_t *ps_sps = ps_proc->ps_sps; in ihevcd_process()
1366 sps_t *ps_sps; in ihevcd_init_proc_ctxt()
1602 sps_t *ps_sps; in ihevcd_process_thread()
Dihevcd_parse_headers.c147 sps_t *ps_sps, in ihevcd_parse_pred_wt_ofst()
1199 sps_t *ps_sps; in ihevcd_parse_sps()
1236 memset(ps_sps, 0, sizeof(sps_t)); in ihevcd_parse_sps()
1350 sps_t *ps_sps_old = ps_codec->s_parse.ps_sps; in ihevcd_parse_sps()
1632 sps_t *ps_sps, *ps_sps_ref; in ihevcd_copy_sps()
1652 memcpy(ps_sps, ps_sps_ref, sizeof(sps_t)); in ihevcd_copy_sps()
1689 sps_t *ps_sps; in ihevcd_parse_pps()
Dihevcd_ilf_padding.c81 sps_t *ps_sps; in ihevcd_ilf_pad_frame()
Dihevcd_intra_pred_mode_prediction.c120 sps_t *ps_sps = ps_parse->ps_sps; in ihevcd_intra_pred_mode_prediction()
Dihevcd_nal.c427 sps_t *ps_sps = ps_codec->ps_sps_base + MAX_SPS_CNT - 1; in ihevcd_nal_unit()
Dihevcd_parse_slice.c126 sps_t *ps_sps; in ihevcd_parse_transform_tree()
544 sps_t *ps_sps; in ihevcd_parse_pcm_sample()
823 sps_t *ps_sps; in ihevcd_parse_prediction_unit()
965 sps_t *ps_sps; in ihevcd_parse_coding_unit_intra()
1170 sps_t *ps_sps; in ihevcd_parse_coding_unit()
1691 sps_t *ps_sps; in ihevcd_parse_coding_quadtree()
1977 sps_t *ps_sps; in ihevcd_parse_sao()
2200 sps_t *ps_sps; in ihevcd_parse_slice_data()
3245 sps_t *ps_sps = ps_codec->s_parse.ps_sps; in ihevcd_parse_slice_data()
Dihevcd_decode.c699 sps_t *ps_sps = ps_codec->s_parse.ps_sps; in ihevcd_decode()
766 sps_t *ps_sps = ps_codec->s_parse.ps_sps; in ihevcd_decode()
Dihevcd_boundary_strength.c212 sps_t *ps_sps; in ihevcd_ctb_boundary_strength_islice()
460 sps_t *ps_sps; in ihevcd_ctb_boundary_strength_pbslice()
Dihevcd_api.c1079 sps_t *ps_sps = ps_codec->ps_sps_base; in ihevcd_init()
1253 size = MAX_SPS_CNT * sizeof(sps_t); in ihevcd_allocate_static_bufs()
1367 sps_t *ps_sps = ps_codec->ps_sps_base; in ihevcd_allocate_static_bufs()
1923 sps_t *ps_sps = (ps_codec->s_parse.ps_sps_base + ps_codec->i4_sps_id); in ihevcd_allocate_dynamic_bufs()
2408 sps_t *ps_sps = (ps_codec->s_parse.ps_sps_base + ps_codec->i4_sps_id); in ihevcd_get_status()
2577 sps_t *ps_sps = (ps_codec->s_parse.ps_sps_base + ps_codec->i4_sps_id); in ihevcd_get_buf_info()
3058 sps_t *ps_sps; in ihevcd_get_vui_params()
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_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_deblk.c126 sps_t *ps_sps; in ihevcd_deblk_ctb()
Dihevcd_inter_pred.c121 sps_t *ps_sps; in ihevcd_inter_pred_ctb()
/external/libavc/common/
Dih264_structs.h1045 } sps_t; typedef
/external/libhevc/common/
Dihevc_structs.h2509 }sps_t; typedef

12