Searched refs:sumB (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/ |
D | h264qpel_template.c | 126 psumA, psumB, sumA, sumB; in PREFIX_h264_qpel16_h_lowpass_altivec() local 177 sumB = vec_sra(psumB, v5us); in PREFIX_h264_qpel16_h_lowpass_altivec() 179 sum = vec_packsu(sumA, sumB); in PREFIX_h264_qpel16_h_lowpass_altivec() 236 psumA, psumB, sumA, sumB, in PREFIX_h264_qpel16_v_lowpass_altivec() local 280 sumB = vec_sra(psumB, v5us); in PREFIX_h264_qpel16_v_lowpass_altivec() 282 sum = vec_packsu(sumA, sumB); in PREFIX_h264_qpel16_v_lowpass_altivec()
|
/third_party/ffmpeg/libavcodec/ |
D | wavpack.h | 93 int sumB; member
|
D | wavpackenc.c | 1128 dpp->sumA = dpp->sumB = 0; in decorr_stereo() 1160 dpp->sumB += dpp->weightB; in decorr_stereo() 1182 dpp->sumB += dpp->weightB; in decorr_stereo() 1204 dpp->sumB += dpp->weightB; in decorr_stereo() 1226 dpp->sumB += dpp->weightB; in decorr_stereo() 1262 dpp->sumB += dpp->weightB; in decorr_stereo() 1277 dpp->sumB += dpp->weightB; in decorr_stereo() 1299 dpp->sumB += dpp->weightB; in decorr_stereo() 1536 dppi->weightB = dp.weightB = dp.sumB / nb_samples; in decorr_stereo_buffer()
|
/third_party/skia/src/effects/imagefilters/ |
D | SkMatrixConvolutionImageFilter.cpp | 246 SkScalar sumA = 0, sumR = 0, sumG = 0, sumB = 0; in filterPixels() local 259 sumB += SkGetPackedB32(s) * k; in filterPixels() 267 int b = SkTPin(SkScalarFloorToInt(sumB * fGain + fBias), 0, a); in filterPixels()
|
/third_party/flutter/skia/src/effects/imagefilters/ |
D | SkMatrixConvolutionImageFilter.cpp | 277 SkScalar sumA = 0, sumR = 0, sumG = 0, sumB = 0; in filterPixels() local 290 sumB += SkGetPackedB32(s) * k; in filterPixels() 298 int b = SkClampMax(SkScalarFloorToInt(sumB * fGain + fBias), a); in filterPixels()
|
/third_party/ffmpeg/libpostproc/ |
D | postprocess_altivec_template.c | 696 const vector signed int sumB = vec_mergel(sump46, sump57); in dering_altivec() local 703 const vector signed int tB = vec_sl(vec_nor(zero, sumB), vuint32_16); in dering_altivec() 706 const vector signed int t2B = vec_or(sumB, tB); in dering_altivec()
|