/third_party/ffmpeg/libavcodec/mips/ |
H A D | h264pred_init_mips.c | 59 case AV_CODEC_ID_VP8: in ff_h264_pred_init_mips() 83 if (codec_id != AV_CODEC_ID_VP7 && codec_id != AV_CODEC_ID_VP8) { in ff_h264_pred_init_mips() 89 && codec_id != AV_CODEC_ID_VP8) { in ff_h264_pred_init_mips() 106 if (codec_id == AV_CODEC_ID_VP7 || codec_id == AV_CODEC_ID_VP8) { in ff_h264_pred_init_mips() 125 case AV_CODEC_ID_VP8: in ff_h264_pred_init_mips()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | h264pred_init.c | 74 if (codec_id != AV_CODEC_ID_VP7 && codec_id != AV_CODEC_ID_VP8) in h264_pred_init_neon() 78 codec_id != AV_CODEC_ID_VP8) { in h264_pred_init_neon() 96 codec_id != AV_CODEC_ID_VP7 && codec_id != AV_CODEC_ID_VP8) in h264_pred_init_neon() 103 if (codec_id != AV_CODEC_ID_VP7 && codec_id != AV_CODEC_ID_VP8) in h264_pred_init_neon() 107 codec_id != AV_CODEC_ID_VP8) { in h264_pred_init_neon() 123 codec_id != AV_CODEC_ID_VP7 && codec_id != AV_CODEC_ID_VP8) in h264_pred_init_neon()
|
/third_party/ffmpeg/libavformat/ |
H A D | ivfenc.c | 41 par->codec_id == AV_CODEC_ID_VP8 || in ivf_init() 70 par->codec_id == AV_CODEC_ID_VP8 ? AV_RL32("VP80") : AV_RL32("AV01")); in ivf_write_header() 119 { AV_CODEC_ID_VP8, MKTAG('V', 'P', '8', '0') }, 131 .video_codec = AV_CODEC_ID_VP8,
|
H A D | matroska.c | 102 {"V_VP8" , AV_CODEC_ID_VP8}, 109 {"V_VP8" , AV_CODEC_ID_VP8},
|
H A D | oggenc.c | 214 if ((st->codecpar->codec_id == AV_CODEC_ID_THEORA || st->codecpar->codec_id == AV_CODEC_ID_VP8) && !header && in ogg_buffer_data() 497 st->codecpar->codec_id != AV_CODEC_ID_VP8) { in ogg_init() 503 st->codecpar->codec_id != AV_CODEC_ID_VP8) { in ogg_init() 551 } else if (st->codecpar->codec_id == AV_CODEC_ID_VP8) { in ogg_init() 658 else if (st->codecpar->codec_id == AV_CODEC_ID_VP8) { in ogg_write_packet_internal() 734 st->codecpar->codec_id == AV_CODEC_ID_VP8) { in ogg_free() 806 AV_CODEC_ID_THEORA : AV_CODEC_ID_VP8,
|
H A D | oggparsevp8.c | 63 st->codecpar->codec_id = AV_CODEC_ID_VP8; in vp8_header()
|
H A D | rtpdec_vp8.c | 282 .codec_id = AV_CODEC_ID_VP8,
|
H A D | rtpenc.c | 78 case AV_CODEC_ID_VP8: in is_supported() 612 case AV_CODEC_ID_VP8: in rtp_write_packet()
|
H A D | isom_tags.c | 153 { AV_CODEC_ID_VP8, MKTAG('v', 'p', '0', '8') }, /* VP8 */
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | h264pred_init_arm.c | 61 if (codec_id != AV_CODEC_ID_VP7 && codec_id != AV_CODEC_ID_VP8) in h264_pred_init_neon() 65 codec_id != AV_CODEC_ID_VP8) { in h264_pred_init_neon() 83 codec_id != AV_CODEC_ID_VP7 && codec_id != AV_CODEC_ID_VP8) in h264_pred_init_neon()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_intrapred_init.c | 185 if (codec_id == AV_CODEC_ID_VP7 || codec_id == AV_CODEC_ID_VP8 || in ff_h264_pred_init_x86() 201 if (codec_id == AV_CODEC_ID_VP7 || codec_id == AV_CODEC_ID_VP8) { in ff_h264_pred_init_x86() 219 if (codec_id == AV_CODEC_ID_VP7 || codec_id == AV_CODEC_ID_VP8) { in ff_h264_pred_init_x86() 250 if (codec_id == AV_CODEC_ID_VP7 || codec_id == AV_CODEC_ID_VP8) { in ff_h264_pred_init_x86() 267 if (codec_id == AV_CODEC_ID_VP8) { in ff_h264_pred_init_x86()
|
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | h264_intrapred_init_loongarch.c | 36 if (codec_id == AV_CODEC_ID_VP7 || codec_id == AV_CODEC_ID_VP8) { in ff_h264_pred_init_loongarch()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp8_parser.c | 77 .codec_ids = { AV_CODEC_ID_VP8 },
|
H A D | libvpxdec.c | 126 if (avctx->codec_id == AV_CODEC_ID_VP8 && img->fmt != VPX_IMG_FMT_I420) in set_pix_fmt() 246 (avctx->codec_id == AV_CODEC_ID_VP8) ? in vpx_decode() 362 .p.id = AV_CODEC_ID_VP8,
|
H A D | nvdec_vp8.c | 96 .id = AV_CODEC_ID_VP8,
|
H A D | libvpxenc.c | 249 if (avctx->codec_id == AV_CODEC_ID_VP8) { in dump_enc_cfg() 594 if (codec_id == AV_CODEC_ID_VP8) in vpx_ts_param_parse() 1117 avctx->codec_id == AV_CODEC_ID_VP8 ? !!ctx->auto_alt_ref : ctx->auto_alt_ref); in vpx_init() 1127 if (ctx->auto_alt_ref && ctx->is_alpha && avctx->codec_id == AV_CODEC_ID_VP8) { in vpx_init() 1135 if (CONFIG_LIBVPX_VP8_ENCODER && avctx->codec_id == AV_CODEC_ID_VP8) { in vpx_init() 1692 if (avctx->codec_id == AV_CODEC_ID_VP8) { in vpx_encode() 1745 if (avctx->codec_id == AV_CODEC_ID_VP8) { in vpx_encode() 1944 .p.id = AV_CODEC_ID_VP8,
|
H A D | mediacodecdec.c | 358 case AV_CODEC_ID_VP8: in mediacodec_decode_init() 570 DECLARE_MEDIACODEC_VDEC(vp8, "VP8", AV_CODEC_ID_VP8, NULL)
|
H A D | v4l2_m2m_enc.c | 242 case AV_CODEC_ID_VP8: in v4l2_prepare_encoder() 444 M2MENC(vp8, "VP8", options, AV_CODEC_ID_VP8);
|
H A D | h264pred.c | 459 if (depth > 8 || codec_id != AV_CODEC_ID_VP8)\ in ff_h264_pred_init() 486 codec_id != AV_CODEC_ID_VP8)) { \ in ff_h264_pred_init() 571 case AV_CODEC_ID_VP8: in ff_h264_pred_init()
|
H A D | v4l2_m2m_dec.c | 266 M2MDEC(vp8, "VP8", AV_CODEC_ID_VP8, NULL);
|
H A D | vaapi_encode_vp8.c | 249 .p.id = AV_CODEC_ID_VP8,
|
H A D | rkmppdec.c | 72 case AV_CODEC_ID_VP8: return MPP_VIDEO_CodingVP8; in rkmpp_get_codingtype() 585 RKMPP_DEC(vp8, AV_CODEC_ID_VP8, NULL)
|
H A D | codec_id.h | 190 AV_CODEC_ID_VP8, enumerator
|
H A D | vaapi_vp8.c | 226 .id = AV_CODEC_ID_VP8,
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | h264pred.c | 30 static const int codec_ids[4] = { AV_CODEC_ID_H264, AV_CODEC_ID_VP8, AV_CODEC_ID_RV40, AV_CODEC_ID_SVQ3 };
|