OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCodeRateXORTable
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
fec_tables_xor.h
21
// Output is array
kCodeRateXORTable
[k], where k = rate_i*129 + loss_j;
24
static const unsigned char
kCodeRateXORTable
[kSizeCodeRateXORTable] = {
[
all
...]
media_opt_util.cc
322
codeRateDelta =
kCodeRateXORTable
[indexTable];
367
codeRateKey =
kCodeRateXORTable
[indexTableKey];
Completed in 52 milliseconds