Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
Dtest_packet_masks_metrics.cc329 int code_index) { in ComputeResidualLossPerGap() argument
336 code_params_[code_index].configuration_density[index]; in ComputeResidualLossPerGap()
351 int code_index) { in ComputeRecoveryRatePerLoss() argument
360 code_params_[code_index].configuration_density[index]; in ComputeRecoveryRatePerLoss()
387 int code_index) { in ComputeMetricsForCode() argument
393 int num_media_packets = code_params_[code_index].num_media_packets; in ComputeMetricsForCode()
394 int num_fec_packets = code_params_[code_index].num_fec_packets; in ComputeMetricsForCode()
481 code_params_[code_index].configuration_density[index]++; in ComputeMetricsForCode()
513 code_index); in ComputeMetricsForCode()
515 CopyMetrics(&kMetricsReedSolomon[code_index], metrics_code); in ComputeMetricsForCode()
[all …]
/external/v8/src/objects/
Djs-regexp.h79 static int code_index(bool is_latin1) { in code_index() function
/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderEncoder.cpp58 size_t code_index = static_cast<size_t>(code - 32); in GetAlphaNumericCode() local
59 if (code_index >= FX_ArraySize(g_alphaNumericTable)) in GetAlphaNumericCode()
61 return g_alphaNumericTable[code_index]; in GetAlphaNumericCode()
/external/webp/src/enc/
Dvp8l_enc.c694 int code_index) { in WriteHuffmanCode() argument
695 const int depth = code->code_lengths[code_index]; in WriteHuffmanCode()
696 const int symbol = code->codes[code_index]; in WriteHuffmanCode()
703 int code_index, in WriteHuffmanCodeWithExtraBits() argument
706 const int depth = code->code_lengths[code_index]; in WriteHuffmanCodeWithExtraBits()
707 const int symbol = code->codes[code_index]; in WriteHuffmanCodeWithExtraBits()
/external/v8/src/regexp/
Djsregexp.cc302 Object* compiled_code = re->DataAt(JSRegExp::code_index(is_one_byte)); in EnsureCompiledIrregexp()
318 Object* entry = re->DataAt(JSRegExp::code_index(is_one_byte)); in CompileIrregexp()
356 data->set(JSRegExp::code_index(is_one_byte), result.code); in CompileIrregexp()
397 return ByteArray::cast(re->get(JSRegExp::code_index(is_one_byte))); in IrregexpByteCode()
402 return Code::cast(re->get(JSRegExp::code_index(is_one_byte))); in IrregexpNativeCode()
/external/v8/src/builtins/
Dbuiltins-string-gen.cc1859 Node* code_index = ChangeUint32ToWord(char_code); in StringToArray() local
1860 TNode<Object> entry = LoadFixedArrayElement(CAST(cache), code_index); in StringToArray()
/external/v8/src/
Dcode-stub-assembler.cc6006 TNode<IntPtrT> code_index = Signed(ChangeUint32ToWord(code)); in StringFromSingleCharCode() local
6012 Node* entry = LoadFixedArrayElement(cache, code_index); in StringFromSingleCharCode()
6022 StoreFixedArrayElement(cache, code_index, result); in StringFromSingleCharCode()