Searched refs:ff_add_pixels_clamped (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Ddsputil_arm.c48 static void (*ff_add_pixels_clamped)(const DCTELEM *block, uint8_t *pixels, int line_size); variable
83 ff_add_pixels_clamped(block, dest, line_size);
93 ff_add_pixels_clamped(block, dest, line_size);
129 ff_add_pixels_clamped = c->add_pixels_clamped;

Completed in 88 milliseconds