Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/python/kernel_tests/
A 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,
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/demux/
A 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()
350 (iter.y_offset * width + iter.x_offset) * NUM_CHANNELS; in WebPAnimDecoderGetNext()
353 buf->stride = NUM_CHANNELS * width; in WebPAnimDecoderGetNext()
[all …]

Completed in 5 milliseconds