Searched refs:i4_rec_strd (Results 1 - 12 of 12) sorted by relevance

/external/libavc/encoder/
H A Dih264e_deblk.c518 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; local
565 ps_codec->pf_deblk_luma_horz_bs4(pu1_cur_pic_luma, i4_rec_strd, u4_alpha_luma, u4_beta_luma);
566 ps_codec->pf_deblk_chroma_horz_bs4(pu1_cur_pic_chroma, i4_rec_strd, u4_alpha_chroma, u4_beta_chroma, u4_alpha_chroma, u4_beta_chroma);
571 ps_codec->pf_deblk_luma_horz_bslt4(pu1_cur_pic_luma, i4_rec_strd, u4_alpha_luma,
575 ps_codec->pf_deblk_chroma_horz_bslt4(pu1_cur_pic_chroma, i4_rec_strd, u4_alpha_chroma,
621 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; local
667 ps_codec->pf_deblk_luma_vert_bs4(pu1_cur_pic_luma, i4_rec_strd, u4_alpha_luma, u4_beta_luma);
668 ps_codec->pf_deblk_chroma_vert_bs4(pu1_cur_pic_chroma, i4_rec_strd, u4_alpha_chrom
731 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; local
[all...]
H A Dih264e_process.c1154 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; local
1225 ps_proc->pu1_rec_buf_luma = ps_proc->pu1_rec_buf_luma_base + (i4_mb_x * MB_SIZE) + i4_rec_strd * (i4_mb_y * MB_SIZE);
1226 ps_proc->pu1_rec_buf_chroma = ps_proc->pu1_rec_buf_chroma_base + (i4_mb_x * MB_SIZE) + i4_rec_strd * (i4_mb_y * BLK8x8SIZE);
1229 ps_proc->apu1_ref_buf_luma[0] = ps_proc->apu1_ref_buf_luma_base[0] + (i4_mb_x * MB_SIZE) + i4_rec_strd * (i4_mb_y * MB_SIZE);
1230 ps_proc->apu1_ref_buf_chroma[0] = ps_proc->apu1_ref_buf_chroma_base[0] + (i4_mb_x * MB_SIZE) + i4_rec_strd * (i4_mb_y * BLK8x8SIZE);
1231 ps_proc->apu1_ref_buf_luma[1] = ps_proc->apu1_ref_buf_luma_base[1] + (i4_mb_x * MB_SIZE) + i4_rec_strd * (i4_mb_y * MB_SIZE);
1232 ps_proc->apu1_ref_buf_chroma[1] = ps_proc->apu1_ref_buf_chroma_base[1] + (i4_mb_x * MB_SIZE) + i4_rec_strd * (i4_mb_y * BLK8x8SIZE);
1430 ps_deblk->pu1_cur_pic_luma = ps_proc->pu1_rec_buf_luma_base + i4_rec_strd * (ps_deblk->i4_mb_y * MB_SIZE);
1431 ps_deblk->pu1_cur_pic_chroma = ps_proc->pu1_rec_buf_chroma_base + i4_rec_strd * (ps_debl
1488 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; local
1595 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; local
[all...]
H A Dih264e_core_coding.c1502 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; local
1581 i4_res_strd, i4_pred_strd, i4_rec_strd,
1590 i4_rec_strd, MB_SIZE, MB_SIZE, NULL,
1641 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; local
1706 pu1_ref_mb = ps_proc->pu1_rec_buf_luma + u1_pix_x + (u1_pix_y * i4_rec_strd);
1711 pu1_mb_b = pu1_ref_mb - i4_rec_strd;
1730 pu1_ngbr_pels_i4[4 - 1 - i] = pu1_mb_a[i * i4_rec_strd];
1830 i4_rec_strd, ps_qp_param
1891 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; local
2018 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; local
2133 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; local
2280 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; local
[all...]
H A Dime_structs.h138 WORD32 i4_rec_strd; member in struct:__anon8795
H A Dime.c113 WORD32 i4_ref_strd = ps_me_ctxt->i4_rec_strd;
295 WORD32 i4_ref_strd = ps_me_ctxt->i4_rec_strd;
738 + (s_skip_mv.i2_mvy * ps_me_ctxt->i4_rec_strd);
746 ps_me_ctxt->i4_rec_strd, ps_me_ctxt->pu2_sad_thrsh,
759 ps_me_ctxt->i4_rec_strd, INT_MAX, &i4_mb_distortion);
H A Dih264e_fmt_conv.c827 pu1_y_src = pu1_luma + cur_row * ps_codec->i4_rec_strd;
828 pu1_uv_src = pu1_chroma + (cur_row / 2) * ps_codec->i4_rec_strd;
850 ps_codec->i4_rec_strd,
851 ps_codec->i4_rec_strd, u4_dst_y_strd,
858 num_rows, ps_codec->i4_rec_strd,
859 ps_codec->i4_rec_strd, u4_dst_y_strd,
H A Dih264e_me.c888 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; local
990 + (ps_me_ctxt->as_mb_part[PRED_L0].s_mv_curr.i2_mvy >> 2)* i4_rec_strd;
1006 i4_rec_strd,
1014 * hence it starts from pu1_hpel_src = full_pel_converged_point - i4_rec_strd - 1
1016 pu1_hpel_src -= i4_rec_strd;
1021 ps_me_ctxt->apu1_subpel_buffs[2], i4_rec_strd,
1711 pu1_ref_mb_l0 = ps_me_ctxt->apu1_ref_buf_luma[PRED_L0] + (s_l0_mv.i2_mvx) + ((s_l0_mv.i2_mvy) * ps_me_ctxt->i4_rec_strd);
1712 i4_ref_l0_stride = ps_me_ctxt->i4_rec_strd;
1724 pu1_ref_mb_l1 = ps_me_ctxt->apu1_ref_buf_luma[PRED_L1] + (s_l1_mv.i2_mvx) + ((s_l1_mv.i2_mvy) * ps_me_ctxt->i4_rec_strd);
1795 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; local
[all...]
H A Dih264e_mc.c158 i4_ref_strd[0] = ps_proc->i4_rec_strd;
307 WORD32 i4_ref_strd = ps_proc->i4_rec_strd;
H A Dih264e_utils.c801 WORD32 luma_samples = (ps_codec->i4_rec_strd)
819 ps_pic_buf->pu1_luma = pu1_buf + ps_codec->i4_rec_strd * PAD_TOP
824 + ps_codec->i4_rec_strd * (PAD_TOP / 2)+ PAD_LEFT;
1345 ps_codec->i4_rec_strd = ALIGN16(ps_codec->s_cfg.u4_max_wd) + PAD_WD;
1828 ps_proc->i4_rec_strd = ps_codec->i4_rec_strd;
2109 ps_me_ctxt->i4_rec_strd = ps_codec->i4_rec_strd;
H A Dih264e_intra_modes_eval.c360 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; local
364 UWORD8 *pu1_mb_b = pu1_ref_mb - i4_rec_strd;
396 pu1_ngbr_pels_i16[16-1-i] = pu1_mb_a[i * i4_rec_strd];
1152 i4_ref_strd_left = ps_proc->i4_rec_strd;
1162 i4_ref_strd_top = ps_proc->i4_rec_strd;
1390 WORD32 i4_rec_strd_c = ps_proc->i4_rec_strd;
H A Dih264e_structs.h1329 WORD32 i4_rec_strd; member in struct:_proc_t
2011 WORD32 i4_rec_strd; member in struct:_codec_t
H A Dih264e_api.c1853 ps_codec->i4_rec_strd = ALIGN16(ps_cfg->u4_wd) + PAD_WD;

Completed in 191 milliseconds