/external/libavc/encoder/ |
D | ih264e_deblk.c | 513 UWORD8 *pu1_cur_pic_luma, in ih264e_filter_top_edge() argument 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() 571 ps_codec->pf_deblk_luma_horz_bslt4(pu1_cur_pic_luma, i4_rec_strd, u4_alpha_luma, in ih264e_filter_top_edge() 616 UWORD8 *pu1_cur_pic_luma, in ih264e_filter_left_edge() argument 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() 673 ps_codec->pf_deblk_luma_vert_bslt4(pu1_cur_pic_luma, i4_rec_strd, in ih264e_filter_left_edge() 725 UWORD8 *pu1_cur_pic_luma = ps_deblk->pu1_cur_pic_luma; in ih264e_deblock_mb() local 804 …ih264e_filter_left_edge(ps_codec, ps_proc, pu1_pic_qp, pu1_cur_pic_luma, pu1_cur_pic_chroma, pu4_p… in ih264e_deblock_mb() 811 … ps_codec->pf_deblk_luma_vert_bs4(pu1_cur_pic_luma + 4, i4_rec_strd, u4_alpha_luma, u4_beta_luma); in ih264e_deblock_mb() 816 ps_codec->pf_deblk_luma_vert_bslt4(pu1_cur_pic_luma + 4, i4_rec_strd, in ih264e_deblock_mb() [all …]
|
D | ih264e_process.c | 1115 ps_deblk->pu1_cur_pic_luma += MB_SIZE; in ih264e_update_proc_ctxt() 1438 …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() 1701 …ps_codec->pf_pad_left_luma(ps_deblk->pu1_cur_pic_luma - i4_rec_strd * MB_SIZE, i4_rec_strd, MB_SIZ… in ih264e_dblk_pad_hpel_processing_n_mbs() 1710 …ps_codec->pf_pad_right_luma(ps_deblk->pu1_cur_pic_luma - i4_rec_strd * MB_SIZE + MB_SIZE, i4_rec_s… in ih264e_dblk_pad_hpel_processing_n_mbs() 1718 ps_deblk->pu1_cur_pic_luma += MB_SIZE; in ih264e_dblk_pad_hpel_processing_n_mbs() 1727 ps_deblk->pu1_cur_pic_luma += i4_n_mb_process_count * MB_SIZE; in ih264e_dblk_pad_hpel_processing_n_mbs() 1763 …ps_deblk->pu1_cur_pic_luma = ps_proc->pu1_rec_buf_luma_base + (ps_proc->i4_ht_mbs - 1) * i4_rec_st… in ih264e_dblk_pad_hpel_processing_n_mbs() 1788 ps_deblk->pu1_cur_pic_luma += MB_SIZE; in ih264e_dblk_pad_hpel_processing_n_mbs() 1801 ps_deblk->pu1_cur_pic_luma += MB_SIZE; in ih264e_dblk_pad_hpel_processing_n_mbs() 2232 UWORD8 *pu1_cur_pic_luma = ps_proc->pu1_rec_buf_luma; in ih264e_process() local [all …]
|
D | ih264e_utils.c | 1415 UWORD8 *pu1_cur_pic_luma, *pu1_cur_pic_chroma; in ih264e_pic_init() local 1772 pu1_cur_pic_luma = ps_cur_pic->pu1_luma; in ih264e_pic_init() 1832 ps_proc->pu1_rec_buf_luma_base = pu1_cur_pic_luma; in ih264e_pic_init()
|
D | ih264e_structs.h | 829 UWORD8 *pu1_cur_pic_luma; member
|
/external/libhevc/decoder/ |
D | ihevcd_utils.c | 832 UWORD8 *pu1_cur_pic_luma, *pu1_cur_pic_chroma; in ihevcd_parse_pic_init() local 925 pu1_cur_pic_luma = pu1_buf; in ihevcd_parse_pic_init() 1210 ps_codec->as_process[i].pu1_cur_pic_luma = pu1_cur_pic_luma; in ihevcd_parse_pic_init() 1234 ps_codec->as_process[i].s_deblk_ctxt.pu1_cur_pic_luma = pu1_cur_pic_luma; in ihevcd_parse_pic_init() 1237 ps_codec->as_process[i].s_sao_ctxt.pu1_cur_pic_luma = pu1_cur_pic_luma; in ihevcd_parse_pic_init() 1252 ps_codec->s_parse.s_deblk_ctxt.pu1_cur_pic_luma = pu1_cur_pic_luma; in ihevcd_parse_pic_init() 1255 ps_codec->s_parse.s_sao_ctxt.pu1_cur_pic_luma = pu1_cur_pic_luma; in ihevcd_parse_pic_init()
|
D | ihevcd_ilf_padding.c | 155 UWORD8 *pu1_cur_ctb_luma = ps_deblk_ctxt->pu1_cur_pic_luma in ihevcd_ilf_pad_frame() 197 …ihevc_pad_top(ps_deblk_ctxt->pu1_cur_pic_luma - PAD_LEFT, ps_codec->i4_strd, ps_sps->i2_pic_width_… in ihevcd_ilf_pad_frame() 200 …pu1_buf = ps_deblk_ctxt->pu1_cur_pic_luma + ps_codec->i4_strd * ps_sps->i2_pic_height_in_luma_samp… in ihevcd_ilf_pad_frame()
|
D | ihevcd_debug.h | 129 #define DUMP_PRE_ILF(pu1_cur_pic_luma, pu1_cur_pic_chroma, pic_wd, pic_ht, pic_strd) ihevcd_debug_d… argument 138 #define DUMP_PRE_ILF(pu1_cur_pic_luma, pu1_cur_pic_chroma, pic_wd, pic_ht, pic_strd) argument
|
D | ihevcd_structs.h | 516 UWORD8 *pu1_cur_pic_luma; member 583 UWORD8 *pu1_cur_pic_luma; member 1458 UWORD8 *pu1_cur_pic_luma; member
|
D | ihevcd_process_slice.c | 973 ps_proc->pu1_cur_ctb_luma = ps_proc->pu1_cur_pic_luma in ihevcd_process() 1211 ps_proc->pu1_cur_ctb_luma = ps_proc->pu1_cur_pic_luma in ihevcd_process() 1233 ps_proc->pu1_cur_ctb_luma = ps_proc->pu1_cur_pic_luma in ihevcd_process() 1260 …ihevc_pad_top(ps_proc->pu1_cur_pic_luma - PAD_LEFT, ps_codec->i4_strd, ps_sps->i2_pic_width_in_lum… in ihevcd_process() 1263 …pu1_buf = ps_proc->pu1_cur_pic_luma + ps_codec->i4_strd * ps_sps->i2_pic_height_in_luma_samples - … in ihevcd_process() 1306 …ps_codec->s_func_selector.ihevc_pad_left_luma_fptr(ps_proc->pu1_cur_pic_luma + ps_codec->i4_strd *… in ihevcd_process() 1314 …ihevc_pad_top(ps_proc->pu1_cur_pic_luma - PAD_LEFT, ps_codec->i4_strd, ps_sps->i2_pic_width_in_lum… in ihevcd_process() 1317 …pu1_buf = ps_proc->pu1_cur_pic_luma + ps_codec->i4_strd * ps_sps->i2_pic_height_in_luma_samples - … in ihevcd_process()
|
D | ihevcd_deblk.c | 228 …pu1_src = ps_deblk->pu1_cur_pic_luma + ((ps_deblk->i4_ctb_x + ps_deblk->i4_ctb_y * ps_deblk->ps_co… in ihevcd_deblk_ctb() 369 …pu1_src = ps_deblk->pu1_cur_pic_luma + ((ps_deblk->i4_ctb_x + ps_deblk->i4_ctb_y * ps_deblk->ps_co… in ihevcd_deblk_ctb()
|
D | ihevcd_inter_pred.c | 185 pu1_dst_luma = ps_proc->pu1_cur_pic_luma; in ihevcd_inter_pred_ctb()
|
D | ihevcd_sao.c | 120 …pu1_src_luma = ps_sao_ctxt->pu1_cur_pic_luma + ((ps_sao_ctxt->i4_ctb_x + ps_sao_ctxt->i4_ctb_y * p… in ihevcd_sao_ctb() 596 …pu1_src_luma = ps_sao_ctxt->pu1_cur_pic_luma + ((ps_sao_ctxt->i4_ctb_x + ps_sao_ctxt->i4_ctb_y * p… in ihevcd_sao_shift_ctb()
|
D | ihevcd_parse_slice.c | 3465 DUMP_PRE_ILF(ps_codec->as_process[0].pu1_cur_pic_luma, in ihevcd_parse_slice_data()
|