Home
last modified time | relevance | path

Searched refs:codec_id (Results 1 – 25 of 5260) sorted by relevance

12345678910>>...211

/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/main/acm2/
H A Dacm_codec_database.cc209 if ((codec_id < 0) || (codec_id >= kNumCodecs)) {
235 if (codec_id == -1) {
247 return codec_id;
253 return codec_id;
281 *mirror_id = codec_id;
287 return codec_id;
368 return codec_id;
375 if (codec_id < 0 || codec_id >= kNumCodecs) {
385 if (codec_id < 0 || codec_id >= kNumCodecs) {
403 return codec_id;
[all …]
H A Dcodec_manager.cc51 if (codec_id < 0) { in IsValidSendCodec()
101 return codec_id; in IsValidSendCodec()
168 if (codec_id < 0) { in RegisterSendCodec()
270 if (mirror_id != codec_id) { in RegisterSendCodec()
271 codecs_[codec_id] = codecs_[mirror_id]; in RegisterSendCodec()
328 current_encoder_ = codecs_[codec_id]; in RegisterSendCodec()
338 if (mirror_id != codec_id) { in RegisterSendCodec()
451 if (codec_id < 0 || codec_id >= ACMCodecDB::kNumCodecs) { in RegisterReceiveCodec()
576 if (ACMCodecDB::OwnsDecoder(codec_id)) { in GetAudioDecoder()
595 if (mirror_id != codec_id) { in GetAudioDecoder()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/base/
H A Daudio_codecs.cc60 AudioCodec StringToAudioCodec(const std::string& codec_id) { in StringToAudioCodec() argument
61 if (codec_id == "aac") in StringToAudioCodec()
63 if (codec_id == "ac-3" || codec_id == "mp4a.A5" || codec_id == "mp4a.a5") in StringToAudioCodec()
65 if (codec_id == "ec-3" || codec_id == "mp4a.A6" || codec_id == "mp4a.a6") in StringToAudioCodec()
67 if (codec_id == "mp3" || codec_id == "mp4a.69" || codec_id == "mp4a.6B") in StringToAudioCodec()
69 if (codec_id == "alac") in StringToAudioCodec()
71 if (codec_id == "flac") in StringToAudioCodec()
73 if (base::StartsWith(codec_id, "mhm1.", base::CompareCase::SENSITIVE) || in StringToAudioCodec()
74 base::StartsWith(codec_id, "mha1.", base::CompareCase::SENSITIVE)) { in StringToAudioCodec()
77 if (codec_id == "opus") in StringToAudioCodec()
[all …]
H A Dvideo_codecs.cc299 if (codec_id == "vp9" || codec_id == "vp9.0") { in ParseLegacyVp9CodecID()
523 if (codec_id.size() != 11 || in ParseAVCCodecId()
650 return codec_id; in TranslateLegacyAvc1CodecIds()
748 << "codec id " << codec_id; in ParseHEVCCodecId()
780 if (!IsDolbyVisionAVCCodecId(codec_id) && in ParseDolbyVisionCodecId()
781 !IsDolbyVisionHEVCCodecId(codec_id)) { in ParseDolbyVisionCodecId()
791 if (codec_id.size() > kMaxDvCodecIdLength) { in ParseDolbyVisionCodecId()
819 if (!IsDolbyVisionAVCCodecId(codec_id)) { in ParseDolbyVisionCodecId()
878 void ParseCodec(const std::string& codec_id, in ParseCodec() argument
890 if (codec_id == "vp8" || codec_id == "vp8.0") { in ParseCodec()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/base/
H A Daudio_codecs.cc61 AudioCodec StringToAudioCodec(const std::string& codec_id) { in StringToAudioCodec() argument
62 if (codec_id == "aac") in StringToAudioCodec()
64 if (codec_id == "ac-3" || codec_id == "mp4a.A5" || codec_id == "mp4a.a5") in StringToAudioCodec()
66 if (codec_id == "ec-3" || codec_id == "mp4a.A6" || codec_id == "mp4a.a6") in StringToAudioCodec()
68 if (codec_id == "mp3" || codec_id == "mp4a.69" || codec_id == "mp4a.6B") in StringToAudioCodec()
70 if (codec_id == "alac") in StringToAudioCodec()
72 if (codec_id == "flac") in StringToAudioCodec()
74 if (base::StartsWith(codec_id, "mhm1.", base::CompareCase::SENSITIVE) || in StringToAudioCodec()
75 base::StartsWith(codec_id, "mha1.", base::CompareCase::SENSITIVE)) { in StringToAudioCodec()
78 if (codec_id == "opus") in StringToAudioCodec()
[all …]
H A Dvideo_codecs.cc253 if (codec_id == "vp9" || codec_id == "vp9.0") { in ParseLegacyVp9CodecID()
266 bool ParseAv1CodecId(const std::string& codec_id, in ParseAv1CodecId() argument
477 if (codec_id.size() != 11 || in ParseAVCCodecId()
604 return codec_id; in TranslateLegacyAvc1CodecIds()
702 << "codec id " << codec_id; in ParseHEVCCodecId()
734 if (!IsDolbyVisionAVCCodecId(codec_id) && in ParseDolbyVisionCodecId()
735 !IsDolbyVisionHEVCCodecId(codec_id)) { in ParseDolbyVisionCodecId()
745 if (codec_id.size() > kMaxDvCodecIdLength) { in ParseDolbyVisionCodecId()
773 if (!IsDolbyVisionAVCCodecId(codec_id)) { in ParseDolbyVisionCodecId()
833 if (codec_id == "vp8" || codec_id == "vp8.0") in StringToVideoCodec()
[all …]
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dlibav.c73 codec_id = AV_CODEC_ID_H264; in streaming_component_type2codec_id()
79 codec_id = AV_CODEC_ID_VP8; in streaming_component_type2codec_id()
82 codec_id = AV_CODEC_ID_VP9; in streaming_component_type2codec_id()
85 codec_id = AV_CODEC_ID_HEVC; in streaming_component_type2codec_id()
88 codec_id = AV_CODEC_ID_AC3; in streaming_component_type2codec_id()
91 codec_id = AV_CODEC_ID_EAC3; in streaming_component_type2codec_id()
95 codec_id = AV_CODEC_ID_AAC; in streaming_component_type2codec_id()
98 codec_id = AV_CODEC_ID_MP2; in streaming_component_type2codec_id()
107 codec_id = AV_CODEC_ID_TEXT; in streaming_component_type2codec_id()
113 codec_id = AV_CODEC_ID_NONE; in streaming_component_type2codec_id()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/mips/
H A Dh264pred_init_mips.c27 static av_cold void h264_pred_init_msa(H264PredContext *h, int codec_id, in h264_pred_init_msa() argument
37 if (codec_id != AV_CODEC_ID_VP7 && codec_id != AV_CODEC_ID_VP8) { in h264_pred_init_msa()
42 if (codec_id != AV_CODEC_ID_RV40 && codec_id != AV_CODEC_ID_VP7 in h264_pred_init_msa()
43 && codec_id != AV_CODEC_ID_VP8) { in h264_pred_init_msa()
60 if (codec_id == AV_CODEC_ID_VP7 || codec_id == AV_CODEC_ID_VP8) { in h264_pred_init_msa()
74 switch (codec_id) { in h264_pred_init_msa()
119 switch (codec_id) { in h264_pred_init_mmi()
135 if (codec_id == AV_CODEC_ID_SVQ3 || codec_id == AV_CODEC_ID_H264) { in h264_pred_init_mmi()
145 av_cold void ff_h264_pred_init_mips(H264PredContext *h, int codec_id, in ff_h264_pred_init_mips() argument
150 h264_pred_init_msa(h, codec_id, bit_depth, chroma_format_idc); in ff_h264_pred_init_mips()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/mips/
H A Dh264pred_init_mips.c27 static av_cold void h264_pred_init_msa(H264PredContext *h, int codec_id, in h264_pred_init_msa() argument
37 if (codec_id != AV_CODEC_ID_VP7 && codec_id != AV_CODEC_ID_VP8) { in h264_pred_init_msa()
42 if (codec_id != AV_CODEC_ID_RV40 && codec_id != AV_CODEC_ID_VP7 in h264_pred_init_msa()
43 && codec_id != AV_CODEC_ID_VP8) { in h264_pred_init_msa()
60 if (codec_id == AV_CODEC_ID_VP7 || codec_id == AV_CODEC_ID_VP8) { in h264_pred_init_msa()
74 switch (codec_id) { in h264_pred_init_msa()
116 switch (codec_id) { in h264_pred_init_mmi()
132 if (codec_id == AV_CODEC_ID_SVQ3 || codec_id == AV_CODEC_ID_H264) { in h264_pred_init_mmi()
142 av_cold void ff_h264_pred_init_mips(H264PredContext *h, int codec_id, in ff_h264_pred_init_mips() argument
147 h264_pred_init_mmi(h, codec_id, bit_depth, chroma_format_idc); in ff_h264_pred_init_mips()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/ext/libav/
H A Dgstavcodecmap.c304 switch (codec_id) { in gst_ff_vid_caps_new()
594 switch (codec_id) { in gst_ff_aud_caps_new()
670 switch (codec_id) { in gst_ff_aud_caps_new()
774 switch (codec_id) { in gst_ffmpeg_codecid_is_image()
818 switch (codec_id) { in gst_ffmpeg_codecid_to_caps()
894 switch (codec_id) { in gst_ffmpeg_codecid_to_caps()
1889 switch (codec_id) { in gst_ffmpeg_codecid_to_caps()
1991 switch (codec_id) { in gst_ffmpeg_codecid_to_caps()
2491 codec_id); in gst_ffmpeg_codectype_to_audio_caps()
3317 switch (codec_id) { in gst_ffmpeg_caps_with_codecid()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Driffenc.c86 if (enc->codec_id == AV_CODEC_ID_ATRAC3 || in ff_put_wav_header()
87 enc->codec_id == AV_CODEC_ID_G723_1 || in ff_put_wav_header()
88 enc->codec_id == AV_CODEC_ID_MP2 || in ff_put_wav_header()
89 enc->codec_id == AV_CODEC_ID_MP3 || in ff_put_wav_header()
90 enc->codec_id == AV_CODEC_ID_GSM_MS) { in ff_put_wav_header()
107 if (enc->codec_id == AV_CODEC_ID_MP2 || in ff_put_wav_header()
108 enc->codec_id == AV_CODEC_ID_MP3) { in ff_put_wav_header()
123 if (enc->codec_id == AV_CODEC_ID_PCM_U8 || in ff_put_wav_header()
124 enc->codec_id == AV_CODEC_ID_PCM_S24LE || in ff_put_wav_header()
125 enc->codec_id == AV_CODEC_ID_PCM_S32LE || in ff_put_wav_header()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Driffenc.c86 if (enc->codec_id == AV_CODEC_ID_ATRAC3 || in ff_put_wav_header()
87 enc->codec_id == AV_CODEC_ID_G723_1 || in ff_put_wav_header()
88 enc->codec_id == AV_CODEC_ID_MP2 || in ff_put_wav_header()
89 enc->codec_id == AV_CODEC_ID_MP3 || in ff_put_wav_header()
90 enc->codec_id == AV_CODEC_ID_GSM_MS) { in ff_put_wav_header()
107 if (enc->codec_id == AV_CODEC_ID_MP2 || in ff_put_wav_header()
108 enc->codec_id == AV_CODEC_ID_MP3) { in ff_put_wav_header()
123 if (enc->codec_id == AV_CODEC_ID_PCM_U8 || in ff_put_wav_header()
124 enc->codec_id == AV_CODEC_ID_PCM_S24LE || in ff_put_wav_header()
125 enc->codec_id == AV_CODEC_ID_PCM_S32LE || in ff_put_wav_header()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Driffenc.c70 avcodec_get_name(par->codec_id)); in ff_put_wav_header()
93 if (par->codec_id == AV_CODEC_ID_ATRAC3 || in ff_put_wav_header()
94 par->codec_id == AV_CODEC_ID_G723_1 || in ff_put_wav_header()
95 par->codec_id == AV_CODEC_ID_MP2 || in ff_put_wav_header()
96 par->codec_id == AV_CODEC_ID_MP3 || in ff_put_wav_header()
97 par->codec_id == AV_CODEC_ID_GSM_MS) { in ff_put_wav_header()
114 if (par->codec_id == AV_CODEC_ID_MP2) { in ff_put_wav_header()
128 if (par->codec_id == AV_CODEC_ID_PCM_U8 || in ff_put_wav_header()
129 par->codec_id == AV_CODEC_ID_PCM_S24LE || in ff_put_wav_header()
143 if (par->codec_id == AV_CODEC_ID_MP3) { in ff_put_wav_header()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Driffenc.c70 avcodec_get_name(par->codec_id)); in ff_put_wav_header()
93 if (par->codec_id == AV_CODEC_ID_ATRAC3 || in ff_put_wav_header()
94 par->codec_id == AV_CODEC_ID_G723_1 || in ff_put_wav_header()
95 par->codec_id == AV_CODEC_ID_MP2 || in ff_put_wav_header()
96 par->codec_id == AV_CODEC_ID_MP3 || in ff_put_wav_header()
97 par->codec_id == AV_CODEC_ID_GSM_MS) { in ff_put_wav_header()
114 if (par->codec_id == AV_CODEC_ID_MP2) { in ff_put_wav_header()
128 if (par->codec_id == AV_CODEC_ID_PCM_U8 || in ff_put_wav_header()
129 par->codec_id == AV_CODEC_ID_PCM_S24LE || in ff_put_wav_header()
143 if (par->codec_id == AV_CODEC_ID_MP3) { in ff_put_wav_header()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Driffenc.c87 if (par->codec_id == AV_CODEC_ID_ATRAC3 || in ff_put_wav_header()
88 par->codec_id == AV_CODEC_ID_G723_1 || in ff_put_wav_header()
89 par->codec_id == AV_CODEC_ID_MP2 || in ff_put_wav_header()
90 par->codec_id == AV_CODEC_ID_MP3 || in ff_put_wav_header()
91 par->codec_id == AV_CODEC_ID_GSM_MS) { in ff_put_wav_header()
108 if (par->codec_id == AV_CODEC_ID_MP2) { in ff_put_wav_header()
122 if (par->codec_id == AV_CODEC_ID_PCM_U8 || in ff_put_wav_header()
123 par->codec_id == AV_CODEC_ID_PCM_S24LE || in ff_put_wav_header()
124 par->codec_id == AV_CODEC_ID_PCM_S32LE || in ff_put_wav_header()
137 if (par->codec_id == AV_CODEC_ID_MP3) { in ff_put_wav_header()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Driffenc.c87 if (par->codec_id == AV_CODEC_ID_ATRAC3 || in ff_put_wav_header()
88 par->codec_id == AV_CODEC_ID_G723_1 || in ff_put_wav_header()
89 par->codec_id == AV_CODEC_ID_MP2 || in ff_put_wav_header()
90 par->codec_id == AV_CODEC_ID_MP3 || in ff_put_wav_header()
91 par->codec_id == AV_CODEC_ID_GSM_MS) { in ff_put_wav_header()
108 if (par->codec_id == AV_CODEC_ID_MP2) { in ff_put_wav_header()
122 if (par->codec_id == AV_CODEC_ID_PCM_U8 || in ff_put_wav_header()
123 par->codec_id == AV_CODEC_ID_PCM_S24LE || in ff_put_wav_header()
124 par->codec_id == AV_CODEC_ID_PCM_S32LE || in ff_put_wav_header()
137 if (par->codec_id == AV_CODEC_ID_MP3) { in ff_put_wav_header()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Driffenc.c87 if (par->codec_id == AV_CODEC_ID_ATRAC3 || in ff_put_wav_header()
88 par->codec_id == AV_CODEC_ID_G723_1 || in ff_put_wav_header()
89 par->codec_id == AV_CODEC_ID_MP2 || in ff_put_wav_header()
90 par->codec_id == AV_CODEC_ID_MP3 || in ff_put_wav_header()
91 par->codec_id == AV_CODEC_ID_GSM_MS) { in ff_put_wav_header()
108 if (par->codec_id == AV_CODEC_ID_MP2) { in ff_put_wav_header()
122 if (par->codec_id == AV_CODEC_ID_PCM_U8 || in ff_put_wav_header()
123 par->codec_id == AV_CODEC_ID_PCM_S24LE || in ff_put_wav_header()
124 par->codec_id == AV_CODEC_ID_PCM_S32LE || in ff_put_wav_header()
137 if (par->codec_id == AV_CODEC_ID_MP3) { in ff_put_wav_header()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/main/acm2/
H A Dacm_codec_database.cc225 int codec_id = CodecId(codec_inst); in CodecNumber() local
228 if (codec_id == -1) { in CodecNumber()
238 if (STR_CASE_CMP(database_[codec_id].plname, "CN") == 0) { in CodecNumber()
239 return codec_id; in CodecNumber()
243 if (STR_CASE_CMP(database_[codec_id].plname, "red") == 0) { in CodecNumber()
244 return codec_id; in CodecNumber()
248 if (codec_settings_[codec_id].num_packet_sizes > 0) { in CodecNumber()
254 codec_settings_[codec_id].packet_sizes_samples[i]; in CodecNumber()
276 ? codec_id : kInvalidRate; in CodecNumber()
279 ? codec_id : kInvalidRate; in CodecNumber()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/acm2/
H A Dacm_codec_database.cc235 int codec_id = CodecId(codec_inst); in CodecNumber() local
238 if (codec_id == -1) { in CodecNumber()
248 if (STR_CASE_CMP(database_[codec_id].plname, "CN") == 0) { in CodecNumber()
249 return codec_id; in CodecNumber()
253 if (STR_CASE_CMP(database_[codec_id].plname, "red") == 0) { in CodecNumber()
254 return codec_id; in CodecNumber()
258 if (codec_settings_[codec_id].num_packet_sizes > 0) { in CodecNumber()
264 codec_settings_[codec_id].packet_sizes_samples[i]; in CodecNumber()
286 ? codec_id : kInvalidRate; in CodecNumber()
289 ? codec_id : kInvalidRate; in CodecNumber()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/acm2/
H A Dacm_codec_database.cc235 int codec_id = CodecId(codec_inst); in CodecNumber() local
238 if (codec_id == -1) { in CodecNumber()
248 if (STR_CASE_CMP(database_[codec_id].plname, "CN") == 0) { in CodecNumber()
249 return codec_id; in CodecNumber()
253 if (STR_CASE_CMP(database_[codec_id].plname, "red") == 0) { in CodecNumber()
254 return codec_id; in CodecNumber()
258 if (codec_settings_[codec_id].num_packet_sizes > 0) { in CodecNumber()
264 codec_settings_[codec_id].packet_sizes_samples[i]; in CodecNumber()
286 ? codec_id : kInvalidRate; in CodecNumber()
289 ? codec_id : kInvalidRate; in CodecNumber()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/
H A Dacm_codec_database.cc235 int codec_id = CodecId(codec_inst); in CodecNumber() local
238 if (codec_id == -1) { in CodecNumber()
248 if (STR_CASE_CMP(database_[codec_id].plname, "CN") == 0) { in CodecNumber()
249 return codec_id; in CodecNumber()
253 if (STR_CASE_CMP(database_[codec_id].plname, "red") == 0) { in CodecNumber()
254 return codec_id; in CodecNumber()
258 if (codec_settings_[codec_id].num_packet_sizes > 0) { in CodecNumber()
264 codec_settings_[codec_id].packet_sizes_samples[i]; in CodecNumber()
286 ? codec_id : kInvalidRate; in CodecNumber()
289 ? codec_id : kInvalidRate; in CodecNumber()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/
H A Dacm_codec_database.cc235 int codec_id = CodecId(codec_inst); in CodecNumber() local
238 if (codec_id == -1) { in CodecNumber()
248 if (STR_CASE_CMP(database_[codec_id].plname, "CN") == 0) { in CodecNumber()
249 return codec_id; in CodecNumber()
253 if (STR_CASE_CMP(database_[codec_id].plname, "red") == 0) { in CodecNumber()
254 return codec_id; in CodecNumber()
258 if (codec_settings_[codec_id].num_packet_sizes > 0) { in CodecNumber()
264 codec_settings_[codec_id].packet_sizes_samples[i]; in CodecNumber()
286 ? codec_id : kInvalidRate; in CodecNumber()
289 ? codec_id : kInvalidRate; in CodecNumber()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/mips/
H A Dh264pred_init_mips.c27 av_cold void ff_h264_pred_init_mips(H264PredContext *h, int codec_id, in ff_h264_pred_init_mips() argument
50 switch (codec_id) { in ff_h264_pred_init_mips()
66 if (codec_id == AV_CODEC_ID_SVQ3 || codec_id == AV_CODEC_ID_H264) { in ff_h264_pred_init_mips()
82 if (codec_id != AV_CODEC_ID_VP7 && codec_id != AV_CODEC_ID_VP8) { in ff_h264_pred_init_mips()
87 if (codec_id != AV_CODEC_ID_RV40 && codec_id != AV_CODEC_ID_VP7 in ff_h264_pred_init_mips()
88 && codec_id != AV_CODEC_ID_VP8) { in ff_h264_pred_init_mips()
105 if (codec_id == AV_CODEC_ID_VP7 || codec_id == AV_CODEC_ID_VP8) { in ff_h264_pred_init_mips()
119 switch (codec_id) { in ff_h264_pred_init_mips()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/mips/
H A Dh264pred_init_mips.c27 av_cold void ff_h264_pred_init_mips(H264PredContext *h, int codec_id, in ff_h264_pred_init_mips() argument
50 switch (codec_id) { in ff_h264_pred_init_mips()
66 if (codec_id == AV_CODEC_ID_SVQ3 || codec_id == AV_CODEC_ID_H264) { in ff_h264_pred_init_mips()
82 if (codec_id != AV_CODEC_ID_VP7 && codec_id != AV_CODEC_ID_VP8) { in ff_h264_pred_init_mips()
87 if (codec_id != AV_CODEC_ID_RV40 && codec_id != AV_CODEC_ID_VP7 in ff_h264_pred_init_mips()
88 && codec_id != AV_CODEC_ID_VP8) { in ff_h264_pred_init_mips()
105 if (codec_id == AV_CODEC_ID_VP7 || codec_id == AV_CODEC_ID_VP8) { in ff_h264_pred_init_mips()
119 switch (codec_id) { in ff_h264_pred_init_mips()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/mips/
H A Dh264pred_init_mips.c27 av_cold void ff_h264_pred_init_mips(H264PredContext *h, int codec_id, in ff_h264_pred_init_mips() argument
50 switch (codec_id) { in ff_h264_pred_init_mips()
66 if (codec_id == AV_CODEC_ID_SVQ3 || codec_id == AV_CODEC_ID_H264) { in ff_h264_pred_init_mips()
82 if (codec_id != AV_CODEC_ID_VP7 && codec_id != AV_CODEC_ID_VP8) { in ff_h264_pred_init_mips()
87 if (codec_id != AV_CODEC_ID_RV40 && codec_id != AV_CODEC_ID_VP7 in ff_h264_pred_init_mips()
88 && codec_id != AV_CODEC_ID_VP8) { in ff_h264_pred_init_mips()
105 if (codec_id == AV_CODEC_ID_VP7 || codec_id == AV_CODEC_ID_VP8) { in ff_h264_pred_init_mips()
119 switch (codec_id) { in ff_h264_pred_init_mips()

12345678910>>...211