Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dbin_encoder.cc101 uint32_t temp_length = 0; in grpc_chttp2_huffman_compress() local
116 temp_length += grpc_chttp2_huffsyms[sym].length; in grpc_chttp2_huffman_compress()
118 while (temp_length > 8) { in grpc_chttp2_huffman_compress()
119 temp_length -= 8; in grpc_chttp2_huffman_compress()
120 *out++ = static_cast<uint8_t>(temp >> temp_length); in grpc_chttp2_huffman_compress()
124 if (temp_length) { in grpc_chttp2_huffman_compress()
130 static_cast<uint8_t>(static_cast<uint8_t>(temp << (8u - temp_length)) | in grpc_chttp2_huffman_compress()
131 static_cast<uint8_t>(0xffu >> temp_length)); in grpc_chttp2_huffman_compress()
141 uint32_t temp_length; member
146 while (out->temp_length > 8) { in enc_flush_some()
[all …]
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dexpand.cc107 size_t temp_length = current_lag + overlap_length_; in Process() local
112 assert(expansion_vector_position + temp_length <= in Process()
116 sizeof(int16_t) * temp_length); in Process()
122 voiced_vector_storage, temp_length); in Process()
125 assert(expansion_vector_position + temp_length <= in Process()
127 assert(expansion_vector_position + temp_length <= in Process()
132 voiced_vector_storage, temp_length); in Process()
224 size_t temp_length = (parameters.current_voice_mix_factor - in Process() local
226 temp_length = std::min(temp_length, current_lag); in Process()
227 DspHelper::CrossFade(voiced_vector, unvoiced_vector, temp_length, in Process()
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp10056 glw::GLint temp_length = 0; in iterate() local
10083 &temp_length, DE_NULL); /* name */ in iterate()
10090 &temp_length, DE_NULL); /* name */ in iterate()
10111 &temp_length, DE_NULL); /* name */ in iterate()
10117 &temp_length, DE_NULL); /* name */ in iterate()