HomeSort by relevance Sort by last modified time
    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