Searched refs:diff (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-3.3/build/libraries/mtx/src/ |
| D | vec.c | 821 Vec diff; in C_VECSquareDistance() local 823 diff.x = a->x - b->x; in C_VECSquareDistance() 824 diff.y = a->y - b->y; in C_VECSquareDistance() 825 diff.z = a->z - b->z; in C_VECSquareDistance() 827 return (diff.x * diff.x) + (diff.y * diff.y) + (diff.z * diff.z); in C_VECSquareDistance()
|
| D | quat.c | 441 register f32 mag, rsqmag, diff, c_zero; in PSQUATNormalize() local 466 ps_sub diff, mag, epsilon in PSQUATNormalize() 474 ps_sel rsqmag, diff, rsqmag, c_zero in PSQUATNormalize()
|
| /RvlSDK-3.3/build/demos/thpdemo/src/THPPlayerStrmAX/ |
| D | THPPlayer.c | 999 s32 diff, frameNumber; in PlayControl() local 1031 diff = ActivePlayer.curVideoNumber - ActivePlayer.curAudioNumber; in PlayControl() 1034 if (diff <= 1) in PlayControl() 1090 diff = ActivePlayer.curVideoNumber - ActivePlayer.curAudioNumber; in PlayControl() 1093 if (diff <= 1) in PlayControl() 2031 u32 diff; in THPPlayerStreamUpdate() local 2042 diff = currentPosition - StreamInfo.lastPos; in THPPlayerStreamUpdate() 2052 diff = endAddr - StreamInfo.lastPos; in THPPlayerStreamUpdate() 2053 diff += currentPosition - startAddr; in THPPlayerStreamUpdate() 2056 StreamInfo.curSampleNum += diff; in THPPlayerStreamUpdate()
|
| /RvlSDK-3.3/build/demos/thpdemo/src/THPPlayer/ |
| D | THPPlayer.c | 1001 s32 diff, frameNumber; in PlayControl() local 1033 diff = ActivePlayer.curVideoNumber - ActivePlayer.curAudioNumber; in PlayControl() 1036 if (diff <= 1) in PlayControl() 1090 diff = ActivePlayer.curVideoNumber - ActivePlayer.curAudioNumber; in PlayControl() 1093 if (diff <= 1) in PlayControl()
|