Home
last modified time | relevance | path

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

/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()
149 memset(buf, 0, canvas_width * NUM_CHANNELS * canvas_height); in ZeroFillCanvas()
156 assert(width * NUM_CHANNELS <= buf_stride); in ZeroFillFrameRect()
157 buf += y_offset * buf_stride + x_offset * NUM_CHANNELS; in ZeroFillFrameRect()
159 memset(buf, 0, width * NUM_CHANNELS); in ZeroFillFrameRect()
168 memcpy(dst, src, width * NUM_CHANNELS * height); in CopyCanvas()
341 (iter.y_offset * width + iter.x_offset) * NUM_CHANNELS; in WebPAnimDecoderGetNext()
344 buf->stride = NUM_CHANNELS * width; in WebPAnimDecoderGetNext()
400 ZeroFillFrameRect(dec->prev_frame_disposed_, width * NUM_CHANNELS, in WebPAnimDecoderGetNext()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_point.c41 #define NUM_CHANNELS 4 macro
251 for (i = 0; i < NUM_CHANNELS; i++) { in setup_point_coefficients()
263 for (i = 0; i < NUM_CHANNELS; i++) { in setup_point_coefficients()
276 for (i = 0; i < NUM_CHANNELS; i++) in setup_point_coefficients()
Dlp_setup_line.c40 #define NUM_CHANNELS 4 macro
180 for (i = 0; i < NUM_CHANNELS; i++) in setup_line_coefficients()
185 for (i = 0; i < NUM_CHANNELS; i++) in setup_line_coefficients()
192 for (i = 0; i < NUM_CHANNELS; i++) in setup_line_coefficients()
198 for (i = 0; i < NUM_CHANNELS; i++) in setup_line_coefficients()
214 for (i = 0; i < NUM_CHANNELS; i++) in setup_line_coefficients()
Dlp_setup_tri.c42 #define NUM_CHANNELS 4 macro
87 unsigned input_array_sz = NUM_CHANNELS * (nr_inputs + 1) * sizeof(float); in lp_setup_alloc_triangle()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ppc.c1171 for( j = 0; j < NUM_CHANNELS; j++ ) { in emit_declaration()