Searched refs:tmv (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | tmv.c | 69 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 …]
|
D | Makefile | 544 OBJS-$(CONFIG_TMV_DEMUXER) += tmv.o
|
/third_party/boost/libs/multiprecision/test/ublas_interop/ |
D | test22.cpp | 29 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/ |
D | test22.cpp | 24 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/ |
D | video.mak | 318 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/ |
D | blas.hpp | 185 V & tmv (V &v, const M &m) in tmv() function
|
/third_party/ffmpeg/ |
D | BUILD.gn | 782 # "//third_party/ffmpeg/libavcodec/tmv.c", 1352 # "//third_party/ffmpeg/libavformat/tmv.c",
|
/third_party/ffmpeg/libavcodec/ |
D | Makefile | 666 OBJS-$(CONFIG_TMV_DECODER) += tmv.o cga_data.o
|