Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_intra_modes_eval.c932 UWORD32 u4_top_intra_4x4_mode = DC_I4x4; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff() local
954u4_top_intra_4x4_mode = pu1_top_mb_intra_modes[u1_scan_order[12 + (u4_pix_x >> 2)]]; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff()
958 u4_top_intra_4x4_mode = pu1_top_mb_intra_modes[b8 + 2]; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff()
963u4_top_intra_4x4_mode = ps_proc->au1_intra_luma_mb_4x4_modes[u1_scan_order[(u4_pix_x >> 2) + u4_pi… in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff()
966 u4_estimated_intra_4x4_mode = MIN(u4_left_intra_4x4_mode, u4_top_intra_4x4_mode); in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff()
1238 UWORD32 u4_top_intra_4x4_mode = DC_I4x4; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton() local
1260u4_top_intra_4x4_mode = pu1_top_mb_intra_modes[u1_scan_order[12 + (u4_pix_x >> 2)]]; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton()
1264 u4_top_intra_4x4_mode = pu1_top_mb_intra_modes[b8 + 2]; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton()
1269u4_top_intra_4x4_mode = ps_proc->au1_intra_luma_mb_4x4_modes[u1_scan_order[(u4_pix_x >> 2) + u4_pi… in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton()
1272 u4_estimated_intra_4x4_mode = MIN(u4_left_intra_4x4_mode, u4_top_intra_4x4_mode); in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton()