Lines Matching defs:offset
658 int log2_denom, int weight, int offset, int w)
667 offset <<= log2_denom;
668 if(log2_denom) offset += 1<<(log2_denom-1);
671 temp[2] = offset;
707 int log2_denom, int weightd, int weights, int offset, int w)
716 offset = ((offset + 1) | 1) << log2_denom;
720 temp[3] = offset;
775 int log2_denom, int weight, int offset) \
777 weight_h264_W_altivec(block, stride, height, log2_denom, weight, offset, W); \
780 int log2_denom, int weightd, int weights, int offset) \
782 biweight_h264_W_altivec(dst, src, stride, height, log2_denom, weightd, weights, offset, W); \