OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:old_bit_index
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
forward_error_correction.h
235
// |
old_bit_index
| in |old_mask| to the right most column of the byte pointed
245
int
old_bit_index
);
forward_error_correction.cc
326
int
old_bit_index
= 1;
local
342
num_fec_packets, new_bit_index,
old_bit_index
);
344
++
old_bit_index
;
374
int
old_bit_index
) {
379
int old_byte_index = row * old_mask_bytes +
old_bit_index
/ 8;
[
all
...]
Completed in 65 milliseconds