/external/libavc/encoder/ |
D | ih264e_deblk.c | 518 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; in ih264e_filter_top_edge() local 565 … ps_codec->pf_deblk_luma_horz_bs4(pu1_cur_pic_luma, i4_rec_strd, u4_alpha_luma, u4_beta_luma); in ih264e_filter_top_edge() 566 …ps_codec->pf_deblk_chroma_horz_bs4(pu1_cur_pic_chroma, i4_rec_strd, u4_alpha_chroma, u4_beta_chrom… in ih264e_filter_top_edge() 571 ps_codec->pf_deblk_luma_horz_bslt4(pu1_cur_pic_luma, i4_rec_strd, u4_alpha_luma, in ih264e_filter_top_edge() 575 ps_codec->pf_deblk_chroma_horz_bslt4(pu1_cur_pic_chroma, i4_rec_strd, u4_alpha_chroma, in ih264e_filter_top_edge() 621 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; in ih264e_filter_left_edge() local 667 … ps_codec->pf_deblk_luma_vert_bs4(pu1_cur_pic_luma, i4_rec_strd, u4_alpha_luma, u4_beta_luma); in ih264e_filter_left_edge() 668 …ps_codec->pf_deblk_chroma_vert_bs4(pu1_cur_pic_chroma, i4_rec_strd, u4_alpha_chroma, u4_beta_chrom… in ih264e_filter_left_edge() 673 ps_codec->pf_deblk_luma_vert_bslt4(pu1_cur_pic_luma, i4_rec_strd, in ih264e_filter_left_edge() 678 ps_codec->pf_deblk_chroma_vert_bslt4(pu1_cur_pic_chroma, i4_rec_strd, u4_alpha_chroma, in ih264e_filter_left_edge() [all …]
|
D | ih264e_process.c | 1225 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; in ih264e_init_proc_ctxt() local 1297 …ps_proc->pu1_rec_buf_luma = ps_proc->pu1_rec_buf_luma_base + (i4_mb_x * MB_SIZE) + i4_rec_strd * (… in ih264e_init_proc_ctxt() 1298 …_buf_chroma = ps_proc->pu1_rec_buf_chroma_base + (i4_mb_x * MB_SIZE) + i4_rec_strd * (i4_mb_y * BL… in ih264e_init_proc_ctxt() 1301 …f_luma[0] = ps_proc->apu1_ref_buf_luma_base[0] + (i4_mb_x * MB_SIZE) + i4_rec_strd * (i4_mb_y * MB… in ih264e_init_proc_ctxt() 1302 …roma[0] = ps_proc->apu1_ref_buf_chroma_base[0] + (i4_mb_x * MB_SIZE) + i4_rec_strd * (i4_mb_y * BL… in ih264e_init_proc_ctxt() 1303 …f_luma[1] = ps_proc->apu1_ref_buf_luma_base[1] + (i4_mb_x * MB_SIZE) + i4_rec_strd * (i4_mb_y * MB… in ih264e_init_proc_ctxt() 1304 …roma[1] = ps_proc->apu1_ref_buf_chroma_base[1] + (i4_mb_x * MB_SIZE) + i4_rec_strd * (i4_mb_y * BL… in ih264e_init_proc_ctxt() 1511 …ps_deblk->pu1_cur_pic_luma = ps_proc->pu1_rec_buf_luma_base + i4_rec_strd * (ps_deblk->i4_mb_y * M… in ih264e_init_proc_ctxt() 1512 …ps_deblk->pu1_cur_pic_chroma = ps_proc->pu1_rec_buf_chroma_base + i4_rec_strd * (ps_deblk->i4_mb_y… in ih264e_init_proc_ctxt() 1569 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; in ih264e_pad_recon_buffer() local [all …]
|
D | ih264e_core_coding.c | 1502 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; in ih264e_code_luma_intra_macroblock_16x16() local 1581 i4_res_strd, i4_pred_strd, i4_rec_strd, in ih264e_code_luma_intra_macroblock_16x16() 1590 i4_rec_strd, MB_SIZE, MB_SIZE, NULL, in ih264e_code_luma_intra_macroblock_16x16() 1641 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; in ih264e_code_luma_intra_macroblock_4x4() local 1706 pu1_ref_mb = ps_proc->pu1_rec_buf_luma + u1_pix_x + (u1_pix_y * i4_rec_strd); in ih264e_code_luma_intra_macroblock_4x4() 1711 pu1_mb_b = pu1_ref_mb - i4_rec_strd; in ih264e_code_luma_intra_macroblock_4x4() 1730 pu1_ngbr_pels_i4[4 - 1 - i] = pu1_mb_a[i * i4_rec_strd]; in ih264e_code_luma_intra_macroblock_4x4() 1830 i4_rec_strd, ps_qp_params->pu2_iscale_mat, in ih264e_code_luma_intra_macroblock_4x4() 1836 i4_pred_strd, i4_rec_strd, in ih264e_code_luma_intra_macroblock_4x4() 1891 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; in ih264e_code_luma_intra_macroblock_4x4_rdopt_on() local [all …]
|
D | ih264e_fmt_conv.c | 827 pu1_y_src = pu1_luma + cur_row * ps_codec->i4_rec_strd; in ih264e_fmt_conv() 828 pu1_uv_src = pu1_chroma + (cur_row / 2) * ps_codec->i4_rec_strd; in ih264e_fmt_conv() 850 ps_codec->i4_rec_strd, in ih264e_fmt_conv() 851 ps_codec->i4_rec_strd, u4_dst_y_strd, in ih264e_fmt_conv() 858 num_rows, ps_codec->i4_rec_strd, in ih264e_fmt_conv() 859 ps_codec->i4_rec_strd, u4_dst_y_strd, in ih264e_fmt_conv()
|
D | ih264e_me.c | 888 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; in ih264e_compute_me_single_reflist() local 990 + (ps_me_ctxt->as_mb_part[PRED_L0].s_mv_curr.i2_mvy >> 2)* i4_rec_strd; in ih264e_compute_me_single_reflist() 1006 i4_rec_strd, in ih264e_compute_me_single_reflist() 1016 pu1_hpel_src -= i4_rec_strd; in ih264e_compute_me_single_reflist() 1021 ps_me_ctxt->apu1_subpel_buffs[2], i4_rec_strd, in ih264e_compute_me_single_reflist() 1711 …ctxt->apu1_ref_buf_luma[PRED_L0] + (s_l0_mv.i2_mvx) + ((s_l0_mv.i2_mvy) * ps_me_ctxt->i4_rec_strd); in ih264e_evaluate_bipred() 1712 i4_ref_l0_stride = ps_me_ctxt->i4_rec_strd; in ih264e_evaluate_bipred() 1724 …ctxt->apu1_ref_buf_luma[PRED_L1] + (s_l1_mv.i2_mvx) + ((s_l1_mv.i2_mvy) * ps_me_ctxt->i4_rec_strd); in ih264e_evaluate_bipred() 1725 i4_ref_l1_stride = ps_me_ctxt->i4_rec_strd; in ih264e_evaluate_bipred() 1795 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; in ih264e_compute_me_multi_reflist() local [all …]
|
D | ime.c | 113 WORD32 i4_ref_strd = ps_me_ctxt->i4_rec_strd; in ime_diamond_search_16x16() 295 WORD32 i4_ref_strd = ps_me_ctxt->i4_rec_strd; in ime_evaluate_init_srchposn_16x16() 738 + (s_skip_mv.i2_mvy * ps_me_ctxt->i4_rec_strd); in ime_compute_skip_cost() 746 ps_me_ctxt->i4_rec_strd, ps_me_ctxt->pu2_sad_thrsh, in ime_compute_skip_cost() 759 ps_me_ctxt->i4_rec_strd, INT_MAX, &i4_mb_distortion); in ime_compute_skip_cost()
|
D | ih264e_utils.c | 813 WORD32 luma_samples = (ps_codec->i4_rec_strd) in ih264e_pic_buf_mgr_add_bufs() 831 ps_pic_buf->pu1_luma = pu1_buf + ps_codec->i4_rec_strd * PAD_TOP in ih264e_pic_buf_mgr_add_bufs() 836 + ps_codec->i4_rec_strd * (PAD_TOP / 2)+ PAD_LEFT; in ih264e_pic_buf_mgr_add_bufs() 1357 ps_codec->i4_rec_strd = ALIGN16(ps_codec->s_cfg.u4_max_wd) + PAD_WD; in ih264e_codec_init() 1840 ps_proc->i4_rec_strd = ps_codec->i4_rec_strd; in ih264e_pic_init() 2121 ps_me_ctxt->i4_rec_strd = ps_codec->i4_rec_strd; in ih264e_pic_init()
|
D | ih264e_mc.c | 158 i4_ref_strd[0] = ps_proc->i4_rec_strd; in ih264e_motion_comp_luma() 307 WORD32 i4_ref_strd = ps_proc->i4_rec_strd; in ih264e_motion_comp_chroma()
|
D | ime_structs.h | 138 WORD32 i4_rec_strd; member
|
D | ih264e_intra_modes_eval.c | 360 WORD32 i4_rec_strd = ps_proc->i4_rec_strd; in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff() local 364 UWORD8 *pu1_mb_b = pu1_ref_mb - i4_rec_strd; in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff() 396 pu1_ngbr_pels_i16[16-1-i] = pu1_mb_a[i * i4_rec_strd]; in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff() 1152 i4_ref_strd_left = ps_proc->i4_rec_strd; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton() 1162 i4_ref_strd_top = ps_proc->i4_rec_strd; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton() 1390 WORD32 i4_rec_strd_c = ps_proc->i4_rec_strd; in ih264e_evaluate_chroma_intra8x8_modes_for_least_cost_rdoptoff()
|
D | ih264e_structs.h | 1519 WORD32 i4_rec_strd; member 2201 WORD32 i4_rec_strd; member
|
D | ih264e_api.c | 2382 ps_codec->i4_rec_strd = ALIGN16(ps_cfg->u4_wd) + PAD_WD; in ih264e_codec_update_config()
|