Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_process_intra_mb.c724 UWORD8 u1_use_top_right_mb = BOOLEAN(uc_temp & TOP_RIGHT_MB_AVAILABLE_MASK); in ih264d_process_intra_mb() local
809 u1_use_top_right_mb = in ih264d_process_intra_mb()
810 u1_use_top_right_mb in ih264d_process_intra_mb()
1038 ui2_top_rt_mask = (u1_use_top_right_mb << 3) | (0x5750); in ih264d_process_intra_mb()
1184 u1_use_top_right_mb = (!!CHECKBIT(ui2_top_rt_mask, u1_sub_mb_num)); in ih264d_process_intra_mb()
1285 if(u1_use_top_right_mb) in ih264d_process_intra_mb()
1392 ui2_top_rt_mask = (u1_use_top_right_mb << 1) | (0x4); in ih264d_process_intra_mb()
1577 u1_use_top_right_mb = (!!CHECKBIT(ui2_top_rt_mask, u1_sub_mb_num)); in ih264d_process_intra_mb()
1675 ngbr_avail |= u1_use_top_right_mb << 3; in ih264d_process_intra_mb()