Home
last modified time | relevance | path

Searched refs:AV_CODEC_ID_ASV1 (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dasvdec.c182 if (a->avctx->codec_id == AV_CODEC_ID_ASV1) { in decode_mb()
232 if (avctx->codec_id == AV_CODEC_ID_ASV1) { in decode_frame()
287 const int scale = avctx->codec_id == AV_CODEC_ID_ASV1 ? 1 : 2; in decode_init()
302 if (avctx->codec_id == AV_CODEC_ID_ASV1) in decode_init()
335 .p.id = AV_CODEC_ID_ASV1,
H A Dasvenc.c175 if (a->avctx->codec_id == AV_CODEC_ID_ASV1) { in encode_mb()
291 if (avctx->codec_id == AV_CODEC_ID_ASV1) in encode_frame()
298 if (avctx->codec_id == AV_CODEC_ID_ASV1) { in encode_frame()
313 const int scale = avctx->codec_id == AV_CODEC_ID_ASV1 ? 1 : 2; in encode_init()
350 .p.id = AV_CODEC_ID_ASV1,
H A Dcodec_id.h81 AV_CODEC_ID_ASV1, enumerator
H A Dcodec_desc.c253 .id = AV_CODEC_ID_ASV1,
/third_party/ffmpeg/libavformat/
H A Driff.c326 { AV_CODEC_ID_ASV1, MKTAG('A', 'S', 'V', '1') },

Completed in 7 milliseconds