Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Dforward_error_correction_internal.cc104 uint8_t comb_new_byte = 0; in ShiftFitSubMask() local
127 comb_new_byte = shift_right_curr_byte | shift_left_prev_byte; in ShiftFitSubMask()
130 packet_mask[pkt_mask_idx] = comb_new_byte; in ShiftFitSubMask()