Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/microfrontend/python/kernel_tests/
Daudio_microfrontend_op_test.py29 NUM_CHANNELS = 2 variable
51 num_channels=NUM_CHANNELS,
69 num_channels=NUM_CHANNELS,
90 num_channels=NUM_CHANNELS,
110 num_channels=NUM_CHANNELS,
132 num_channels=NUM_CHANNELS,
152 num_channels=NUM_CHANNELS,
/external/tensorflow/tensorflow/core/kernels/
Dreverse_op.cc44 template <typename T, int NUM_CHANNELS>
49 NUM_CHANNELS > 0 ? NUM_CHANNELS : input.dim_size(2); in ReverseRows()
93 template <typename T, int NUM_CHANNELS>
99 ReverseRows<uint8, NUM_CHANNELS>(context, input, result); in DoHandleReverseCase()
102 ReverseRows<uint16, NUM_CHANNELS>(context, input, result); in DoHandleReverseCase()
105 ReverseRows<uint32, NUM_CHANNELS>(context, input, result); in DoHandleReverseCase()
108 ReverseRows<uint64, NUM_CHANNELS>(context, input, result); in DoHandleReverseCase()
111 ReverseRows<complex128, NUM_CHANNELS>(context, input, result); in DoHandleReverseCase()
119 template <typename T, int NUM_CHANNELS>
/external/webp/src/demux/
Danim_decode.c24 #define NUM_CHANNELS 4 macro
117 dec->info_.canvas_width * NUM_CHANNELS, dec->info_.canvas_height); in WebPAnimDecoderNewInternal()
120 dec->info_.canvas_width * NUM_CHANNELS, dec->info_.canvas_height); in WebPAnimDecoderNewInternal()
147 (uint64_t)canvas_width * canvas_height * NUM_CHANNELS * sizeof(*buf); in ZeroFillCanvas()
157 assert(width * NUM_CHANNELS <= buf_stride); in ZeroFillFrameRect()
158 buf += y_offset * buf_stride + x_offset * NUM_CHANNELS; in ZeroFillFrameRect()
160 memset(buf, 0, width * NUM_CHANNELS); in ZeroFillFrameRect()
168 const uint64_t size = (uint64_t)width * height * NUM_CHANNELS; in CopyCanvas()
349 const uint32_t stride = width * NUM_CHANNELS; // at most 25 + 2 bits in WebPAnimDecoderGetNext()
351 (uint64_t)iter.x_offset * NUM_CHANNELS; // 53b in WebPAnimDecoderGetNext()
[all …]
/external/adhd/sound_card_init/dsm/src/
Dzero_player.rs152 const NUM_CHANNELS: usize = 2; constant
175 vec![0u8; Self::FRAMES_PER_BUFFER * Self::NUM_CHANNELS * Self::FORMAT.sample_bytes()]; in run()
183 Self::NUM_CHANNELS, in run()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_line.c42 #define NUM_CHANNELS 4 macro
183 for (i = 0; i < NUM_CHANNELS; i++) in setup_line_coefficients()
188 for (i = 0; i < NUM_CHANNELS; i++) in setup_line_coefficients()
195 for (i = 0; i < NUM_CHANNELS; i++) in setup_line_coefficients()
201 for (i = 0; i < NUM_CHANNELS; i++) in setup_line_coefficients()
217 for (i = 0; i < NUM_CHANNELS; i++) in setup_line_coefficients()
Dlp_setup_point.c43 #define NUM_CHANNELS 4 macro
263 for (i = 0; i < NUM_CHANNELS; i++) { in setup_point_coefficients()
275 for (i = 0; i < NUM_CHANNELS; i++) { in setup_point_coefficients()
288 for (i = 0; i < NUM_CHANNELS; i++) in setup_point_coefficients()
Dlp_setup_tri.c45 #define NUM_CHANNELS 4 macro
90 unsigned input_array_sz = NUM_CHANNELS * (nr_inputs + 1) * sizeof(float); in lp_setup_alloc_triangle()