Searched defs:i4_rec_strd (Results 1 - 7 of 7) sorted by relevance

/external/libavc/encoder/
H A Dime_structs.h138 WORD32 i4_rec_strd; member in struct:__anon8965
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_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 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_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_process.c1155 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; local
1226 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);
1227 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);
1230 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);
1231 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);
1232 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);
1233 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);
1431 ps_deblk->pu1_cur_pic_luma = ps_proc->pu1_rec_buf_luma_base + i4_rec_strd * (ps_deblk->i4_mb_y * MB_SIZE);
1432 ps_deblk->pu1_cur_pic_chroma = ps_proc->pu1_rec_buf_chroma_base + i4_rec_strd * (ps_debl
1489 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; local
1596 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; local
[all...]
H A Dih264e_structs.h1332 WORD32 i4_rec_strd; member in struct:_proc_t
2014 WORD32 i4_rec_strd; member in struct:_codec_t

Completed in 147 milliseconds