Home
last modified time | relevance | path

Searched defs:channel_offset (Results 1 – 12 of 12) sorted by relevance

/external/coreboot/src/northbridge/intel/i945/
Drcven.c13 static u32 sample_strobes(int channel_offset, struct sys_info *sysinfo) in sample_strobes()
52 static void set_receive_enable(int channel_offset, u8 medium, u8 coarse) in set_receive_enable()
88 static int normalize(int channel_offset, u8 *mediumcoarse, u8 *fine) in normalize()
110 static int find_preamble(int channel_offset, u8 *mediumcoarse, in find_preamble()
143 static int add_quarter_clock(int channel_offset, u8 *mediumcoarse, u8 *fine) in add_quarter_clock()
166 static int find_strobes_low(int channel_offset, u8 *mediumcoarse, u8 *fine, in find_strobes_low()
198 static int find_strobes_edge(int channel_offset, u8 *mediumcoarse, u8 *fine, in find_strobes_edge()
260 static int receive_enable_autoconfig(int channel_offset, struct sys_info *sysinfo) in receive_enable_autoconfig()
/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/
Dq8gemm_sparse.cc421 for (uint32_t n = 0, channel_offset = 0; n < nc(); variable
451 for (uint32_t n = 0, channel_offset = 0; n < nc(); variable
465 for (uint32_t n = 0, channel_offset = 0; n < nc(); variable
498 for (uint32_t n = 0, channel_offset = 0; n < nc(); variable
512 for (uint32_t n = 0, channel_offset = 0; n < nc(); variable
542 for (uint32_t n = 0, channel_offset = 0; n < nc(); variable
572 for (uint32_t n = 0, channel_offset = 0; n < nc(); variable
586 for (uint32_t n = 0, channel_offset = 0; n < nc(); variable
617 for (uint32_t n = 0, channel_offset = 0; n < nc(); variable
631 for (uint32_t n = 0, channel_offset = 0; n < nc(); variable
Dq8gemm.cc637 for (uint32_t n = 0, channel_offset = 0; n < nc(); variable
737 for (uint32_t n = 0, channel_offset = 0; n < nc(); variable
805 for (uint32_t n = 0, channel_offset = 0; n < nc(); variable
834 for (uint32_t n = 0, channel_offset = 0; n < nc(); variable
982 for (uint32_t n = 0, channel_offset = 0; n < nc(); variable
1012 for (uint32_t n = 0, channel_offset = 0; n < nc(); variable
/external/ComputeLibrary/tests/validation/
DValidation.cpp125 const size_t channel_offset = channel * channel_size; in check_border_element() local
196 const size_t channel_offset = channel * channel_size; in validate() local
/external/pytorch/aten/src/ATen/native/cuda/
DDilatedMaxPool2d.cu113 int channel_offset = threadIdx.x + channel_id * blockDim.x; in C10_LAUNCH_BOUNDS_1() local
227 int channel_offset = threadIdx.x + channel_id * blockDim.x; in C10_LAUNCH_BOUNDS_1() local
DAdaptiveAveragePooling.cu257 int channel_offset = threadIdx.x + channel_id * blockDim.x; in C10_LAUNCH_BOUNDS_1() local
374 int channel_offset = threadIdx.x + channel_id * blockDim.x; in C10_LAUNCH_BOUNDS_1() local
/external/libopus/src/
Dopus_multistream_encoder.c235 opus_val16 channel_offset; in surround_analysis() local
685 opus_int32 channel_offset; in surround_rate_allocation() local
/external/iamf_tools/iamf/cli/adm_to_user_metadata/adm/
Dwav_file_splicer.cc144 int channel_offset = 0; in FlushLfeNonLfeWavs() local
/external/coreboot/src/northbridge/intel/sandybridge/
Draminit_common.c1513 unsigned int channel_offset = get_precedening_channels(ctrl, channel) * 64; in fill_pattern0() local
1537 unsigned int channel_offset = get_precedening_channels(ctrl, channel) * 64; in fill_pattern1() local
/external/mesa3d/src/intel/compiler/elk/
Delk_vec4.cpp1998 unsigned channel_offset = lowered_width * n; in lower_simd_width() local
/external/libaom/test/
Dcnn_test.cc94 int channel_offset = 0; in RunMultiOutCNNTest() local
/external/mesa3d/src/panfrost/compiler/
Dbifrost_compile.c736 unsigned *channel_offset = channel ? (channel + i) : NULL; in bi_make_vec_to() local