Home
last modified time | relevance | path

Searched refs:DXVA_Qmatrix_H264 (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_dec_h264.h184 } DXVA_Qmatrix_H264, *LPDXVA_Qmatrix_H264; typedef
233 DXVA_Qmatrix_H264 & outMatrixBuffer);
Dd3d12_video_dec.cpp1204 size_t dxvaQMatrixBufferSize = sizeof(DXVA_Qmatrix_H264); in d3d12_video_decoder_store_converted_dxva_picparams_from_pipe_input()
1205 DXVA_Qmatrix_H264 dxvaQmatrixH264 = {}; in d3d12_video_decoder_store_converted_dxva_picparams_from_pipe_input()
Dd3d12_video_dec_h264.cpp584 DXVA_Qmatrix_H264 &outMatrixBuffer) in d3d12_video_decoder_dxva_qmatrix_from_pipe_picparams_h264()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11h264dec.cpp93 DXVA_Qmatrix_H264 iq_matrix;
661 DXVA_Qmatrix_H264 *iq_matrix = &inner->iq_matrix; in gst_d3d11_h264_dec_start_picture()
859 input_args.inverse_quantization_matrix_size = sizeof (DXVA_Qmatrix_H264); in gst_d3d11_h264_dec_end_picture()
/third_party/ffmpeg/libavcodec/
Ddxva2_h264.c33 DXVA_Qmatrix_H264 qm;
164 …lists(const AVCodecContext *avctx, AVDXVAContext *ctx, const H264Context *h, DXVA_Qmatrix_H264 *qm) in fill_scaling_lists()