HomeSort by relevance Sort by last modified time
    Searched refs:ps_pps (Results 26 - 50 of 51) sorted by null

12 3

  /external/libhevc/decoder/
ihevcd_sao.c 536 pps_t *ps_pps; local
585 ps_pps = ps_sao_ctxt->ps_pps;
    [all...]
ihevcd_boundary_strength.c 211 pps_t *ps_pps; local
234 ps_pps = ps_bs_ctxt->ps_pps;
236 i1_loop_filter_across_tiles_enabled_flag = ps_pps->i1_loop_filter_across_tiles_enabled_flag;
361 if(!ps_pps->i1_tiles_enabled_flag)
461 pps_t *ps_pps; local
486 ps_pps = ps_bs_ctxt->ps_pps;
514 i1_loop_filter_across_tiles_enabled_flag = ps_pps->i1_loop_filter_across_tiles_enabled_flag;
    [all...]
ihevcd_get_mv.c 112 pps_t *ps_pps; local
136 ps_pps = ps_mv_ctxt->ps_pps;
312 if((ps_pps->i1_log2_parallel_merge_level > 2) && cb_size == 8 && (pu_wd_single_mcl != pu_ht_single_mcl))
ihevcd_iquant_itrans_recon_ctb.c 556 pps_t *ps_pps; local
579 ps_pps = ps_proc->ps_pps;
599 if((1 == ps_sps->i1_scaling_list_enable_flag) && (1 == ps_pps->i1_pps_scaling_list_data_present_flag))
601 pi2_scaling_mat = ps_pps->pi2_scaling_mat;
    [all...]
ihevcd_nal.c 447 pps_t *ps_pps = ps_codec->ps_pps_base + MAX_PPS_CNT - 1; local
448 ihevcd_copy_pps(ps_codec, ps_pps->i1_pps_id, MAX_PPS_CNT - 1);
ihevcd_inter_pred.c 122 pps_t *ps_pps; local
170 ps_pps = ps_proc->ps_pps;
225 weighted_pred = (ps_slice_hdr->i1_slice_type == PSLICE) ? ps_pps->i1_weighted_pred_flag :
226 ps_pps->i1_weighted_bipred_flag;
ihevcd_mv_merge.c 485 pps_t *ps_pps; local
498 ps_pps = ps_mv_ctxt->ps_pps;
521 merge_shift = ps_pps->i1_log2_parallel_merge_level;
ihevcd_ref_list.c 93 WORD32 ihevcd_ref_list(codec_t *ps_codec, pps_t *ps_pps, sps_t *ps_sps, slice_header_t *ps_slice_hdr)
129 UNUSED(ps_pps);
ihevcd_api.c 1080 pps_t *ps_pps = ps_codec->ps_pps_base; local
1382 pps_t *ps_pps = ps_codec->ps_pps_base; local
1590 pps_t *ps_pps = ps_codec->ps_pps_base; local
    [all...]
  /external/libhevc/encoder/
ihevce_entropy_structs.h 214 pps_t *ps_pps; member in struct:entropy_context
ihevce_cabac_tu.c     [all...]
ihevce_entropy_cod.c 677 pps_t *ps_pps; local
698 ps_pps = &ps_enc_ctxt->as_pps[i4_bitrate_instance_id];
721 ret |= ihevce_generate_pps(ps_bitstrm, ps_pps);
    [all...]
ihevce_enc_loop_pass.c     [all...]
ihevce_enc_structs.h 1610 pps_t *ps_pps; member in struct:__anon28628
2018 pps_t *ps_pps; member in struct:__anon28634
    [all...]
ihevce_enc_loop_structs.h 1793 pps_t *ps_pps; \/\/not used currently member in struct:__anon28582
    [all...]
  /external/libavc/decoder/
ih264d_parse_bslice.c 1350 dec_pic_params_t * ps_pps = ps_dec->ps_cur_pps; local
    [all...]
ih264d_parse_pslice.c 1917 dec_pic_params_t * ps_pps = ps_dec->ps_cur_pps; local
    [all...]
ih264d_utils.c 158 dec_pic_params_t * ps_pps,
166 dec_seq_params_t *ps_seq = ps_pps->ps_sps;
447 ps_pps->i4_top_field_order_cnt = i4_top_field_order_cnt;
448 ps_pps->i4_bottom_field_order_cnt = i4_bottom_field_order_cnt;
453 ps_pps->i4_top_field_order_cnt = i4_top_field_order_cnt;
458 ps_pps->i4_bottom_field_order_cnt = i4_bottom_field_order_cnt;
461 ps_pps->i4_avg_poc = *pi4_poc;
721 dec_pic_params_t *ps_pps)
723 dec_seq_params_t *ps_seq = ps_pps->ps_sps;
730 ps_dec->ps_cur_pps = ps_pps;
    [all...]
ih264d_parse_islice.c 1372 dec_pic_params_t * ps_pps = ps_dec->ps_cur_pps; local
    [all...]
ih264d_structs.h 485 dec_pic_params_t *ps_pps; /** PPS used */ member in struct:__anon26947
717 dec_pic_params_t *ps_pps; member in struct:_DecStruct
    [all...]
ih264d_api.c     [all...]
  /external/libavc/encoder/
ih264e_process.c 153 pps_t *ps_pps = NULL; local
178 ps_pps = ps_codec->ps_pps_base + ps_codec->i4_pps_id;
179 ih264e_populate_pps(ps_codec, ps_pps);
188 ps_entropy->i4_error_code |= ih264e_generate_pps(ps_bitstrm, ps_pps, ps_sps);
291 pps_t *ps_pps = ps_entropy->ps_pps_base + (ps_entropy->u4_pps_id % MAX_PPS_CNT); local
378 ps_entropy->i4_error_code |= ih264e_generate_pps(ps_bitstrm, ps_pps, ps_sps);
385 ih264e_populate_slice_header(ps_proc, ps_slice_hdr, ps_pps, ps_sps);
389 ps_pps, ps_sps);
509 ih264e_populate_slice_header(ps_proc, ps_slice_hdr, ps_pps,
514 ps_bitstrm, ps_slice_hdr, ps_pps, ps_sps)
    [all...]
ih264e_utils.c 1555 pps_t *ps_pps = NULL; local
    [all...]
ih264e_structs.h 683 pps_t *ps_pps; member in struct:__anon27101
    [all...]
ih264e_api.c 2548 pps_t *ps_pps = ps_codec->ps_pps_base; local
    [all...]

Completed in 1255 milliseconds

12 3