Home
last modified time | relevance | path

Searched refs:pu1_mb_b (Results 1 – 2 of 2) sorted by relevance

/external/libavc/encoder/
Dih264e_intra_modes_eval.c364 UWORD8 *pu1_mb_b = pu1_ref_mb - i4_rec_strd; in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff() local
365 UWORD8 *pu1_mb_d = pu1_mb_b - 1; in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff()
407 ps_codec->pf_mem_cpy_mul8(pu1_ngbr_pels_i16+16+1,pu1_mb_b,16); in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff()
553 UWORD8 *pu1_mb_b; in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff() local
602 pu1_mb_b = pu1_mb_curr - i4_src_strd; /* pointer to top macro block */ in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff()
603 pu1_mb_d = pu1_mb_b - 1; /* pointer to top left macro block */ in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff()
623 ih264_intra_pred_luma_8x8_mode_ref_filtering(pu1_mb_a, pu1_mb_b, pu1_mb_d, pu1_ngbr_pels_i8, in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff()
805 UWORD8 *pu1_mb_b; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff() local
866 pu1_mb_b = pu1_mb_curr - i4_src_strd; /* pointer to top macro block */ in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff()
867 pu1_mb_c = pu1_mb_b + 4; /* pointer to top macro block */ in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff()
[all …]
Dih264e_core_coding.c1646 UWORD8 *pu1_mb_b; in ih264e_code_luma_intra_macroblock_4x4() local
1711 pu1_mb_b = pu1_ref_mb - i4_rec_strd; in ih264e_code_luma_intra_macroblock_4x4()
1713 pu1_mb_c = pu1_mb_b + 4; in ih264e_code_luma_intra_macroblock_4x4()
1715 pu1_mb_d = pu1_mb_b - 1; in ih264e_code_luma_intra_macroblock_4x4()
1740 memcpy(pu1_ngbr_pels_i4 + 4 + 1, pu1_mb_b, 4); in ih264e_code_luma_intra_macroblock_4x4()