/third_party/mesa3d/src/gallium/frontends/va/ |
D | picture_vp9.c | 35 VADecPictureParameterBufferVP9 *vp9 = buf->data; in vlVaHandlePictureParameterBufferVP9() local 40 context->desc.vp9.picture_parameter.frame_width = vp9->frame_width; in vlVaHandlePictureParameterBufferVP9() 41 context->desc.vp9.picture_parameter.frame_height = vp9->frame_height; in vlVaHandlePictureParameterBufferVP9() 43 … context->desc.vp9.picture_parameter.pic_fields.subsampling_x = vp9->pic_fields.bits.subsampling_x; in vlVaHandlePictureParameterBufferVP9() 44 … context->desc.vp9.picture_parameter.pic_fields.subsampling_y = vp9->pic_fields.bits.subsampling_y; in vlVaHandlePictureParameterBufferVP9() 45 context->desc.vp9.picture_parameter.pic_fields.frame_type = vp9->pic_fields.bits.frame_type; in vlVaHandlePictureParameterBufferVP9() 46 context->desc.vp9.picture_parameter.pic_fields.show_frame = vp9->pic_fields.bits.show_frame; in vlVaHandlePictureParameterBufferVP9() 47 …context->desc.vp9.picture_parameter.pic_fields.error_resilient_mode = vp9->pic_fields.bits.error_r… in vlVaHandlePictureParameterBufferVP9() 48 context->desc.vp9.picture_parameter.pic_fields.intra_only = vp9->pic_fields.bits.intra_only; in vlVaHandlePictureParameterBufferVP9() 49 …context->desc.vp9.picture_parameter.pic_fields.allow_high_precision_mv = vp9->pic_fields.bits.allo… in vlVaHandlePictureParameterBufferVP9() [all …]
|
D | picture.c | 181 context->desc.vp9.picture_parameter.frame_width; in handlePictureParameterBuffer() 183 context->desc.vp9.picture_parameter.frame_height; in handlePictureParameterBuffer()
|
/third_party/ffmpeg/libavcodec/ |
D | cbs_vp9_syntax_template.c | 34 CodedBitstreamVP9Context *vp9 = ctx->priv_data; in FUNC() local 39 vp9->bit_depth = current->ten_or_twelve_bit ? 12 : 10; in FUNC() 41 vp9->bit_depth = 8; in FUNC() 64 vp9->subsampling_x = current->subsampling_x; in FUNC() 65 vp9->subsampling_y = current->subsampling_y; in FUNC() 73 CodedBitstreamVP9Context *vp9 = ctx->priv_data; in FUNC() local 79 vp9->frame_width = current->frame_width_minus_1 + 1; in FUNC() 80 vp9->frame_height = current->frame_height_minus_1 + 1; in FUNC() 82 vp9->mi_cols = (vp9->frame_width + 7) >> 3; in FUNC() 83 vp9->mi_rows = (vp9->frame_height + 7) >> 3; in FUNC() [all …]
|
D | nvdec_vp9.c | 38 CUVIDVP9PICPARAMS *ppc = &pp->CodecSpecific.vp9; in nvdec_vp9_start_frame() 57 .CodecSpecific.vp9 = { in nvdec_vp9_start_frame()
|
D | cbs_vp9.c | 250 #define FUNC_VP9(rw, name) FUNC_NAME(rw, vp9, name) 639 CodedBitstreamVP9Context *vp9 = ctx->priv_data; in cbs_vp9_flush() local 641 memset(vp9->ref, 0, sizeof(vp9->ref)); in cbs_vp9_flush()
|
D | vdpau_internal.h | 58 VdpPictureInfoVP9 vp9; member
|
D | v4l2_m2m_dec.c | 263 M2MDEC(vp9, "VP9", AV_CODEC_ID_VP9, NULL);
|
D | vdpau_vp9.c | 42 VdpPictureInfoVP9 *info = &pic_ctx->info.vp9; in vdpau_vp9_start_frame()
|
D | vp9.c | 1899 HWACCEL_DXVA2(vp9), 1902 HWACCEL_D3D11VA(vp9), 1905 HWACCEL_D3D11VA2(vp9), 1908 HWACCEL_NVDEC(vp9), 1911 HWACCEL_VAAPI(vp9), 1914 HWACCEL_VDPAU(vp9),
|
D | mediacodecdec.c | 564 DECLARE_MEDIACODEC_VDEC(vp9, "VP9", AV_CODEC_ID_VP9, NULL)
|
D | rkmppdec.c | 586 RKMPP_DEC(vp9, AV_CODEC_ID_VP9, NULL)
|
/third_party/ffmpeg/tests/fate/ |
D | vpx.mak | 116 FATE_VP9-$(CONFIG_MATROSKA_DEMUXER) += fate-vp9$(2)-$(1) 117 fate-vp9$(2)-$(1): CMD = framemd5 $(3) -i $(TARGET_SAMPLES)/vp9-test-vectors/vp90-2-$(1).webm 118 fate-vp9$(2)-$(1): REF = $(SRC_PATH)/tests/ref/fate/vp9-$(1) 123 fate-vp9p$(2)-$(1): CMD = framemd5 -i $(TARGET_SAMPLES)/vp9-test-vectors/vp9$(2)-2-$(1).webm $(3) 162 FATE_VP9-$(CONFIG_IVF_DEMUXER) += fate-vp9-05-resize 163 fate-vp9-05-resize: CMD = framemd5 -i $(TARGET_SAMPLES)/vp9-test-vectors/vp90-2-05-resize.ivf -s 35… 164 fate-vp9-05-resize: REF = $(SRC_PATH)/tests/ref/fate/vp9-05-resize 166 fate-vp9-encparams: CMD = venc_data $(TARGET_SAMPLES)/vp9-test-vectors/vp90-2-segmentation-aq-akiyo… 167 FATE_SAMPLES_DUMP_DATA += fate-vp9-encparams 169 FATE_VP9-$(CONFIG_MATROSKA_DEMUXER) += fate-vp9-encparams [all …]
|
D | cbs.mak | 5 fate-cbs: fate-cbs-av1 fate-cbs-h264 fate-cbs-hevc fate-cbs-mpeg2 fate-cbs-vp9 133 $(foreach N,$(FATE_CBS_VP9_SAMPLES),$(eval $(call FATE_CBS_TEST,vp9,$(basename $(N)),vp9,vp9-test-v… 137 fate-cbs-vp9: $(FATE_CBS_VP9-yes)
|
/third_party/gstreamer/gstplugins_bad/data/targets/file-extension/ |
D | webm.gep | 8 … depending on what is available on the system. Video stream will be either in vp8 (default) or vp9. 20 format=video/x-vp8;video/x-vp9
|
D | mkv.gep | 8 … depending on what is available on the system. Video stream will be either in vp8 (default) or vp9.
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvabasedec.h | 53 GstVp9Decoder vp9; member 92 GstVp9DecoderClass vp9; member
|
/third_party/ffmpeg/libavformat/ |
D | rtpdec_vp9.c | 328 static void vp9_close_context(PayloadContext *vp9) in vp9_close_context() argument 330 ffio_free_dyn_buf(&vp9->buf); in vp9_close_context()
|
/third_party/skia/tools/fiddle/ |
D | animate.sh | 17 cd /tmp/animation; ffmpeg -r $FPS -pattern_type glob -i '*.png' -c:v libvpx-vp9 -lossless 1 output.…
|
/third_party/flutter/skia/tools/fiddle/ |
D | animate.sh | 17 cd /tmp/animation; ffmpeg -r $FPS -pattern_type glob -i '*.png' -c:v libvpx-vp9 -lossless 1 output.…
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.0.2.rst | 77 - radeon/vcn/vp9: search the render target from the whole list
|
D | 18.3.6.rst | 107 - radeon/vcn/vp9: search the render target from the whole list
|
D | 18.3.4.rst | 116 - st/va/vp9: set max reference as default of VP9 reference number
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvvp9dec.c | 288 self->params.CodecSpecific.vp9.colorSpace = frame_hdr->color_space; in gst_nv_vp9_dec_new_sequence() 364 CUVIDVP9PICPARAMS *vp9_params = ¶ms->CodecSpecific.vp9; in gst_nv_vp9_dec_decode_picture()
|
D | cuviddec.h | 751 CUVIDVP9PICPARAMS vp9; member
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | meson.build | 113 #error "The current version of mfx doesn't support raw vp9 stream"
|