av_clip_pixel 30 libavcodec/h264dsp_template.c #define op_scale1(x) block[x] = av_clip_pixel( (block[x]*weight + offset) >> log2_denom ) av_clip_pixel 31 libavcodec/h264dsp_template.c #define op_scale2(x) dst[x] = av_clip_pixel( (src[x]*weights + dst[x]*weightd + offset) >> (log2_denom+1)) av_clip_pixel 145 libavcodec/h264dsp_template.c pix[-xstride] = av_clip_pixel( p0 + i_delta ); /* p0' */ av_clip_pixel 146 libavcodec/h264dsp_template.c pix[0] = av_clip_pixel( q0 - i_delta ); /* q0' */ av_clip_pixel 257 libavcodec/h264dsp_template.c pix[-xstride] = av_clip_pixel( p0 + delta ); /* p0' */ av_clip_pixel 258 libavcodec/h264dsp_template.c pix[0] = av_clip_pixel( q0 - delta ); /* q0' */ av_clip_pixel 60 libavcodec/h264idct_template.c dst[i + 0*stride]= av_clip_pixel(dst[i + 0*stride] + ((z0 + z3) >> 6)); av_clip_pixel 61 libavcodec/h264idct_template.c dst[i + 1*stride]= av_clip_pixel(dst[i + 1*stride] + ((z1 + z2) >> 6)); av_clip_pixel 62 libavcodec/h264idct_template.c dst[i + 2*stride]= av_clip_pixel(dst[i + 2*stride] + ((z1 - z2) >> 6)); av_clip_pixel 63 libavcodec/h264idct_template.c dst[i + 3*stride]= av_clip_pixel(dst[i + 3*stride] + ((z0 - z3) >> 6)); av_clip_pixel 130 libavcodec/h264idct_template.c dst[i + 0*stride] = av_clip_pixel( dst[i + 0*stride] + ((b0 + b7) >> 6) ); av_clip_pixel 131 libavcodec/h264idct_template.c dst[i + 1*stride] = av_clip_pixel( dst[i + 1*stride] + ((b2 + b5) >> 6) ); av_clip_pixel 132 libavcodec/h264idct_template.c dst[i + 2*stride] = av_clip_pixel( dst[i + 2*stride] + ((b4 + b3) >> 6) ); av_clip_pixel 133 libavcodec/h264idct_template.c dst[i + 3*stride] = av_clip_pixel( dst[i + 3*stride] + ((b6 + b1) >> 6) ); av_clip_pixel 134 libavcodec/h264idct_template.c dst[i + 4*stride] = av_clip_pixel( dst[i + 4*stride] + ((b6 - b1) >> 6) ); av_clip_pixel 135 libavcodec/h264idct_template.c dst[i + 5*stride] = av_clip_pixel( dst[i + 5*stride] + ((b4 - b3) >> 6) ); av_clip_pixel 136 libavcodec/h264idct_template.c dst[i + 6*stride] = av_clip_pixel( dst[i + 6*stride] + ((b2 - b5) >> 6) ); av_clip_pixel 137 libavcodec/h264idct_template.c dst[i + 7*stride] = av_clip_pixel( dst[i + 7*stride] + ((b0 - b7) >> 6) ); av_clip_pixel 154 libavcodec/h264idct_template.c dst[i] = av_clip_pixel( dst[i] + dc ); av_clip_pixel 169 libavcodec/h264idct_template.c dst[i] = av_clip_pixel( dst[i] + dc ); av_clip_pixel 55 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(dst[x] + *coeffs); av_clip_pixel 138 libavcodec/hevcdsp_template.c (dst) = av_clip_pixel((dst) + av_clip_int16(((x) + add) >> shift)) av_clip_pixel 322 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(src[x] + offset_table[src[x] >> shift]); av_clip_pixel 354 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(src[x] + sao_offset_val[offset_val]); av_clip_pixel 381 libavcodec/hevcdsp_template.c dst[y * stride_dst] = av_clip_pixel(src[y * stride_src] + offset_val); av_clip_pixel 389 libavcodec/hevcdsp_template.c dst[x * stride_dst + offset] = av_clip_pixel(src[x * stride_src + offset] + offset_val); av_clip_pixel 398 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(src[x] + offset_val); av_clip_pixel 405 libavcodec/hevcdsp_template.c dst[x + y_stride_dst] = av_clip_pixel(src[x + y_stride_src] + offset_val); av_clip_pixel 431 libavcodec/hevcdsp_template.c dst[y * stride_dst] = av_clip_pixel(src[y * stride_src] + offset_val); av_clip_pixel 439 libavcodec/hevcdsp_template.c dst[x * stride_dst + offset] = av_clip_pixel(src[x * stride_src + offset] + offset_val); av_clip_pixel 448 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(src[x] + offset_val); av_clip_pixel 456 libavcodec/hevcdsp_template.c dst[x + y_stride_dst] = av_clip_pixel(src[x + y_stride_src] + offset_val); av_clip_pixel 553 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((src[x] << (14 - BIT_DEPTH)) + src2[x] + offset) >> shift); av_clip_pixel 578 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel((((src[x] << (14 - BIT_DEPTH)) * wx + offset) >> shift) + ox); av_clip_pixel 602 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(( (src[x] << (14 - BIT_DEPTH)) * wx1 + src2[x] * wx0 + ((ox0 + ox1 + 1) << log2Wd)) >> (log2Wd + 1)); av_clip_pixel 707 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + offset) >> shift); av_clip_pixel 734 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift); av_clip_pixel 761 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + offset) >> shift); av_clip_pixel 789 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift); av_clip_pixel 830 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + offset) >> shift); av_clip_pixel 869 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + src2[x] + offset) >> shift); av_clip_pixel 897 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel((((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox); av_clip_pixel 923 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 + av_clip_pixel 952 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel((((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox); av_clip_pixel 978 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 + av_clip_pixel 1021 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel((((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx + offset) >> shift) + ox); av_clip_pixel 1059 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx1 + src2[x] * wx0 + av_clip_pixel 1158 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + offset) >> shift); av_clip_pixel 1183 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift); av_clip_pixel 1209 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + offset) >> shift); av_clip_pixel 1234 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift); av_clip_pixel 1273 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + offset) >> shift); av_clip_pixel 1312 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + src2[x] + offset) >> shift); av_clip_pixel 1338 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel((((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox); av_clip_pixel 1363 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 + av_clip_pixel 1390 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel((((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox); av_clip_pixel 1415 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 + av_clip_pixel 1456 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel((((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx + offset) >> shift) + ox); av_clip_pixel 1494 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx1 + src2[x] * wx0 + av_clip_pixel 1597 libavcodec/hevcdsp_template.c P0 = av_clip_pixel(p0 + delta0); av_clip_pixel 1599 libavcodec/hevcdsp_template.c Q0 = av_clip_pixel(q0 - delta0); av_clip_pixel 1602 libavcodec/hevcdsp_template.c P1 = av_clip_pixel(p1 + deltap1); av_clip_pixel 1606 libavcodec/hevcdsp_template.c Q1 = av_clip_pixel(q1 + deltaq1); av_clip_pixel 1642 libavcodec/hevcdsp_template.c P0 = av_clip_pixel(p0 + delta0); av_clip_pixel 1644 libavcodec/hevcdsp_template.c Q0 = av_clip_pixel(q0 - delta0); av_clip_pixel 477 libavcodec/hevcpred_template.c POS(0, y) = av_clip_pixel(top[0] + ((left[y] - left[-1]) >> 1)); av_clip_pixel 504 libavcodec/hevcpred_template.c POS(x, 0) = av_clip_pixel(left[0] + ((top[x ] - top[-1]) >> 1)); av_clip_pixel 505 libavcodec/hevcpred_template.c POS(x + 1, 0) = av_clip_pixel(left[0] + ((top[x + 1] - top[-1]) >> 1)); av_clip_pixel 506 libavcodec/hevcpred_template.c POS(x + 2, 0) = av_clip_pixel(left[0] + ((top[x + 2] - top[-1]) >> 1)); av_clip_pixel 507 libavcodec/hevcpred_template.c POS(x + 3, 0) = av_clip_pixel(left[0] + ((top[x + 3] - top[-1]) >> 1)); av_clip_pixel 246 libavcodec/simple_idct_template.c dest[0] = av_clip_pixel((a0 + b0) >> COL_SHIFT); av_clip_pixel 248 libavcodec/simple_idct_template.c dest[0] = av_clip_pixel((a1 + b1) >> COL_SHIFT); av_clip_pixel 250 libavcodec/simple_idct_template.c dest[0] = av_clip_pixel((a2 + b2) >> COL_SHIFT); av_clip_pixel 252 libavcodec/simple_idct_template.c dest[0] = av_clip_pixel((a3 + b3) >> COL_SHIFT); av_clip_pixel 254 libavcodec/simple_idct_template.c dest[0] = av_clip_pixel((a3 - b3) >> COL_SHIFT); av_clip_pixel 256 libavcodec/simple_idct_template.c dest[0] = av_clip_pixel((a2 - b2) >> COL_SHIFT); av_clip_pixel 258 libavcodec/simple_idct_template.c dest[0] = av_clip_pixel((a1 - b1) >> COL_SHIFT); av_clip_pixel 260 libavcodec/simple_idct_template.c dest[0] = av_clip_pixel((a0 - b0) >> COL_SHIFT); av_clip_pixel 270 libavcodec/simple_idct_template.c dest[0] = av_clip_pixel(dest[0] + ((a0 + b0) >> COL_SHIFT)); av_clip_pixel 272 libavcodec/simple_idct_template.c dest[0] = av_clip_pixel(dest[0] + ((a1 + b1) >> COL_SHIFT)); av_clip_pixel 274 libavcodec/simple_idct_template.c dest[0] = av_clip_pixel(dest[0] + ((a2 + b2) >> COL_SHIFT)); av_clip_pixel 276 libavcodec/simple_idct_template.c dest[0] = av_clip_pixel(dest[0] + ((a3 + b3) >> COL_SHIFT)); av_clip_pixel 278 libavcodec/simple_idct_template.c dest[0] = av_clip_pixel(dest[0] + ((a3 - b3) >> COL_SHIFT)); av_clip_pixel 280 libavcodec/simple_idct_template.c dest[0] = av_clip_pixel(dest[0] + ((a2 - b2) >> COL_SHIFT)); av_clip_pixel 282 libavcodec/simple_idct_template.c dest[0] = av_clip_pixel(dest[0] + ((a1 - b1) >> COL_SHIFT)); av_clip_pixel 284 libavcodec/simple_idct_template.c dest[0] = av_clip_pixel(dest[0] + ((a0 - b0) >> COL_SHIFT));