Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dforward_error_correction.cc311 int new_mask_bytes = kMaskSizeLBitClear; in InsertZerosInBitMasks() local
313 new_mask_bytes = kMaskSizeLBitSet; in InsertZerosInBitMasks()
323 CopyColumn(new_mask, new_mask_bytes, packet_mask, num_mask_bytes, in InsertZerosInBitMasks()
337 InsertZeroColumns(zeros_to_insert, new_mask, new_mask_bytes, in InsertZerosInBitMasks()
341 CopyColumn(new_mask, new_mask_bytes, packet_mask, num_mask_bytes, in InsertZerosInBitMasks()
350 int new_byte_index = row * new_mask_bytes + new_bit_index / 8; in InsertZerosInBitMasks()
362 int new_mask_bytes, in InsertZeroColumns() argument
366 const int new_byte_index = row * new_mask_bytes + new_bit_index / 8; in InsertZeroColumns()
373 int new_mask_bytes, in CopyColumn() argument
382 int new_byte_index = row * new_mask_bytes + new_bit_index / 8; in CopyColumn()
Dforward_error_correction.h231 int new_mask_bytes, int num_fec_packets,
242 static void CopyColumn(uint8_t* new_mask, int new_mask_bytes,