Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dproresdsp.c35 #define CLIP_12(x) (av_clip((x), CLIP_MIN, CLIP_MAX_12)) macro
51 dst[dst_offset + x] = CLIP_12(in[src_offset]); in put_pixel()

Completed in 1 milliseconds