Searched defs:pu1_curr_mb (Results 1 - 3 of 3) sorted by relevance

/external/libavc/encoder/
H A Dime.c108 UWORD8 *pu1_curr_mb = ps_me_ctxt->pu1_src_buf_luma; local
167 pu1_curr_mb,
290 UWORD8 *pu1_curr_mb = ps_me_ctxt->pu1_src_buf_luma; local
339 ps_me_ctxt->pf_ime_compute_sad_16x16[u4_enable_fast_sad](pu1_curr_mb, pu1_ref, i4_src_strd, i4_ref_strd, i4_mb_cost_least, &i4_mb_distortion);
462 UWORD8 *pu1_curr_mb = ps_me_ctxt->pu1_src_buf_luma; local
550 ps_me_ctxt->pf_ime_sub_pel_compute_sad_16x16(pu1_curr_mb, pu1_ref_mb_half_x,
H A Dih264e_core_coding.c1492 UWORD8 *pu1_curr_mb = ps_proc->pu1_src_buf_luma; local
1546 ih264e_luma_16x16_resi_trans_dctrans_quant(ps_codec, pu1_curr_mb,
1631 UWORD8 *pu1_curr_mb = ps_proc->pu1_src_buf_luma; local
1705 pu1_curr_mb = ps_proc->pu1_src_buf_luma + u1_pix_x + (u1_pix_y * i4_src_strd);
1778 ps_codec->pf_resi_trans_quant_4x4(pu1_curr_mb, pu1_pred_mb,
2008 UWORD8 *pu1_curr_mb = ps_proc->pu1_src_buf_chroma; local
2057 ih264e_chroma_8x8_resi_trans_dctrans_quant(ps_codec, pu1_curr_mb,
2123 UWORD8 *pu1_curr_mb = ps_proc->pu1_src_buf_luma; local
2177 ih264e_luma_16x16_resi_trans_dctrans_quant(ps_codec, pu1_curr_mb,
2270 UWORD8 *pu1_curr_mb local
[all...]
H A Dih264e_intra_modes_eval.c350 UWORD8 *pu1_curr_mb = ps_proc->pu1_src_buf_luma; local
435 ps_codec->pf_ih264e_evaluate_intra16x16_modes(pu1_curr_mb, pu1_ngbr_pels_i16, pu1_pred_mb_intra_16x16,
450 ps_codec->apf_compute_sad_16x16[u4_enable_fast_sad](pu1_curr_mb, pu1_pred_mb_intra_16x16_plane, i4_src_strd, i4_pred_strd, i4_mb_cost_least, &i4_mb_distortion);
1380 UWORD8 *pu1_curr_mb = ps_proc->pu1_src_buf_chroma; local
1460 ps_codec->pf_ih264e_evaluate_intra_chroma_modes(pu1_curr_mb,
1475 ps_codec->pf_compute_sad_16x8(pu1_curr_mb, pu1_pred_mb_plane, i4_src_strd_c, i4_pred_strd, i4_chroma_mb_distortion, &i4_mb_distortion);

Completed in 73 milliseconds