Lines Matching refs:av_clip_pixel
54 dst[x] = av_clip_pixel(dst[x] + *res); in FUNC()
316 dst[x] = av_clip_pixel(src[x] + offset_table[src[x] >> shift]); in FUNC()
348 dst[x] = av_clip_pixel(src[x] + sao_offset_val[offset_val]); in FUNC()
375 dst[y * stride_dst] = av_clip_pixel(src[y * stride_src] + offset_val); in FUNC()
383 … dst[x * stride_dst + offset] = av_clip_pixel(src[x * stride_src + offset] + offset_val); in FUNC()
392 dst[x] = av_clip_pixel(src[x] + offset_val); in FUNC()
399 dst[x + y_stride_dst] = av_clip_pixel(src[x + y_stride_src] + offset_val); in FUNC()
425 dst[y * stride_dst] = av_clip_pixel(src[y * stride_src] + offset_val); in FUNC()
433 … dst[x * stride_dst + offset] = av_clip_pixel(src[x * stride_src + offset] + offset_val); in FUNC()
442 dst[x] = av_clip_pixel(src[x] + offset_val); in FUNC()
450 dst[x + y_stride_dst] = av_clip_pixel(src[x + y_stride_src] + offset_val); in FUNC()
547 dst[x] = av_clip_pixel(((src[x] << (14 - BIT_DEPTH)) + src2[x] + offset) >> shift); in FUNC()
572 dst[x] = av_clip_pixel((((src[x] << (14 - BIT_DEPTH)) * wx + offset) >> shift) + ox); in FUNC()
596 …dst[x] = av_clip_pixel(( (src[x] << (14 - BIT_DEPTH)) * wx1 + src2[x] * wx0 + (ox0 + ox1 + 1) * (1… in FUNC()
701 dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + offset) >> shift); in FUNC()
728 … dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift); in FUNC()
755 … dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + offset) >> shift); in FUNC()
783 …dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> sh… in FUNC()
824 dst[x] = av_clip_pixel(((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + offset) >> shift); in FUNC()
863 … dst[x] = av_clip_pixel(((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + src2[x] + offset) >> shift); in FUNC()
891 … dst[x] = av_clip_pixel((((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox); in FUNC()
917 dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 + in FUNC()
946 …dst[x] = av_clip_pixel((((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx + offset) >> shift)… in FUNC()
972 … dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 + in FUNC()
1015 … dst[x] = av_clip_pixel((((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx + offset) >> shift) + ox); in FUNC()
1053 dst[x] = av_clip_pixel(((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx1 + src2[x] * wx0 + in FUNC()
1152 dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + offset) >> shift); in FUNC()
1177 … dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift); in FUNC()
1203 … dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + offset) >> shift); in FUNC()
1228 …dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> sh… in FUNC()
1267 dst[x] = av_clip_pixel(((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + offset) >> shift); in FUNC()
1306 … dst[x] = av_clip_pixel(((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + src2[x] + offset) >> shift); in FUNC()
1332 … dst[x] = av_clip_pixel((((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox); in FUNC()
1357 dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 + in FUNC()
1384 …dst[x] = av_clip_pixel((((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx + offset) >> shift)… in FUNC()
1409 … dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 + in FUNC()
1450 … dst[x] = av_clip_pixel((((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx + offset) >> shift) + ox); in FUNC()
1488 dst[x] = av_clip_pixel(((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx1 + src2[x] * wx0 + in FUNC()
1593 P0 = av_clip_pixel(p0 + delta0); in FUNC()
1595 Q0 = av_clip_pixel(q0 - delta0); in FUNC()
1598 P1 = av_clip_pixel(p1 + deltap1); in FUNC()
1602 Q1 = av_clip_pixel(q1 + deltaq1); in FUNC()
1638 P0 = av_clip_pixel(p0 + delta0); in FUNC()
1640 Q0 = av_clip_pixel(q0 - delta0); in FUNC()