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

1 2

  /external/libhevc/decoder/
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_hdr);
ihevcd_parse_headers.c 132 * @param[in] ps_pps
148 pps_t *ps_pps,
156 UNUSED(ps_pps);
1556 pps_t *ps_pps = ps_codec->ps_pps_base; local
1625 pps_t *ps_pps; local
1915 pps_t *ps_pps, *ps_pps_ref; local
    [all...]
ihevcd_parse_slice_header.h 46 pps_t *ps_pps,
ihevcd_parse_slice_header.c 225 pps_t *ps_pps; local
255 ps_pps = ps_codec->s_parse.ps_pps_base + pps_id;
256 if(0 == ps_pps->i1_pps_valid)
269 sps_id = ps_pps->i1_sps_id;
317 if((ps_pps->i1_dependent_slice_enabled_flag) &&
373 for(i = 0; i < ps_pps->i1_num_extra_slice_header_bits; i++)
390 if(ps_pps->i1_output_flag_present_flag)
565 ps_slice_hdr->i1_num_ref_idx_l0_active = ps_pps->i1_num_ref_idx_l0_default_active;
569 ps_slice_hdr->i1_num_ref_idx_l1_active = ps_pps->i1_num_ref_idx_l1_default_active;
578 if((ps_pps->i1_lists_modification_present_flag) && (num_poc_total_curr > 1)
    [all...]
ihevcd_utils.h 46 IHEVCD_ERROR_T ihevcd_get_tile_pos(pps_t *ps_pps,
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_utils.c 447 IHEVCD_ERROR_T ihevcd_get_tile_pos(pps_t *ps_pps,
471 ps_tile_tmp = ps_pps->ps_tile;
472 if(0 == ps_pps->i1_tiles_enabled_flag)
480 for(i = 0; i < ps_pps->i1_num_tile_columns; i++)
483 ps_tile_tmp = ps_pps->ps_tile + i; //* ps_pps->i1_num_tile_rows;
484 if((ps_pps->i1_num_tile_columns - 1) == i)
491 ps_tile_next_tmp = ps_pps->ps_tile + i + 1;
502 for(i = 0; i < ps_pps->i1_num_tile_rows; i++)
505 ps_tile_tmp = ps_pps->ps_tile + i * ps_pps->i1_num_tile_columns
    [all...]
ihevcd_structs.h 222 pps_t *ps_pps; member in struct:__anon12505
320 pps_t *ps_pps; member in struct:__anon12506
469 pps_t *ps_pps; member in struct:__anon12507
538 pps_t *ps_pps; member in struct:__anon12508
846 pps_t *ps_pps; member in struct:__anon12510
1230 pps_t *ps_pps; member in struct:__anon12511
    [all...]
ihevcd_parse_slice.c 124 pps_t *ps_pps; local
137 ps_pps = ps_codec->s_parse.ps_pps;
281 if(ps_pps->i1_cu_qp_delta_enabled_flag && !ps_codec->s_parse.i4_is_cu_qp_delta_coded)
1158 pps_t *ps_pps; local
1678 pps_t *ps_pps; local
2176 pps_t *ps_pps; local
    [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)
256 if(ps_proc->ps_pps->i1_tiles_enabled_flag)
671 s_mv_ctxt.ps_pps = ps_proc->ps_pps;
765 if(ps_proc->ps_pps->i1_tiles_enabled_flag)
795 ps_proc->s_bs_ctxt.ps_pps = ps_proc->ps_pps
1363 pps_t *ps_pps; local
    [all...]
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_sao.c 536 pps_t *ps_pps; local
584 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
577 ps_pps = ps_proc->ps_pps;
597 if((1 == ps_sps->i1_scaling_list_enable_flag) && (1 == ps_pps->i1_pps_scaling_list_data_present_flag))
599 pi2_scaling_mat = ps_pps->pi2_scaling_mat;
    [all...]
ihevcd_nal.c 446 pps_t *ps_pps = ps_codec->ps_pps_base + MAX_PPS_CNT - 1; local
447 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;
  /external/libavc/encoder/
ih264e_encode_header.c 319 * @param[in] ps_pps
326 WORD32 ih264e_generate_pps(bitstrm_t *ps_bitstrm, pps_t *ps_pps, sps_t *ps_sps)
337 PUT_BITS_UEV(ps_bitstrm, ps_pps->u1_pps_id, return_status, "pic_parameter_set_id");
340 PUT_BITS_UEV(ps_bitstrm, ps_pps->u1_sps_id, return_status, "seq_parameter_set_id");
343 PUT_BITS(ps_bitstrm, ps_pps->u1_entropy_coding_mode_flag, 1, return_status, "Entropy coding : 0-VLC; 1 - CABAC");
346 PUT_BITS(ps_bitstrm, ps_pps->u1_pic_order_present_flag, 1, return_status, "Pic order present flag");
349 PUT_BITS_UEV(ps_bitstrm, ps_pps->u1_num_slice_groups - 1, return_status, "Number of slice groups");
351 if (ps_pps->u1_num_slice_groups > 1)
358 PUT_BITS_UEV(ps_bitstrm, ps_pps->i1_num_ref_idx_l0_default_active - 1, return_status, "num_ref_idx_l0_default_active_minus1");
361 PUT_BITS_UEV(ps_bitstrm, ps_pps->i1_num_ref_idx_l1_default_active - 1, return_status, "num_ref_idx_l1_default_active_minus1")
    [all...]
ih264e_encode_header.h 118 * @param[in] ps_pps
128 pps_t *ps_pps,
146 * @param[in] ps_pps
166 pps_t *ps_pps,
205 * @param[out] ps_pps
215 pps_t *ps_pps
233 * @param[in] ps_pps
247 pps_t *ps_pps,
  /external/libavc/decoder/
ih264d_parse_headers.c 194 dec_pic_params_t * ps_pps = NULL; local
212 ps_pps = ps_dec->pv_scratch_sps_pps;
213 *ps_pps = ps_dec->ps_pps[u4_temp];
214 ps_pps->u1_pic_parameter_set_id = (WORD8)u4_temp;
215 COPYTHECONTEXT("PPS: pic_parameter_set_id",ps_pps->u1_pic_parameter_set_id);
220 ps_pps->i4_transform_8x8_mode_flag = 0;
221 ps_pps->i4_pic_scaling_matrix_present_flag = 0;
231 ps_pps->ps_sps = ps_sps;
236 ps_pps->u1_entropy_coding_mode = ih264d_get_bit_h264(ps_bitstrm)
    [all...]
ih264d_parse_slice.h 51 dec_pic_params_t *ps_pps);
ih264d_utils.h 61 dec_pic_params_t * ps_pps);
69 dec_pic_params_t * ps_pps,
ih264d_parse_slice.c 165 dec_pic_params_t *ps_pps)
175 dec_seq_params_t *ps_seq = ps_pps->ps_sps;
338 ret = ih264d_init_pic(ps_dec, u2_frame_num, i4_poc, ps_pps);
515 ps_dec->ps_cur_pic->i4_top_field_order_cnt = ps_pps->i4_top_field_order_cnt;
517 ps_pps->i4_bottom_field_order_cnt;
518 ps_dec->ps_cur_pic->i4_avg_poc = ps_pps->i4_avg_poc;
688 || (ps_pps->i4_pic_scaling_matrix_present_flag))
690 ih264d_form_scaling_matrix_picture(ps_seq, ps_pps, ps_dec);
698 if(ps_pps->i4_transform_8x8_mode_flag)
1034 dec_pic_params_t *ps_pps; local
    [all...]
ih264d_parse_bslice.c 1350 dec_pic_params_t * ps_pps = ps_dec->ps_cur_pps; local
    [all...]

Completed in 941 milliseconds

1 2