Lines Matching refs:patPhase
1189 uint32 patPhase, in RefBilinearRow16() argument
1202 uint32 count = kernCounts [patPhase]; in RefBilinearRow16()
1204 const int32 *offsets = kernOffsets [patPhase]; in RefBilinearRow16()
1205 const uint16 *weights = kernWeights [patPhase]; in RefBilinearRow16()
1207 if (++patPhase == patCount) in RefBilinearRow16()
1209 patPhase = 0; in RefBilinearRow16()
1237 uint32 patPhase, in RefBilinearRow32() argument
1250 uint32 count = kernCounts [patPhase]; in RefBilinearRow32()
1252 const int32 *offsets = kernOffsets [patPhase]; in RefBilinearRow32()
1253 const real32 *weights = kernWeights [patPhase]; in RefBilinearRow32()
1255 if (++patPhase == patCount) in RefBilinearRow32()
1257 patPhase = 0; in RefBilinearRow32()