Home
last modified time | relevance | path

Searched refs:pu1_pred_mb (Results 1 – 5 of 5) sorted by relevance

/external/libavc/encoder/
Dih264e_core_coding.c1495 UWORD8 *pu1_pred_mb = NULL; in ih264e_code_luma_intra_macroblock_16x16() local
1534 pu1_pred_mb = ps_proc->pu1_pred_mb_intra_16x16_plane; in ih264e_code_luma_intra_macroblock_16x16()
1538 pu1_pred_mb = ps_proc->pu1_pred_mb_intra_16x16; in ih264e_code_luma_intra_macroblock_16x16()
1547 pu1_pred_mb, pi2_res_mb, in ih264e_code_luma_intra_macroblock_16x16()
1580 ps_codec, pi2_res_mb, pu1_pred_mb, pu1_ref_mb, in ih264e_code_luma_intra_macroblock_16x16()
1589 ps_codec->pf_inter_pred_luma_copy(pu1_pred_mb, pu1_ref_mb, i4_pred_strd, in ih264e_code_luma_intra_macroblock_16x16()
1634 UWORD8 *pu1_pred_mb = ps_proc->pu1_pred_mb; in ih264e_code_luma_intra_macroblock_4x4() local
1769 pu1_pred_mb, 0, in ih264e_code_luma_intra_macroblock_4x4()
1778 ps_codec->pf_resi_trans_quant_4x4(pu1_curr_mb, pu1_pred_mb, in ih264e_code_luma_intra_macroblock_4x4()
1828 pi2_res_mb, pu1_pred_mb, pu1_ref_mb, in ih264e_code_luma_intra_macroblock_4x4()
[all …]
Dih264e_mc.c235 pu1_pred = ps_proc->pu1_pred_mb in ih264e_motion_comp_luma()
365 pu1_pred = ps_proc->pu1_pred_mb in ih264e_motion_comp_chroma()
427 pu1_pred = ps_proc->pu1_pred_mb in ih264e_motion_comp_chroma()
Dih264e_intra_modes_eval.c545 UWORD8 *pu1_pred_mb = ps_proc->pu1_pred_mb; in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff() local
700 …(ps_codec->apf_intra_pred_8_l)[u4_intra_mode](pu1_ngbr_pels_i8, pu1_pred_mb, 0, i4_pred_strd, i4_n… in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff()
703 …ime_compute_sad_8x8(pu1_mb_curr, pu1_pred_mb, i4_src_strd, i4_pred_strd, i4_partition_cost_least, … in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff()
797 UWORD8 *pu1_pred_mb = ps_proc->pu1_pred_mb; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff() local
974 pu1_pred_mb, i4_src_strd, in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff()
1071 UWORD8 *pu1_pred_mb = ps_proc->pu1_pred_mb; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton() local
1280 pu1_pred_mb, i4_src_strd, in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton()
1306 ps_codec->pf_resi_trans_quant_4x4(pu1_mb_curr, pu1_pred_mb, in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton()
1321 ps_codec->pf_iquant_itrans_recon_4x4(pi2_res_mb, pu1_pred_mb, in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton()
1384 UWORD8 *pu1_pred_mb = ps_proc->pu1_pred_mb_intra_chroma; in ih264e_evaluate_chroma_intra8x8_modes_for_least_cost_rdoptoff() local
[all …]
Dih264e_structs.h1530 UWORD8 *pu1_pred_mb; member
Dih264e_api.c4152 ps_codec->as_process[i].pu1_pred_mb = (void *) (pu1_buf + size); in ih264e_init_mem_rec()