Home
last modified time | relevance | path

Searched refs:au1_intra_luma_mb_8x8_modes (Results 1 – 3 of 3) sorted by relevance

/external/libavc/encoder/
Dih264e_intra_modes_eval.c671 u4_left_intra_8x8_mode = ps_proc->au1_intra_luma_mb_8x8_modes[b8-1]; in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff()
687 u4_top_intra_8x8_mode = ps_proc->au1_intra_luma_mb_8x8_modes[b8-2]; in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff()
719 ps_proc->au1_intra_luma_mb_8x8_modes[b8] = u4_best_intra_8x8_mode; in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff()
Dih264e_structs.h1710 UWORD8 au1_intra_luma_mb_8x8_modes[4]; member
Dih264e_process.c1042 memcpy(ps_proc->au1_left_mb_intra_modes, ps_proc->au1_intra_luma_mb_8x8_modes, 4); in ih264e_update_proc_ctxt()
1043 memcpy(pu1_top_mb_intra_modes, ps_proc->au1_intra_luma_mb_8x8_modes, 4); in ih264e_update_proc_ctxt()