Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dproresdsp.c34 #define CLIP_10(x) (av_clip((x), CLIP_MIN, CLIP_MAX_10)) macro
49 dst[dst_offset + x] = CLIP_10(in[src_offset]); in put_pixel()

Completed in 1 milliseconds