/external/libavc/encoder/ |
D | ih264e_encode_header.h | 104 sps_t *ps_sps, 130 sps_t *ps_sps 168 sps_t *ps_sps 192 sps_t *ps_sps 249 sps_t *ps_sps
|
D | ih264e_encode_header.c | 438 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() 1277 sps_t *ps_sps) in ih264e_populate_slice_header()
|
D | ih264e_structs.h | 688 sps_t *ps_sps; 936 sps_t *ps_sps_base; 2424 sps_t *ps_sps_base;
|
/external/libhevc/encoder/ |
D | ihevce_encode_header.h | 84 WORD32 ihevce_generate_sps(bitstrm_t *ps_bitstrm, sps_t *ps_sps); 93 sps_t *ps_sps, 112 sps_t *ps_sps, 124 sps_t *ps_sps, 139 sps_t *ps_sps,
|
D | ihevce_encode_header_sei_vui.h | 103 ihevce_generate_hrd_params(bitstrm_t *ps_bitstrm, hrd_params_t *ps_hrd_params, sps_t *ps_sps); 105 WORD32 ihevce_generate_vui(bitstrm_t *ps_bitstrm, sps_t *ps_sps, vui_t s_vui); 149 sei_params_t *ps_sei, vui_t *ps_vui, sps_t *ps_sps, ihevce_vui_sei_params_t *ps_vui_sei_prms); 151 WORD32 ihevce_populate_active_parameter_set_sei(sei_params_t *ps_sei, vps_t *ps_vps, sps_t *ps_sps); 169 sps_t *ps_sps,
|
D | ihevce_entropy_ctxt.h | 55 sps_t *ps_sps;
|
D | ihevce_cabac_rdo.h | 67 sps_t *ps_sps,
|
D | ihevce_enc_loop_pass.h | 103 sps_t *ps_sps,
|
D | ihevce_entropy_structs.h | 211 sps_t *ps_sps;
|
D | ihevce_encode_header_sei_vui.c | 204 WORD32 ihevce_generate_hrd_params(bitstrm_t *ps_bitstrm, hrd_params_t *ps_hrd_params, sps_t *ps_sps) in ihevce_generate_hrd_params() 396 WORD32 ihevce_generate_vui(bitstrm_t *ps_bitstrm, sps_t *ps_sps, vui_t s_vui) in ihevce_generate_vui() 1925 sei_params_t *ps_sei, vui_t *ps_vui, sps_t *ps_sps, ihevce_vui_sei_params_t *ps_vui_sei_prms) in ihevce_populate_buffering_period_sei() 2057 WORD32 ihevce_populate_active_parameter_set_sei(sei_params_t *ps_sei, vps_t *ps_vps, sps_t *ps_sps) in ihevce_populate_active_parameter_set_sei() 2500 sps_t *ps_sps, in ihevce_populate_vui()
|
D | ihevce_encode_header.c | 561 bitstrm_t *ps_bitstrm, sps_t *ps_sps, pps_t *ps_pps, slice_header_t *ps_slice_hdr) in ihevce_generate_pred_weight_table() 933 WORD32 ihevce_generate_sps(bitstrm_t *ps_bitstrm, sps_t *ps_sps) in ihevce_generate_sps() 1489 sps_t *ps_sps, in ihevce_generate_slice_header() 2277 sps_t *ps_sps, in ihevce_populate_sps() 2703 sps_t *ps_sps, in ihevce_populate_pps() 2938 sps_t *ps_sps, in ihevce_populate_slice_header()
|
D | ihevce_enc_structs.h | 1607 sps_t *ps_sps; 2015 sps_t *ps_sps; 2958 sps_t as_sps[IHEVCE_MAX_NUM_BITRATES];
|
/external/libhevc/decoder/ |
D | ihevcd_parse_headers.h | 46 IHEVCD_ERROR_T ihevcd_parse_pic_timing_sei(codec_t *ps_codec, sps_t *ps_sps); 47 IHEVCD_ERROR_T ihevcd_parse_buffering_period_sei(codec_t *ps_codec, sps_t *ps_sps); 50 IHEVCD_ERROR_T ihevcd_parse_active_parameter_sets_sei(codec_t *ps_codec, sps_t *ps_sps);
|
D | ihevcd_structs.h | 227 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; 1238 sps_t *ps_sps; 2016 sps_t *ps_sps_base;
|
D | ihevcd_utils.h | 44 WORD32 ihevcd_nctb_cnt(codec_t *ps_codec, sps_t *ps_sps); 47 sps_t *ps_sps,
|
D | ihevcd_ref_list.h | 37 WORD32 ihevcd_ref_list(codec_t *ps_codec, pps_t *ps_pps, sps_t *ps_sps, slice_header_t *ps_slice_hd…
|
D | ihevcd_parse_slice_header.h | 45 sps_t *ps_sps,
|
D | ihevcd_utils.c | 202 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() 624 sps_t *ps_sps; in ihevcd_mv_buf_mgr_add_bufs() 826 sps_t *ps_sps; in ihevcd_parse_pic_init()
|
D | ihevcd_process_slice.c | 112 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() 1385 sps_t *ps_sps; in ihevcd_init_proc_ctxt() 1621 sps_t *ps_sps; in ihevcd_process_thread()
|
D | ihevcd_parse_headers.c | 149 sps_t *ps_sps, in ihevcd_parse_pred_wt_ofst() 1447 sps_t *ps_sps; in ihevcd_parse_sps() 1489 memset(ps_sps, 0, sizeof(sps_t)); in ihevcd_parse_sps() 1629 sps_t *ps_sps_old = ps_codec->s_parse.ps_sps; in ihevcd_parse_sps() 1978 sps_t *ps_sps, *ps_sps_ref; in ihevcd_copy_sps() 1998 memcpy(ps_sps, ps_sps_ref, sizeof(sps_t)); in ihevcd_copy_sps() 2036 sps_t *ps_sps; in ihevcd_parse_pps() 2442 sps_t *ps_sps) in ihevcd_parse_buffering_period_sei() 2596 IHEVCD_ERROR_T ihevcd_parse_pic_timing_sei(codec_t *ps_codec, sps_t *ps_sps) in ihevcd_parse_pic_timing_sei() 2906 sps_t *ps_sps; in ihevcd_parse_sei_payload()
|
D | ihevcd_decode.c | 212 sps_t *ps_sps = (ps_codec->s_parse.ps_sps_base + ps_codec->i4_sps_id); in ihevcd_fill_outargs() 751 sps_t *ps_sps = ps_codec->s_parse.ps_sps; in ihevcd_decode() 818 sps_t *ps_sps = ps_codec->s_parse.ps_sps; in ihevcd_decode()
|
D | ihevcd_ilf_padding.c | 81 sps_t *ps_sps; in ihevcd_ilf_pad_frame()
|
D | ihevcd_intra_pred_mode_prediction.c | 120 sps_t *ps_sps = ps_parse->ps_sps; in ihevcd_intra_pred_mode_prediction()
|
D | ihevcd_nal.c | 427 sps_t *ps_sps = ps_codec->ps_sps_base + MAX_SPS_CNT - 1; in ihevcd_nal_unit()
|
D | ihevcd_parse_slice.c | 126 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() 2199 sps_t *ps_sps = ps_codec->s_parse.ps_sps; in ihevcd_set_ctb_skip() 2292 sps_t *ps_sps; in ihevcd_parse_slice_data() 3283 sps_t *ps_sps = ps_codec->s_parse.ps_sps; in ihevcd_parse_slice_data()
|