Searched refs:pu4_wt_offst (Results 1 – 4 of 4) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_process_pslice.c | 119 UWORD32 *pu4_wt_offst, **ppu4_wt_ofst; in ih264d_mv_pred_ref_tfr_nby2_pmb() local 128 ppu4_wt_ofst = ps_mb_part_info->pu4_wt_offst; in ih264d_mv_pred_ref_tfr_nby2_pmb() 155 pu4_wt_offst = (UWORD32*)&ps_dec->pu4_wt_ofsts[2 in ih264d_mv_pred_ref_tfr_nby2_pmb() 157 ppu4_wt_ofst[u1_blk_no] = pu4_wt_offst; in ih264d_mv_pred_ref_tfr_nby2_pmb() 188 pu4_wt_offst = (UWORD32*)&ps_dec->pu4_wt_ofsts[0]; in ih264d_mv_pred_ref_tfr_nby2_pmb() 203 (i1_ref_idx >> u1_scale_ref),pu4_wt_offst, in ih264d_mv_pred_ref_tfr_nby2_pmb() 265 pu4_wt_offst = ppu4_wt_ofst[u1_blk_no]; in ih264d_mv_pred_ref_tfr_nby2_pmb() 276 … ps_ref_frame->u1_pic_buf_id,(i1_ref_idx >> u1_scale_ref),pu4_wt_offst, in ih264d_mv_pred_ref_tfr_nby2_pmb()
|
D | ih264d_parse_bslice.c | 929 UWORD32 *pu4_wt_offst; in ih264d_mv_pred_ref_tfr_nby2_bmb() local 936 UWORD32 **ppu4_wt_ofst = ps_mb_part_info->pu4_wt_offst; in ih264d_mv_pred_ref_tfr_nby2_bmb() 978 pu4_wt_offst = (UWORD32*)&ps_dec->pu4_wt_ofsts[2 in ih264d_mv_pred_ref_tfr_nby2_bmb() 982 pu4_wt_offst += 1; in ih264d_mv_pred_ref_tfr_nby2_bmb() 984 ppu4_wt_ofst[u1_blk_no] = pu4_wt_offst; in ih264d_mv_pred_ref_tfr_nby2_bmb() 1002 pu4_wt_offst = (UWORD32*)&ps_dec->pu4_mbaff_wt_mat[2 in ih264d_mv_pred_ref_tfr_nby2_bmb() 1004 ppu4_wt_ofst[u1_blk_no] = pu4_wt_offst; in ih264d_mv_pred_ref_tfr_nby2_bmb() 1133 pu4_wt_offst = ppu4_wt_ofst[u1_blk_no]; in ih264d_mv_pred_ref_tfr_nby2_bmb() 1143 … ps_pred_pkd,ps_ref_frame->u1_pic_buf_id,i1_ref_idx,pu4_wt_offst, in ih264d_mv_pred_ref_tfr_nby2_bmb()
|
D | ih264d_structs.h | 275 UWORD32 *pu4_wt_offst; member 577 UWORD32 *pu4_wt_offst[MAX_REFIDX_INFO_PER_MB]; member
|
D | ih264d_inter_pred.c | 131 ps_pred_pkd->pu4_wt_offst = pu4_wt_offset; in ih264d_fill_pred_info() 541 pu4_wt_offset = ps_pred_pkd->pu4_wt_offst; in ih264d_form_mb_part_info_mp()
|