/third_party/mesa3d/src/gallium/frontends/va/ |
H A 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 in vlVaHandlePictureParameterBufferVP9() 97 VASliceParameterBufferVP9 *vp9 = buf->data; vlVaHandleSliceParameterBufferVP9() local [all...] |
H A D | picture.c | 181 context->desc.vp9.picture_parameter.frame_width; in handlePictureParameterBuffer() 183 context->desc.vp9.picture_parameter.frame_height; in handlePictureParameterBuffer()
|
H A D | va_private.h | 292 struct pipe_vp9_picture_desc vp9; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_vp9_syntax_template.c | 34 CodedBitstreamVP9Context *vp9 = ctx->priv_data; in color_config() local 39 vp9->bit_depth = current->ten_or_twelve_bit ? 12 : 10; in color_config() 41 vp9->bit_depth = 8; in color_config() 64 vp9->subsampling_x = current->subsampling_x; in color_config() 65 vp9->subsampling_y = current->subsampling_y; in color_config() 73 CodedBitstreamVP9Context *vp9 = ctx->priv_data; in frame_size() local 79 vp9->frame_width = current->frame_width_minus_1 + 1; in frame_size() 80 vp9->frame_height = current->frame_height_minus_1 + 1; in frame_size() 82 vp9->mi_cols = (vp9 in frame_size() 108 CodedBitstreamVP9Context *vp9 = ctx->priv_data; frame_size_with_refs() local 247 CodedBitstreamVP9Context *vp9 = ctx->priv_data; tile_info() local 268 CodedBitstreamVP9Context *vp9 = ctx->priv_data; uncompressed_header() local [all...] |
H A D | nvdec_vp9.c | 38 CUVIDVP9PICPARAMS *ppc = &pp->CodecSpecific.vp9; in nvdec_vp9_start_frame() 57 .CodecSpecific.vp9 = { in nvdec_vp9_start_frame()
|
H A D | cbs_vp9.c | 249 #define FUNC_VP9(rw, name) FUNC_NAME(rw, vp9, name) 638 CodedBitstreamVP9Context *vp9 = ctx->priv_data; in cbs_vp9_flush() local 640 memset(vp9->ref, 0, sizeof(vp9->ref)); in cbs_vp9_flush()
|
H A D | vdpau_internal.h | 58 VdpPictureInfoVP9 vp9; member
|
H A D | v4l2_m2m_dec.c | 267 M2MDEC(vp9, "VP9", AV_CODEC_ID_VP9, NULL);
|
H A D | vdpau_vp9.c | 41 VdpPictureInfoVP9 *info = &pic_ctx->info.vp9; in vdpau_vp9_start_frame()
|
H A D | vp9.c | 38 #include "vp9.h" 1870 .p.name = "vp9", 1888 HWACCEL_DXVA2(vp9), 1891 HWACCEL_D3D11VA(vp9), 1894 HWACCEL_D3D11VA2(vp9), 1897 HWACCEL_NVDEC(vp9), 1900 HWACCEL_VAAPI(vp9), 1903 HWACCEL_VDPAU(vp9), 1906 HWACCEL_VIDEOTOOLBOX(vp9),
|
H A D | mediacodecdec.c | 368 codec_mime = "video/x-vnd.on2.vp9"; in mediacodec_decode_init() 574 DECLARE_MEDIACODEC_VDEC(vp9, "VP9", AV_CODEC_ID_VP9, NULL)
|
H A D | rkmppdec.c | 586 RKMPP_DEC(vp9, AV_CODEC_ID_VP9, NULL)
|
H A D | cuviddec.c | 1175 DEFINE_CUVID_CODEC(vp9, VP9, NULL)
|
H A D | qsvdec.c | 1084 DEFINE_QSV_DECODER(vp9, VP9, NULL)
|
H A D | Makefile | 750 OBJS-$(CONFIG_VP9_DECODER) += vp9.o vp9data.o vp9dsp.o vp9lpf.o vp9recon.o \
|
/third_party/ffmpeg/tests/fate/ |
H A D | vpx.mak | 91 FATE_VP9-$(call FRAMEMD5, MATROSKA, VP9) += fate-vp9-$(1) 92 fate-vp9-$(1): CMD = framemd5 -i $(TARGET_SAMPLES)/vp9-test-vectors/vp90-2-$(1).webm 93 fate-vp9-$(1): REF = $(SRC_PATH)/tests/ref/fate/vp9-$(1) 98 fate-vp9p$(2)-$(1): CMD = framemd5 -i $(TARGET_SAMPLES)/vp9-test-vectors/vp9$(2)-2-$(1).webm $(3) 134 FATE_VP9-$(call FRAMEMD5, IVF, VP9, SCALE_FILTER) += fate-vp9-05-resize 135 fate-vp9-05-resize: CMD = framemd5 -i $(TARGET_SAMPLES)/vp9 [all...] |
H A 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-vectors/$(N),ivf))) 137 fate-cbs-vp9: $(FATE_CBS_VP9-yes)
|
H A D | libswscale.mak | 10 fate-sws-slice-yuv422-12bit-rgb48: CMD = run tools/scale_slice_test$(EXESUF) $(TARGET_SAMPLES)/vp9-test-vectors/vp93-2-20-12bit-yuv422.webm 150 100 rgb48
|
H A D | matroska.mak | 13 fate-matroska-remux: CMD = md5pipe -i $(TARGET_SAMPLES)/vp9-test-vectors/vp90-2-2pass-akiyo.webm -color_trc 4 -c:v copy -fflags +bitexact -strict -2 -f matroska
|
/third_party/ffmpeg/libavformat/ |
H A 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/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vcn_dec.c | 2021 rvcn_dec_message_vp9_t vp9 = in rvcn_dec_message_decode() local 2024 memcpy(codec, (void *)&vp9, sizeof(rvcn_dec_message_vp9_t)); in rvcn_dec_message_decode()
|