Home
last modified time | relevance | path

Searched refs:tbn (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/speex/tmv/
H A Dkiss_fftr_tm.h140 register int tbk, tbn; in kiss_fftri() local
152 TM_SUB (tbn, fek, fok); in kiss_fftri()
153 TM_NEGMSB(tbn, tbn); in kiss_fftri()
156 st32d(i<<2, tmpbuf, tbn); in kiss_fftri()
/third_party/ffmpeg/libavformat/
H A Ddump.c574 int tbn = st->time_base.den && st->time_base.num; in dump_stream_format() local
576 if (fps || tbr || tbn) in dump_stream_format()
580 print_fps(av_q2d(st->avg_frame_rate), tbr || tbn ? "fps, " : "fps"); in dump_stream_format()
582 print_fps(av_q2d(st->r_frame_rate), tbn ? "tbr, " : "tbr"); in dump_stream_format()
583 if (tbn) in dump_stream_format()
584 print_fps(1 / av_q2d(st->time_base), "tbn"); in dump_stream_format()

Completed in 2 milliseconds