Searched refs:kCompoundOffset (Results 1 – 11 of 11) sorted by relevance
49 res -= (bitdepth == 8) ? 0 : kCompoundOffset + kCompoundOffset; in AverageBlend_C()
196 sum += (bitdepth == 8) ? 0 : kCompoundOffset; in Warp_C()247 sum += (bitdepth == 8) ? 0 : kCompoundOffset; in Warp_C()414 sum += (bitdepth == 8) ? 0 : kCompoundOffset; in Warp_C()
46 kCompoundOffset = (1 << 14) + (1 << 13), enumerator
51 res -= (bitdepth == 8) ? 0 : kCompoundOffset * 16; in DistanceWeightedBlend_C()
216 sum += (bitdepth == 8) ? 0 : kCompoundOffset; in ConvolveCompoundScale2D_C()295 sum += (bitdepth == 8) ? 0 : kCompoundOffset; in ConvolveCompound2D_C()555 sum += (bitdepth == 8) ? 0 : kCompoundOffset; in ConvolveCompoundHorizontal_C()603 sum += (bitdepth == 8) ? 0 : kCompoundOffset; in ConvolveCompoundVertical_C()
73 res -= (bitdepth == 8) ? 0 : kCompoundOffset; in MaskBlend_C()
194 vdupq_n_s32(static_cast<int32_t>(kCompoundOffset + kCompoundOffset)); in AverageBlend_NEON()
204 const int32x4_t offset = vdupq_n_s32(kCompoundOffset * 16); in ComputeWeightedAverage8()220 const int32x4_t offset = vdupq_n_s32(kCompoundOffset * 16); in ComputeWeightedAverage8()
194 _mm_set1_epi32(kCompoundOffset + kCompoundOffset); in AverageBlend10bpp_SSE4_1()
556 const __m128i offset = _mm_set1_epi32(kCompoundOffset); in MaskBlend10bpp4x4_SSE4_1()597 const __m128i offset = _mm_set1_epi32(kCompoundOffset); in MaskBlend10bpp4xH_SSE4_1()674 const __m128i offset = _mm_set1_epi32(kCompoundOffset); in MaskBlend10bpp_SSE4_1()
233 (1 << ((kInterPostRoundBit + 4) - 1)) - (kCompoundOffset << 4); in ComputeWeightedAverage8()