Searched refs:uc_lastByte (Results 1 – 1 of 1) sorted by relevance
371 UWORD8 uc_lastByte; in ih264d_rbsp_to_sodb() local380 uc_lastByte = ((ui_word << ((i - 1) << 3)) >> 24); in ih264d_rbsp_to_sodb()385 uc_lastByte = ((ui_word << 24) >> 24); in ih264d_rbsp_to_sodb()390 for(i = 0; (i < 8) && !CHECKBIT(uc_lastByte, i); ++i) in ih264d_rbsp_to_sodb()