Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/northbridge/intel/i945/
H A 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()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/
H A 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
H A 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
/aosp_15_r20/external/ComputeLibrary/tests/validation/
H A 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
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A 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
H A 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
/aosp_15_r20/external/libopus/src/
H A Dopus_multistream_encoder.c235 opus_val16 channel_offset; in surround_analysis() local
685 opus_int32 channel_offset; in surround_rate_allocation() local
/aosp_15_r20/external/coreboot/src/northbridge/intel/sandybridge/
H A 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
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_vec4.cpp1996 unsigned channel_offset = lowered_width * n; in lower_simd_width() local
/aosp_15_r20/external/libaom/test/
H A Dcnn_test.cc94 int channel_offset = 0; in RunMultiOutCNNTest() local
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dwifilogger_event_defs.h196 u8 channel_offset; member
/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dwifilogger_event_defs.h200 u8 channel_offset; member
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h10347 int *pixel_data_size, size_t *channel_offset, in ComputeChannelLayout()
10855 size_t channel_offset = 0; in DecodeChunk() local
12189 size_t channel_offset = 0; in SaveEXRImageToMemory() local
12868 int channel_offset = 0; local
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/
H A Dbifrost_compile.c728 unsigned *channel_offset = channel ? (channel + i) : NULL; in bi_make_vec_to() local