Searched refs:swizComp (Results 1 – 1 of 1) sorted by relevance
225 uint32_t swizComp = info.swizzle[c]; in Quantize() local230 src[swizComp] = FADD(FMUL(src[swizComp], VIMMED1(factor)), VIMMED1(0.5f)); in Quantize()231 src[swizComp] = VROUND(src[swizComp], C(_MM_FROUND_TO_ZERO)); in Quantize()232 src[swizComp] = FMUL(src[swizComp], VIMMED1(1.0f /factor)); in Quantize()