Home
last modified time | relevance | path

Searched refs:nzpts (Results 1 – 2 of 2) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/
H A D3dTstat.c927 int meth_index, ii , out_index, nzpts, onset, offset, duration; in STATS_tsfunc() local
1306 nzpts = 0; in STATS_tsfunc()
1310 nzpts++; in STATS_tsfunc()
1314 val[out_index] = sum / nzpts; in STATS_tsfunc()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Dogg.c1452 … ogg_int64_t nzpts = Oggseek_GranuleToAbsTimestamp( p_stream, p_oggpacket->granulepos, true ); in Ogg_DecodePacket() local
1454 p_block->i_pts = ( nzpts > VLC_TS_INVALID ) ? VLC_TS_0 + nzpts : nzpts; in Ogg_DecodePacket()