Searched refs:next_frame (Results 1 – 13 of 13) sorted by relevance
45 float next_frame; member55 #define next_frame (this->hidden->next_frame) macro
134 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS; in Paud_WaitAudio()204 next_frame += frame_ticks; in Paud_PlayAudio()501 next_frame = SDL_GetTicks()+frame_ticks; in Paud_OpenAudio()
202 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS; in ESD_WaitAudio()222 next_frame += frame_ticks; in ESD_PlayAudio()308 next_frame = SDL_GetTicks()+frame_ticks; in ESD_OpenAudio()
45 float next_frame; member56 #define next_frame (this->hidden->next_frame) macro
151 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS; in OBSD_WaitAudio()213 next_frame += frame_ticks; in OBSD_PlayAudio()
47 float next_frame; member57 #define next_frame (this->hidden->next_frame) macro
232 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS; in ARTS_WaitAudio()247 next_frame += frame_ticks; in ARTS_PlayAudio()
46 float next_frame; member57 #define next_frame (this->hidden->next_frame) macro
159 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS; in DMA_WaitAudio()189 next_frame = SDL_GetTicks()+frame_ticks; in DMA_WaitAudio()209 next_frame += frame_ticks; in DMA_PlayAudio()437 next_frame = SDL_GetTicks()+frame_ticks; in DMA_OpenAudio()
86 static int lookup_next_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *next_frame) in lookup_next_frame_stats() argument91 *next_frame = *cpi->twopass.stats_in; in lookup_next_frame_stats()1412 static double get_prediction_decay_rate(VP8_COMP *cpi, FIRSTPASS_STATS *next_frame) in get_prediction_decay_rate() argument1416 double motion_pct = next_frame->pcnt_motion; in get_prediction_decay_rate()1419 prediction_decay_rate = next_frame->pcnt_inter; in get_prediction_decay_rate()1432 this_mv_rabs = fabs(next_frame->mvr_abs * motion_pct); in get_prediction_decay_rate()1433 this_mv_cabs = fabs(next_frame->mvc_abs * motion_pct); in get_prediction_decay_rate()1499 FIRSTPASS_STATS next_frame; in detect_flash() local1505 if ( read_frame_stats(cpi, &next_frame, offset) != EOF ) in detect_flash()1513 if ( (next_frame.pcnt_second_ref > next_frame.pcnt_inter) && in detect_flash()[all …]
51 #define next_frame (this->hidden->next_frame) macro
304 const char* next_frame = start_frame; in ProcessFrameData() local305 const char* p = next_frame; in ProcessFrameData()333 next_frame = p; in ProcessFrameData()374 next_frame = p; in ProcessFrameData()381 SkipReadBuffer(next_frame - start_frame); in ProcessFrameData()