Searched refs:bit_idx (Results 1 – 3 of 3) sorted by relevance
2128 WORD32 x, y, bit_idx, is_gt8bit = 0, gt8bit_mul; in ihevce_calc_CRC() local2147 for(bit_idx = 0; bit_idx < 8; bit_idx++) in ihevce_calc_CRC()2150 u4_crc_val, pu_buf[y * (y_strd * gt8bit_mul) + (x * gt8bit_mul)], bit_idx); in ihevce_calc_CRC()2155 for(bit_idx = 0; bit_idx < 8; bit_idx++) in ihevce_calc_CRC()2160 bit_idx); in ihevce_calc_CRC()2166 for(bit_idx = 0; bit_idx < 16; bit_idx++) in ihevce_calc_CRC()2187 for(bit_idx = 0; bit_idx < 8; bit_idx++) in ihevce_calc_CRC()2192 bit_idx); in ihevce_calc_CRC()2196 bit_idx); in ihevce_calc_CRC()2201 for(bit_idx = 0; bit_idx < 8; bit_idx++) in ihevce_calc_CRC()[all …]
48 #define CALC_CRC_BIT_LEVEL(u4_crc_val, u1_cur_val, bit_idx) \ argument52 u4_bit_val = (u1_cur_val >> (7 - bit_idx)) & 1; \
555 for (uint16_t bit_idx = 0; bit_idx < 8; ++bit_idx) { in InsertFECPacket() local556 if (packet_mask & (1 << (7 - bit_idx))) { in InsertFECPacket()561 static_cast<uint16_t>(seq_num_base + (byte_idx << 3) + bit_idx); in InsertFECPacket()