Searched refs:pu_t (Results 1 – 14 of 14) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_boundary_strength.h | 44 WORD32 ihevcd_pu_boundary_strength(pu_t *ps_pu, 45 pu_t *ps_ngbr_pu);
|
D | ihevcd_structs.h | 179 pu_t *ps_pic_pu; 249 pu_t *ps_pu; 255 pu_t *ps_pic_pu; 431 pu_t *ps_pu; 437 pu_t *ps_pic_pu; 902 pu_t *ps_pu; 961 pu_t *ps_pic_pu; 1279 pu_t *ps_pu; 1312 pu_t *ps_pic_pu;
|
D | ihevcd_mv_merge.h | 85 pu_t *ps_pu, 99 pu_t *ps_pu,
|
D | ihevcd_statistics.h | 121 void ihevcd_update_pu_size(pu_t *ps_pu); 122 void ihevcd_update_pu_skip_size(pu_t *ps_pu);
|
D | ihevcd_mv_merge.c | 94 WORD32 ihevcd_compare_pu_t(pu_t *ps_pu_1, pu_t *ps_pu_2) in ihevcd_compare_pu_t() 140 pu_t *ps_pu, in ihevcd_collocated_mvp() 161 pu_t *ps_col_pu; in ihevcd_collocated_mvp() 466 pu_t *ps_pu, in ihevcd_mv_merge() 484 pu_t as_pu_merge_list[MAX_NUM_MERGE_CAND]; in ihevcd_mv_merge() 492 pu_t *ps_nbr_pu[MAX_NUM_MV_NBR]; in ihevcd_mv_merge()
|
D | ihevcd_mv_pred.c | 225 … **ps_ref_pic_list, WORD32 *pi4_avail_flag, pic_buf_t *ps_cur_pic_buf_lx, pu_t **aps_nbr_pu, mv_t … in GET_MV_NBR_ST() 265 …er_t *ps_slice_hdr, WORD32 *pi4_avail_flag, pic_buf_t *ps_cur_pic_buf_lx, pu_t **aps_nbr_pu, mv_t … in GET_MV_NBR_LT() 359 pu_t *ps_pu, in ihevcd_mv_pred() 369 pu_t *ps_pic_pu; in ihevcd_mv_pred() 382 pu_t *aps_nbr_pu[3]; /*[A0/A1] */ /* [B0/B1/B2] */ in ihevcd_mv_pred()
|
D | ihevcd_mv_pred.h | 45 pu_t *ps_pu,
|
D | ihevcd_parse_slice.c | 624 IHEVCD_ERROR_T ihevcd_parse_pu_mvp(codec_t *ps_codec, pu_t *ps_pu) in ihevcd_parse_pu_mvp() 815 pu_t *ps_pu = ps_codec->s_parse.ps_pu; in ihevcd_parse_prediction_unit() 821 memset(ps_pu, 0, sizeof(pu_t)); in ihevcd_parse_prediction_unit() 960 pu_t *ps_pu = ps_codec->s_parse.ps_pu; in ihevcd_parse_coding_unit_intra() 967 memset(ps_pu, 0, sizeof(pu_t)); in ihevcd_parse_coding_unit_intra() 1348 pu_t *ps_pu = ps_codec->s_parse.ps_pu; in ihevcd_parse_coding_unit() 1477 pu_t *ps_pu = ps_codec->s_parse.ps_pu; in ihevcd_parse_coding_unit() 1483 pu_t *ps_pu = ps_codec->s_parse.ps_pu; in ihevcd_parse_coding_unit() 1495 pu_t *ps_pu = ps_codec->s_parse.ps_pu; in ihevcd_parse_coding_unit() 1505 pu_t *ps_pu = ps_codec->s_parse.ps_pu; in ihevcd_parse_coding_unit() [all …]
|
D | ihevcd_boundary_strength.c | 85 WORD32 ihevcd_pu_boundary_strength(pu_t *ps_pu, in ihevcd_pu_boundary_strength() 86 pu_t *ps_ngbr_pu) in ihevcd_pu_boundary_strength() 721 pu_t *ps_pu = ps_bs_ctxt->ps_pu + i; in ihevcd_ctb_boundary_strength_pbslice() 722 pu_t *ps_ngbr_pu; in ihevcd_ctb_boundary_strength_pbslice()
|
D | ihevcd_utils.c | 355 mv_bank_size += num_pu * sizeof(pu_t); in ihevcd_get_pic_mv_bank_size() 725 ps_mv_buf->ps_pic_pu = (pu_t *)pu1_buf; in ihevcd_mv_buf_mgr_add_bufs()
|
D | ihevcd_get_mv.c | 113 pu_t *ps_pu; in ihevcd_get_mv_ctb()
|
D | ihevcd_inter_pred.c | 123 pu_t *ps_pu; in ihevcd_inter_pred_ctb()
|
D | ihevcd_process_slice.c | 698 pu_t *ps_pu; in ihevcd_process()
|
/external/libhevc/common/ |
D | ihevc_structs.h | 428 }pu_t; typedef 755 pu_t *ps_pu; 864 pu_t *ps_frm_pu;
|