Searched refs:op_scale2 (Results 1 – 2 of 2) sorted by relevance
31 #define op_scale2(x) dst[x] = av_clip_pixel( (src[x]*weights + dst[x]*weightd + offset) >> (log2_d… macro73 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 …]
86 #define op_scale2(x) dst[x] = av_clip_uint8( (src[x]*weights + dst[x]*weightd + (1<<(log2_denom-1)… macro105 op_scale2(x); \106 op_scale2(x+1); \