Lines Matching refs:log2_denom
658 int log2_denom, int weight, int offset, int w) in weight_h264_W_altivec() argument
667 offset <<= log2_denom; in weight_h264_W_altivec()
668 if(log2_denom) offset += 1<<(log2_denom-1); in weight_h264_W_altivec()
669 temp[0] = log2_denom; in weight_h264_W_altivec()
707 int log2_denom, int weightd, int weights, int offset, int w) in biweight_h264_W_altivec() argument
716 offset = ((offset + 1) | 1) << log2_denom; in biweight_h264_W_altivec()
717 temp[0] = log2_denom+1; in biweight_h264_W_altivec()
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); \