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()
1040 ui2_top_rt_mask = (u1_use_top_right_mb << 3) | (0x5750); in ih264d_process_intra_mb()
1188 u1_use_top_right_mb = (!!CHECKBIT(ui2_top_rt_mask, u1_sub_mb_num)); in ih264d_process_intra_mb()
1289 if(u1_use_top_right_mb) in ih264d_process_intra_mb()
1396 ui2_top_rt_mask = (u1_use_top_right_mb << 1) | (0x4); in ih264d_process_intra_mb()
1581 u1_use_top_right_mb = (!!CHECKBIT(ui2_top_rt_mask, u1_sub_mb_num)); in ih264d_process_intra_mb()
1681 ngbr_avail |= u1_use_top_right_mb << 3; in ih264d_process_intra_mb()