Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/test/testFec/
Dtest_packet_masks_metrics.cc325 int code_index) { in ComputeResidualLossPerGap() argument
331 tot_num_configs += code_params_[code_index].configuration_density[index]; in ComputeResidualLossPerGap()
346 int code_index) { in ComputeRecoveryRatePerLoss() argument
355 code_params_[code_index].configuration_density[index]; in ComputeRecoveryRatePerLoss()
382 void ComputeMetricsForCode(CodeType code_type, int code_index) { in ComputeMetricsForCode() argument
388 int num_media_packets = code_params_[code_index].num_media_packets; in ComputeMetricsForCode()
389 int num_fec_packets = code_params_[code_index].num_fec_packets; in ComputeMetricsForCode()
474 code_params_[code_index].configuration_density[index]++; in ComputeMetricsForCode()
504 num_fec_packets, code_index); in ComputeMetricsForCode()
506 CopyMetrics(&kMetricsReedSolomon[code_index], metrics_code); in ComputeMetricsForCode()
[all …]
/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderEncoder.cpp64 size_t code_index = static_cast<size_t>(code - 32); in GetAlphaNumericCode() local
65 if (code_index >= FX_ArraySize(g_alphaNumericTable)) in GetAlphaNumericCode()
67 return g_alphaNumericTable[code_index]; in GetAlphaNumericCode()
/external/webp/src/enc/
Dvp8l_enc.c716 int code_index) { in WriteHuffmanCode() argument
717 const int depth = code->code_lengths[code_index]; in WriteHuffmanCode()
718 const int symbol = code->codes[code_index]; in WriteHuffmanCode()
725 int code_index, in WriteHuffmanCodeWithExtraBits() argument
728 const int depth = code->code_lengths[code_index]; in WriteHuffmanCodeWithExtraBits()
729 const int symbol = code->codes[code_index]; in WriteHuffmanCodeWithExtraBits()