Home
last modified time | relevance | path

Searched refs:op_scale2 (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264dsp_template.c31 #define op_scale2(x) dst[x] = av_clip_pixel( (src[x]*weights + dst[x]*weightd + offset) >> (log2_d… macro
73 op_scale2(0); \
74 op_scale2(1); \
76 op_scale2(2); \
77 op_scale2(3); \
79 op_scale2(4); \
80 op_scale2(5); \
81 op_scale2(6); \
82 op_scale2(7); \
84 op_scale2(8); \
[all …]
Ddiracdsp.c86 #define op_scale2(x) dst[x] = av_clip_uint8( (src[x]*weights + dst[x]*weightd + (1<<(log2_denom-1)… macro
105 op_scale2(x); \
106 op_scale2(x+1); \