Home
last modified time | relevance | path

Searched refs:next_frame (Results 1 – 14 of 14) sorted by relevance

/external/libvpx/vp8/encoder/
Dfirstpass.c108 static int lookup_next_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *next_frame) in lookup_next_frame_stats() argument
113 *next_frame = *cpi->stats_in; in lookup_next_frame_stats()
1197 FIRSTPASS_STATS next_frame; in define_gf_group() local
1235 vpx_memset(&next_frame, 0, sizeof(next_frame)); // assure clean in define_gf_group()
1259 double motion_pct = next_frame.pcnt_motion; in define_gf_group()
1270 if (EOF == vp8_input_stats(cpi, &next_frame)) in define_gf_group()
1274 mv_accumulator_rabs += fabs(next_frame.mvr_abs * motion_pct); in define_gf_group()
1275 mv_accumulator_cabs += fabs(next_frame.mvc_abs * motion_pct); in define_gf_group()
1278 this_frame_mv_in_out = next_frame.mv_in_out_count * next_frame.pcnt_motion; in define_gf_group()
1279 mv_in_out_accumulator += next_frame.mv_in_out_count * next_frame.pcnt_motion; in define_gf_group()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/audio/paudio/
DSDL_paudio.h45 float next_frame; member
55 #define next_frame (this->hidden->next_frame) macro
DSDL_paudio.c134 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()
/external/qemu/distrib/sdl-1.2.12/src/audio/esd/
DSDL_esdaudio.h45 float next_frame; member
55 #define next_frame (this->hidden->next_frame) macro
DSDL_esdaudio.c202 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()
/external/qemu/distrib/sdl-1.2.12/src/audio/bsd/
DSDL_bsdaudio.h45 float next_frame; member
56 #define next_frame (this->hidden->next_frame) macro
DSDL_bsdaudio.c151 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS; in OBSD_WaitAudio()
213 next_frame += frame_ticks; in OBSD_PlayAudio()
/external/qemu/distrib/sdl-1.2.12/src/audio/arts/
DSDL_artsaudio.h47 float next_frame; member
57 #define next_frame (this->hidden->next_frame) macro
DSDL_artsaudio.c218 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS; in ARTS_WaitAudio()
233 next_frame += frame_ticks; in ARTS_PlayAudio()
/external/qemu/distrib/sdl-1.2.12/src/audio/dma/
DSDL_dmaaudio.h46 float next_frame; member
57 #define next_frame (this->hidden->next_frame) macro
DSDL_dmaaudio.c159 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()
/external/libvpx/vp8/encoder/x86/
Dpreproc_mmx.c120 next_frame: in temp_filter_wmt()
137 jnz next_frame in temp_filter_wmt()
253 next_frame: in temp_filter_mmx()
270 jnz next_frame in temp_filter_mmx()
/external/qemu/distrib/sdl-1.2.12/src/audio/dsp/
DSDL_dspaudio.h51 #define next_frame (this->hidden->next_frame) macro
/external/chromium/net/websockets/
Dwebsocket.cc394 const char* next_frame = start_frame; in ProcessFrameData() local
395 const char* p = next_frame; in ProcessFrameData()
419 next_frame = p; in ProcessFrameData()
431 next_frame = p; in ProcessFrameData()
435 SkipReadBuffer(next_frame - start_frame); in ProcessFrameData()