Searched refs:NUM_CHANNELS (Results 1 – 5 of 5) sorted by relevance
24 #define NUM_CHANNELS 4 macro117 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()
41 #define NUM_CHANNELS 4 macro251 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()
40 #define NUM_CHANNELS 4 macro180 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()
42 #define NUM_CHANNELS 4 macro87 unsigned input_array_sz = NUM_CHANNELS * (nr_inputs + 1) * sizeof(float); in lp_setup_alloc_triangle()
1171 for( j = 0; j < NUM_CHANNELS; j++ ) { in emit_declaration()