Home
last modified time | relevance | path

Searched refs:prevTemp (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/cegui/cegui-0.8.7/cegui/src/
H A Dminibidi.cpp854 unsigned char prevTemp, nextTemp; in doShape() local
858 prevTemp = SU; in doShape()
868 prevTemp = STYPE(GETCHAR(line, j)); in doShape()
894 if(prevTemp == SD || prevTemp == SC) in doShape()
917 if(prevTemp == SD || prevTemp == SC) in doShape()
924 if(prevTemp == SD || prevTemp == SC) in doShape()
931 if(prevTemp == SD || prevTemp == SC) in doShape()
938 if(prevTemp == SD || prevTemp == SC) in doShape()
952 if((prevTemp == SD) || (prevTemp == SC)) in doShape()
/dports/comms/qsstv/qsstv/dsp/
H A Dfilter.cpp30 prevTemp=0; in init()
219 if(temp<500) temp=prevTemp; in processFIRDemod()
220 if(temp>2600) temp=prevTemp; in processFIRDemod()
221 prevTemp=temp; in processFIRDemod()
H A Dfilter.h55 FILTERPARAMTYPE prevTemp; variable
/dports/security/cryptlib/cryptlib-3.4.3/context/
H A Dctx_aes.c206 BYTE prevTemp[ AES_BLOCKSIZE + 8 ];
226 memcpy( prevTemp, temp, AES_BLOCKSIZE );
238 memcpy( temp, prevTemp, AES_BLOCKSIZE );
239 memcpy( prevTemp, tmpTemp, AES_BLOCKSIZE );
248 prevTemp, temp );
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/optflow/src/
H A Dsimpleflow.cpp389 Mat prevTemp, nextTemp; in calcOpticalFlowSingleScaleSF() local
390 copyMakeBorder(prev, prevTemp, radius, radius, radius, radius, BORDER_DEFAULT); in calcOpticalFlowSingleScaleSF()
405 …parallel_for_(range, CalcOpticalFlowSingleScaleSF<Vec3b, Vec2f>(prevTemp, nextTemp, mask, dst, rad… in calcOpticalFlowSingleScaleSF()
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Src/
H A Dth_map.h401 int prevTemp) const;
H A Dth_map.cpp1285 map_tile* pNode, int prevTemp) const { in thermal_neighbour()
1298 iNeighbourSum += pNeighbour->aiTemperature[prevTemp] * 4; in thermal_neighbour()
1310 iNeighbourSum += pNeighbour->aiTemperature[prevTemp] * 4; in thermal_neighbour()
1313 iNeighbourSum += pNeighbour->aiTemperature[prevTemp]; in thermal_neighbour()