Home
last modified time | relevance | path

Searched refs:channel_size (Results 1 – 20 of 20) sorted by relevance

/external/u-boot/arch/x86/cpu/quark/
Dmrc.c140 mrc_params->channel_size[0] = 1 << dram_params[0].density; in mrc_adjust_params()
141 mrc_params->channel_size[0] *= (dram_width == X8) ? 2 : 1; in mrc_adjust_params()
142 mrc_params->channel_size[0] *= (rank_enables == 0x3) ? 2 : 1; in mrc_adjust_params()
143 mrc_params->channel_size[0] *= (channel_width == X16) ? 1 : 2; in mrc_adjust_params()
146 mrc_params->mem_size += mrc_params->channel_size[0] << 26; in mrc_adjust_params()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c210 canonical_format_from_bits(unsigned bits, unsigned channel_size) in canonical_format_from_bits() argument
214 if (channel_size == 8) in canonical_format_from_bits()
219 if (channel_size == 8) in canonical_format_from_bits()
221 if (channel_size == 16) in canonical_format_from_bits()
226 if (channel_size == 8) in canonical_format_from_bits()
228 if (channel_size == 16) in canonical_format_from_bits()
230 if (channel_size == 32) in canonical_format_from_bits()
235 if (channel_size == 16) in canonical_format_from_bits()
237 if (channel_size == 32) in canonical_format_from_bits()
242 if (channel_size == 32) in canonical_format_from_bits()
/external/grpc-grpc/test/cpp/end2end/
Dchannelz_service_test.cc174 EXPECT_GT(response.channel_size(), channel_idx); in GetChannelId()
213 EXPECT_EQ(response.channel_size(), 1); in TEST_F()
225 EXPECT_EQ(response.channel_size(), 0); in TEST_F()
292 EXPECT_EQ(response.channel_size(), kNumChannels); in TEST_F()
385 EXPECT_EQ(gtc_response.channel_size(), kNumChannels); in TEST_F()
386 for (int i = 0; i < gtc_response.channel_size(); ++i) { in TEST_F()
/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/
Dalts_zero_copy_grpc_protector_test.cc212 uint32_t channel_size = gsec_test_bias_random_uint32(static_cast<uint32_t>( in seal_unseal_large_buffer() local
215 while (var->protected_sb.length > channel_size) { in seal_unseal_large_buffer()
217 grpc_slice_buffer_move_first(&var->protected_sb, channel_size, in seal_unseal_large_buffer()
/external/pdfium/third_party/libopenjpeg20/
Djp2.c878 opj_free(color->jp2_pclr->channel_size); in opj_jp2_free_pclr()
1036 OPJ_BYTE *channel_size, *channel_sign; in opj_jp2_apply_pclr() local
1044 channel_size = color->jp2_pclr->channel_size; in opj_jp2_apply_pclr()
1102 new_comps[i].prec = channel_size[i]; in opj_jp2_apply_pclr()
1169 OPJ_BYTE *channel_size, *channel_sign; in opj_jp2_read_pclr() local
1217 channel_size = (OPJ_BYTE*) opj_malloc(nr_channels); in opj_jp2_read_pclr()
1218 if (!channel_size) { in opj_jp2_read_pclr()
1225 opj_free(channel_size); in opj_jp2_read_pclr()
1232 opj_free(channel_size); in opj_jp2_read_pclr()
1238 jp2_pclr->channel_size = channel_size; in opj_jp2_read_pclr()
[all …]
Djp2.h119 OPJ_BYTE *channel_size; member
/external/tensorflow/tensorflow/contrib/gan/python/estimator/python/
Dstargan_estimator_test.py274 channel_size = 3
277 [batch_size, img_size, img_size, channel_size], dtype=np.float32)
302 prediction_size=[batch_size, img_size, img_size, channel_size])
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_file_processor.cc162 static_cast<size_t>(msg.channel_size())); in HandleMessage()
164 for (int i = 0; i < msg.channel_size(); ++i) { in HandleMessage()
Ddebug_dump_test.cc359 ASSERT_GT(msg.channel_size(), 0); in OnReverseStreamEvent()
361 static_cast<size_t>(msg.channel_size())); in OnReverseStreamEvent()
365 for (int i = 0; i < msg.channel_size(); ++i) { in OnReverseStreamEvent()
Dunpack.cc115 } else if (msg.channel_size() > 0) { in do_main()
Dprocess_test.cc656 ASSERT_TRUE(msg.has_data() ^ (msg.channel_size() > 0)); in void_main()
662 for (int i = 0; i < msg.channel_size(); ++i) { in void_main()
Daudio_processing_unittest.cc1748 if (msg.channel_size() > 0) { in ProcessDebugDump()
1750 static_cast<size_t>(msg.channel_size())); in ProcessDebugDump()
1751 for (int i = 0; i < msg.channel_size(); ++i) { in ProcessDebugDump()
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dcore_test.py263 self.channel_size = 3
267 tensor = math_ops.range(0, self.x_size * self.channel_size * self.z_size *
270 tensor, [self.x_size, self.channel_size, self.z_size, self.probs_size])
403 1, self.x_size, 1, self.channel_size, self.z_size, self.probs_size,
420 [self.x_size, self.channel_size, 1, self.z_size, self.probs_size]),
604 [1, self.channel_size, self.probs_size]),
780 self.channel_probs_lt.tensor, [1, self.channel_size, self.probs_size])
Dops_test.py41 self.channel_size = 3
45 tensor = math_ops.range(0, self.x_size * self.channel_size * self.z_size *
48 tensor, [self.x_size, self.channel_size, self.z_size, self.probs_size])
252 new_dim_size = self.channel_size * self.z_size * self.probs_size
278 new_dim_size = self.channel_size * self.z_size * self.probs_size
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_impl.cc629 const size_t channel_size = in ProcessStream() local
633 msg->add_input_channel(src[i], channel_size); in ProcessStream()
644 const size_t channel_size = in ProcessStream() local
648 msg->add_output_channel(dest[i], channel_size); in ProcessStream()
898 const size_t channel_size = in AnalyzeReverseStreamLocked() local
902 msg->add_channel(src[i], channel_size); in AnalyzeReverseStreamLocked()
/external/u-boot/arch/x86/include/asm/arch-quark/
Dmrc.h143 uint32_t channel_size[NUM_CHANNELS]; member
/external/mesa3d/src/intel/compiler/
Dbrw_vec4.cpp590 const int src, const int size, const int channel_size, in set_push_constant_loc() argument
597 if (ALIGN(new_chans_used[dst], channel_size) + size <= 4) in set_push_constant_loc()
604 new_chan[src] = ALIGN(new_chans_used[dst], channel_size); in set_push_constant_loc()
605 new_chans_used[dst] = ALIGN(new_chans_used[dst], channel_size) + size; in set_push_constant_loc()
656 int channel_size = type_sz(inst->src[i].type) / 4; in pack_uniform_registers() local
664 unsigned used = MAX2(chans_used[reg], channel * channel_size); in pack_uniform_registers()
667 channel_sizes[reg] = MAX2(channel_sizes[reg], channel_size); in pack_uniform_registers()
672 channel_sizes[reg + 1] = MAX2(channel_sizes[reg + 1], channel_size); in pack_uniform_registers()
691 int channel_size = type_sz(inst->src[0].type) / 4; in pack_uniform_registers() local
694 channel_sizes[reg + i] = MAX2(channel_sizes[reg + i], channel_size); in pack_uniform_registers()
/external/mesa3d/src/mesa/main/
Dformat_parser.py399 def channel_size(self): member in Format
484 return _get_datatype(self.channel_type(), self.channel_size())
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_call_create.cc526 size_t channel_size = grpc_channel_stack_size( in BM_IsolatedFilter() local
529 static_cast<grpc_channel_stack*>(gpr_zalloc(channel_size)); in BM_IsolatedFilter()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc1674 const int channel_size = (data_format == "NHWC" ? 3 : 2); in TestConvertBiasAdd() local
1675 std::vector<CType> bias(channel_size); in TestConvertBiasAdd()
1676 for (int i = 0; i < channel_size; ++i) { in TestConvertBiasAdd()
1679 test->AddTestWeights<CType>("weights", {channel_size}, bias); in TestConvertBiasAdd()