op_put            205 libavcodec/h264chroma_template.c #define op_put(a, b) a = (((b) + 32)>>6)
op_put            535 libavcodec/h264qpel_template.c #define op_put(a, b)  a = CLIP(((b) + 16)>>5)
op_put            102 libavcodec/hpel_template.c #define op_put(a, b) a = b
op_put            331 libavcodec/hpeldsp.c #define op_put(a, b) a = b
op_put             75 libavcodec/pel_template.c #define op_put(a, b) a = b
op_put            216 libavcodec/qpel_template.c #define op_put(a, b) a = b
op_put            692 libavcodec/qpeldsp.c #define op_put(a, b)        a = cm[((b) + 16) >> 5]
op_put            256 libavcodec/rv30dsp.c #define op_put(a, b)  a = cm[b]
op_put            197 libavcodec/rv40dsp.c #define op_put(a, b)  a = cm[b]
op_put            376 libavcodec/rv40dsp.c #define op_put(a, b) a = ((b)>>6)
op_put            728 libavcodec/vc1dsp.c #define op_put(a, b) (a) = av_clip_uint8(b)