Home
last modified time | relevance | path

Searched refs:tmv (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavformat/
Dtmv.c69 TMVContext *tmv = s->priv_data; in tmv_read_header() local
90 tmv->audio_chunk_size = avio_rl16(pb); in tmv_read_header()
91 if (!tmv->audio_chunk_size) { in tmv_read_header()
105 tmv->video_chunk_size = char_cols * char_rows * 2; in tmv_read_header()
129 fps.den = tmv->audio_chunk_size; in tmv_read_header()
140 tmv->padding = in tmv_read_header()
141 ((tmv->video_chunk_size + tmv->audio_chunk_size + 511) & ~511) - in tmv_read_header()
142 (tmv->video_chunk_size + tmv->audio_chunk_size); in tmv_read_header()
144 vst->codecpar->bit_rate = ((tmv->video_chunk_size + tmv->padding) * in tmv_read_header()
152 TMVContext *tmv = s->priv_data; in tmv_read_packet() local
[all …]
DMakefile544 OBJS-$(CONFIG_TMV_DEMUXER) += tmv.o
/third_party/boost/libs/multiprecision/test/ublas_interop/
Dtest22.cpp29 ublas::blas_2::tmv(v1, m); in test()
33 ublas::blas_2::tmv(v1, ublas::trans(m)); in test()
38 ublas::blas_2::tmv(v1, ublas::herm(m)); in test()
/third_party/boost/libs/numeric/ublas/test/
Dtest22.cpp24 ublas::blas_2::tmv (v1, m); in test()
28 ublas::blas_2::tmv (v1, ublas::trans (m)); in test()
33 ublas::blas_2::tmv (v1, ublas::herm (m)); in test()
/third_party/ffmpeg/tests/fate/
Dvideo.mak318 FATE_VIDEO-$(call DEMDEC, TMV, TMV) += fate-tmv
319 fate-tmv: CMD = framecrc -i $(TARGET_SAMPLES)/tmv/pop-partial.tmv -pix_fmt rgb24 -vf scale -af ares…
/third_party/boost/boost/numeric/ublas/
Dblas.hpp185 V & tmv (V &v, const M &m) in tmv() function
/third_party/ffmpeg/
DBUILD.gn782 # "//third_party/ffmpeg/libavcodec/tmv.c",
1352 # "//third_party/ffmpeg/libavformat/tmv.c",
/third_party/ffmpeg/libavcodec/
DMakefile666 OBJS-$(CONFIG_TMV_DECODER) += tmv.o cga_data.o