Home | History | Annotate | Download | only in codec

Lines Matching refs:FX_Alloc

142     d0 = r = FX_Alloc(int, (size_t)max);

143 d1 = g = FX_Alloc(int, (size_t)max);
144 d2 = b = FX_Alloc(int, (size_t)max);
176 d0 = r = FX_Alloc(int, (size_t)max);
177 d1 = g = FX_Alloc(int, (size_t)max);
178 d2 = b = FX_Alloc(int, (size_t)max);
229 d0 = r = FX_Alloc(int, (size_t)max);
230 d1 = g = FX_Alloc(int, (size_t)max);
231 d2 = b = FX_Alloc(int, (size_t)max);
379 in = inbuf = FX_Alloc(unsigned char, nr_samples);
380 out = outbuf = FX_Alloc(unsigned char, nr_samples);
404 in = inbuf = FX_Alloc(unsigned short, nr_samples);
405 out = outbuf = FX_Alloc(unsigned short, nr_samples);
430 in = inbuf = FX_Alloc(unsigned char, nr_samples);
431 out = outbuf = FX_Alloc(unsigned char, nr_samples);
439 image->comps[1].data = FX_Alloc(int, (size_t)max);
441 image->comps[2].data = FX_Alloc(int, (size_t)max);
517 red = FX_Alloc(int, max);
519 green = FX_Alloc(int, max);
521 blue = FX_Alloc(int, max);
687 channel_bufs = FX_Alloc(FX_BYTE*, image->numcomps);
691 adjust_comps = FX_Alloc(int, image->numcomps);