Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dime.c108 UWORD8 *pu1_curr_mb = ps_me_ctxt->pu1_src_buf_luma; in ime_diamond_search_16x16() local
167 pu1_curr_mb, in ime_diamond_search_16x16()
290 UWORD8 *pu1_curr_mb = ps_me_ctxt->pu1_src_buf_luma; in ime_evaluate_init_srchposn_16x16() local
339 …ps_me_ctxt->pf_ime_compute_sad_16x16[u4_enable_fast_sad](pu1_curr_mb, pu1_ref, i4_src_strd, i4_ref… in ime_evaluate_init_srchposn_16x16()
462 UWORD8 *pu1_curr_mb = ps_me_ctxt->pu1_src_buf_luma; in ime_sub_pel_motion_estimation_16x16() local
550 ps_me_ctxt->pf_ime_sub_pel_compute_sad_16x16(pu1_curr_mb, pu1_ref_mb_half_x, in ime_sub_pel_motion_estimation_16x16()
Dih264e_core_coding.c1492 UWORD8 *pu1_curr_mb = ps_proc->pu1_src_buf_luma; in ih264e_code_luma_intra_macroblock_16x16() local
1546 ih264e_luma_16x16_resi_trans_dctrans_quant(ps_codec, pu1_curr_mb, in ih264e_code_luma_intra_macroblock_16x16()
1631 UWORD8 *pu1_curr_mb = ps_proc->pu1_src_buf_luma; in ih264e_code_luma_intra_macroblock_4x4() local
1705 pu1_curr_mb = ps_proc->pu1_src_buf_luma + u1_pix_x + (u1_pix_y * i4_src_strd); 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()
2008 UWORD8 *pu1_curr_mb = ps_proc->pu1_src_buf_chroma; in ih264e_code_chroma_intra_macroblock_8x8() local
2057 ih264e_chroma_8x8_resi_trans_dctrans_quant(ps_codec, pu1_curr_mb, in ih264e_code_chroma_intra_macroblock_8x8()
2123 UWORD8 *pu1_curr_mb = ps_proc->pu1_src_buf_luma; in ih264e_code_luma_inter_macroblock_16x16() local
2177 ih264e_luma_16x16_resi_trans_dctrans_quant(ps_codec, pu1_curr_mb, in ih264e_code_luma_inter_macroblock_16x16()
2270 UWORD8 *pu1_curr_mb = ps_proc->pu1_src_buf_chroma; in ih264e_code_chroma_inter_macroblock_8x8() local
[all …]
Dih264e_intra_modes_eval.c350 UWORD8 *pu1_curr_mb = ps_proc->pu1_src_buf_luma; in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff() local
436 …ps_codec->pf_ih264e_evaluate_intra16x16_modes(pu1_curr_mb, pu1_ngbr_pels_i16, pu1_pred_mb_intra_16… in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff()
450 …ps_codec->apf_compute_sad_16x16[u4_enable_fast_sad](pu1_curr_mb, pu1_pred_mb_intra_16x16_plane, i4… in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff()
1380 UWORD8 *pu1_curr_mb = ps_proc->pu1_src_buf_chroma; in ih264e_evaluate_chroma_intra8x8_modes_for_least_cost_rdoptoff() local
1461 ps_codec->pf_ih264e_evaluate_intra_chroma_modes(pu1_curr_mb, in ih264e_evaluate_chroma_intra8x8_modes_for_least_cost_rdoptoff()
1476 …ps_codec->pf_compute_sad_16x8(pu1_curr_mb, pu1_pred_mb_plane, i4_src_strd_c, i4_pred_strd, i4_chro… in ih264e_evaluate_chroma_intra8x8_modes_for_least_cost_rdoptoff()
/external/libavc/encoder/svc/
Disvce_intra_modes_eval.c249 UWORD8 *pu1_curr_mb = ps_proc->s_src_buf_props.as_component_bufs[0].pv_data; in isvce_evaluate_intra16x16_modes_for_least_cost_rdoptoff() local
341 pu1_curr_mb, pu1_ngbr_pels_i16, pu1_pred_mb_intra_16x16, i4_src_strd, i4_pred_strd, in isvce_evaluate_intra16x16_modes_for_least_cost_rdoptoff()
356 pu1_curr_mb, pu1_pred_mb_intra_16x16_plane, i4_src_strd, i4_pred_strd, i4_mb_cost_least, in isvce_evaluate_intra16x16_modes_for_least_cost_rdoptoff()
1366 UWORD8 *pu1_curr_mb = ((UWORD8 *) ps_proc->s_src_buf_props.as_component_bufs[1].pv_data); in isvce_evaluate_chroma_intra8x8_modes_for_least_cost_rdoptoff() local
1456 pu1_curr_mb, pu1_ngbr_pels_c_i8x8, pu1_pred_mb, i4_src_strd_c, i4_pred_strd, i4_ngbr_avbl, in isvce_evaluate_chroma_intra8x8_modes_for_least_cost_rdoptoff()
1465 ps_codec->pf_compute_sad_16x8(pu1_curr_mb, pu1_pred_mb_plane, i4_src_strd_c, i4_pred_strd, in isvce_evaluate_chroma_intra8x8_modes_for_least_cost_rdoptoff()
Disvce_me.c157 UWORD8 *pu1_curr_mb = ps_me_ctxt->pu1_src_buf_luma; in isvce_diamond_search_16x16() local
203 ps_me_ctxt->pf_ime_compute_sad4_diamond(pu1_ref, pu1_curr_mb, i4_ref_strd, i4_src_strd, in isvce_diamond_search_16x16()
324 UWORD8 *pu1_curr_mb = ps_me_ctxt->pu1_src_buf_luma; in isvce_evaluate_init_srchposn_16x16() local
375 pu1_curr_mb, pu1_ref, i4_src_strd, i4_ref_strd, i4_mb_cost_least, in isvce_evaluate_init_srchposn_16x16()
498 UWORD8 *pu1_curr_mb = ps_me_ctxt->pu1_src_buf_luma; in isvce_sub_pel_motion_estimation_16x16() local
586 ps_me_ctxt->pf_ime_sub_pel_compute_sad_16x16(pu1_curr_mb, pu1_ref_mb_half_x, pu1_ref_mb_half_y, in isvce_sub_pel_motion_estimation_16x16()