HomeSort by relevance Sort by last modified time
    Searched defs:ps_pps (Results 1 - 25 of 25) sorted by null

  /external/libhevc/decoder/
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_deblk.c 127 pps_t *ps_pps; local
134 ps_pps = ps_deblk->ps_pps;
603 ps_pps->i1_pic_cb_qp_offset,
604 ps_pps->i1_pic_cr_qp_offset,
613 ps_pps->i1_pic_cr_qp_offset,
614 ps_pps->i1_pic_cb_qp_offset,
625 ps_pps->i1_pic_cb_qp_offset,
626 ps_pps->i1_pic_cr_qp_offset,
752 ps_pps->i1_pic_cb_qp_offset
    [all...]
ihevcd_parse_slice_header.c 225 pps_t *ps_pps; local
256 ps_pps = ps_codec->s_parse.ps_pps_base + pps_id;
257 if(0 == ps_pps->i1_pps_valid)
271 sps_id = ps_pps->i1_sps_id;
319 if((ps_pps->i1_dependent_slice_enabled_flag) &&
375 for(i = 0; i < ps_pps->i1_num_extra_slice_header_bits; i++)
392 if(ps_pps->i1_output_flag_present_flag)
577 ps_slice_hdr->i1_num_ref_idx_l0_active = ps_pps->i1_num_ref_idx_l0_default_active;
581 ps_slice_hdr->i1_num_ref_idx_l1_active = ps_pps->i1_num_ref_idx_l1_default_active;
590 if((ps_pps->i1_lists_modification_present_flag) && (num_poc_total_curr > 1)
    [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_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_parse_residual.c 189 pps_t *ps_pps; local
208 ps_pps = ps_codec->s_parse.ps_pps;
210 sign_data_hiding_flag = ps_pps->i1_sign_data_hiding_flag;
212 if(ps_pps->i1_transform_skip_enabled_flag &&
    [all...]
ihevcd_api.c 1080 pps_t *ps_pps = ps_codec->ps_pps_base; local
1372 pps_t *ps_pps = ps_codec->ps_pps_base; local
1580 pps_t *ps_pps = ps_codec->ps_pps_base; local
    [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_process_slice.c 113 pps_t *ps_pps = ps_proc->ps_pps; local
151 ps_pps = ps_proc->ps_pps;
152 if(ps_pps->i1_tiles_enabled_flag)
258 if(ps_proc->ps_pps->i1_tiles_enabled_flag)
673 s_mv_ctxt.ps_pps = ps_proc->ps_pps;
782 if(ps_proc->ps_pps->i1_tiles_enabled_flag)
812 ps_proc->s_bs_ctxt.ps_pps = ps_proc->ps_pps
1380 pps_t *ps_pps; local
    [all...]
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_parse_headers.c 132 * @param[in] ps_pps
148 pps_t *ps_pps,
156 UNUSED(ps_pps);
1732 pps_t *ps_pps = ps_codec->ps_pps_base; local
1801 pps_t *ps_pps; local
2113 pps_t *ps_pps, *ps_pps_ref; local
    [all...]
ihevcd_sao.c 536 pps_t *ps_pps; local
585 ps_pps = ps_sao_ctxt->ps_pps;
    [all...]
ihevcd_parse_slice.c 127 pps_t *ps_pps; local
140 ps_pps = ps_codec->s_parse.ps_pps;
288 if(ps_pps->i1_cu_qp_delta_enabled_flag && !ps_codec->s_parse.i4_is_cu_qp_delta_coded)
1171 pps_t *ps_pps; local
1692 pps_t *ps_pps; local
2293 pps_t *ps_pps; local
    [all...]
ihevcd_structs.h 222 pps_t *ps_pps; member in struct:__anon24990
320 pps_t *ps_pps; member in struct:__anon24991
469 pps_t *ps_pps; member in struct:__anon24992
538 pps_t *ps_pps; member in struct:__anon24993
846 pps_t *ps_pps; member in struct:__anon24995
1233 pps_t *ps_pps; member in struct:__anon24996
    [all...]
  /external/libavc/decoder/
ih264d_parse_headers.c 196 dec_pic_params_t * ps_pps = NULL; local
214 ps_pps = ps_dec->pv_scratch_sps_pps;
215 *ps_pps = ps_dec->ps_pps[u4_temp];
216 ps_pps->u1_pic_parameter_set_id = (WORD8)u4_temp;
217 COPYTHECONTEXT("PPS: pic_parameter_set_id",ps_pps->u1_pic_parameter_set_id);
222 ps_pps->i4_transform_8x8_mode_flag = 0;
223 ps_pps->i4_pic_scaling_matrix_present_flag = 0;
233 ps_pps->ps_sps = ps_sps;
238 ps_pps->u1_entropy_coding_mode = ih264d_get_bit_h264(ps_bitstrm)
    [all...]
ih264d_parse_islice.c 1372 dec_pic_params_t * ps_pps = ps_dec->ps_cur_pps; local
    [all...]
ih264d_parse_slice.c 166 dec_pic_params_t *ps_pps)
176 dec_seq_params_t *ps_seq = ps_pps->ps_sps;
341 ret = ih264d_init_pic(ps_dec, u2_frame_num, i4_poc, ps_pps);
530 ps_dec->ps_cur_pic->i4_top_field_order_cnt = ps_pps->i4_top_field_order_cnt;
532 ps_pps->i4_bottom_field_order_cnt;
533 ps_dec->ps_cur_pic->i4_avg_poc = ps_pps->i4_avg_poc;
691 || (ps_pps->i4_pic_scaling_matrix_present_flag))
693 ih264d_form_scaling_matrix_picture(ps_seq, ps_pps, ps_dec);
701 if(ps_pps->i4_transform_8x8_mode_flag)
1000 dec_pic_params_t *ps_pps; local
    [all...]
ih264d_parse_pslice.c 1917 dec_pic_params_t * ps_pps = ps_dec->ps_cur_pps; local
    [all...]
ih264d_parse_bslice.c 1351 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:__anon23787
717 dec_pic_params_t *ps_pps; member in struct:_DecStruct
    [all...]
  /external/libavc/encoder/
ih264e_utils.c 1545 pps_t *ps_pps = NULL; local
    [all...]
ih264e_api.c 2548 pps_t *ps_pps = ps_codec->ps_pps_base; local
    [all...]
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_structs.h 683 pps_t *ps_pps; member in struct:__anon23941
    [all...]

Completed in 649 milliseconds