Home
last modified time | relevance | path

Searched refs:start_frame (Results 1 – 10 of 10) sorted by relevance

/external/srec/srec/crec/
Dsrec_results.c366 frameID start_frame = MAXframeID; in srec_nbest_get_choice_info() local
379 start_frame = wtoken->end_time; in srec_nbest_get_choice_info()
380 start_cost = wtoken->cost + rec->accumulated_cost_offset[ start_frame]; in srec_nbest_get_choice_info()
394 if (start_frame != MAXframeID && end_frame != MAXframeID) in srec_nbest_get_choice_info()
396 num_speech_frames = (frameID)(end_frame - start_frame); in srec_nbest_get_choice_info()
408 for (i = start_frame + 1; i <= end_frame; i++) in srec_nbest_get_choice_info()
427 for (i = start_frame + 1; i <= end_frame; i++) in srec_nbest_get_choice_info()
Dsrec.c2356 void multi_srec_get_speech_bounds(multi_srec* recm, frameID* start_frame, frameID* end_frame) in multi_srec_get_speech_bounds() argument
2363 *start_frame = *end_frame = 0; in multi_srec_get_speech_bounds()
2377 if (*start_frame == 0) *start_frame = wtoken->end_time; in multi_srec_get_speech_bounds()
2385 *start_frame = wtoken->end_time; in multi_srec_get_speech_bounds()
/external/kernel-headers/original/linux/
Dusbdevice_fs.h103 int start_frame; member
137 compat_int_t start_frame; member
Dusb.h867 int start_frame; /* (modify) start frame (ISO) */ member
981 urb->start_frame = -1; in usb_fill_int_urb()
/external/libvpx/vp8/encoder/
Dtemporal_filter.c549 int start_frame = 0; in vp8cx_temp_filter_c() local
615 start_frame = (cpi->last_alt_ref_sei in vp8cx_temp_filter_c()
629 , start_frame); in vp8cx_temp_filter_c()
636 int which_buffer = start_frame - frame; in vp8cx_temp_filter_c()
Donyx_if.c4848 int start_frame = cpi->last_alt_ref_sei - 3; in vp8_get_compressed_data()
4854 if (start_frame < 0) in vp8_get_compressed_data()
4855 start_frame += cpi->oxcf.lag_in_frames; in vp8_get_compressed_data()
4858 … &cpi->src_buffer[start_frame].source_buffer, IF_RTCD(&cpi->rtcd.variance)); in vp8_get_compressed_data()
4867 … &cpi->src_buffer[start_frame].source_buffer, IF_RTCD(&cpi->rtcd.variance)); in vp8_get_compressed_data()
/external/chromium/net/websockets/
Dwebsocket.cc392 const char* start_frame = in ProcessFrameData() local
394 const char* next_frame = start_frame; in ProcessFrameData()
435 SkipReadBuffer(next_frame - start_frame); in ProcessFrameData()
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_cdrom.h142 int start_track, int start_frame, int ntracks, int nframes);
/external/srec/srec/include/
Dsrec.h335 void multi_srec_get_speech_bounds(multi_srec* rec, frameID* start_frame, frameID* end_frame);
/external/qemu/distrib/sdl-1.2.12/src/cdrom/qnx/
DSDL_syscdrom.c455 FRAMES_TO_MSF(start, &playtime.start_minute, &playtime.start_second, &playtime.start_frame); in SDL_SYS_CDPlay()