/third_party/ffmpeg/libavcodec/ |
D | vaapi_mpeg4.c | 68 .quant_type = s->mpeg_quant, in vaapi_mpeg4_start_frame() 112 if (pic_param.vol_fields.bits.quant_type) { in vaapi_mpeg4_start_frame()
|
D | nvdec_mpeg4.c | 68 .quant_type = s->mpeg_quant, in nvdec_mpeg4_start_frame()
|
D | vdpau_mpeg4.c | 70 info->quant_type = s->mpeg_quant; in vdpau_mpeg4_start_frame()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | picture_mpeg4.c | 53 context->desc.mpeg4.quant_type = mpeg4->vol_fields.bits.quant_type; in vlVaHandlePictureParameterBufferMPEG4()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_vp3_video_vp.c | 71 uint8_t quant_type; // bool, written to 528 member 295 pic_vp->quant_type = desc->quant_type; in nouveau_vp3_fill_picparm_mpeg4_vp()
|
/third_party/mindspore/patches/ |
D | 0013-train-0001.patch | 2109 + lite::QuantizationType quant_type = lite::QT_DEFAULT, lite::FormatType = lite… 2698 const Model *model, QuantizationType quant_type, const Model *bb_model = nullptr); 2835 …ainSession::Export(const std::string &file_name, ModelType model_type, QuantizationType quant_type, 2839 … TrainSession::ExportInner(DestType destination, ModelType model_type, QuantizationType quant_type, 2851 …MS_CHECK_FALSE_MSG(quant_type < mindspore::lite::QT_DEFAULT || quant_type > mindspore::lite::QT_WE… 2873 …tatus = texport.ExportNet(export_kernels, tensors_, out_put_tensor_name, model_.get(), quant_type); 2875 - if ((quant_type == QT_NONE) && (model_type == MT_TRAIN) && 2876 + if ((!model_buff_changed_) && (quant_type == QT_NONE) && (model_type == MT_TRAIN) && 2886 model_.get(), quant_type); 2925 …ainSession::Export(const std::string &file_name, ModelType model_type, QuantizationType quant_type, [all …]
|
D | 0036-new-dynamic-quant-algorigthm-and-init-packed.patch | 3923 +RecoveryWeightFunc GetRecoveryWeightFunc(const int quant_type, const TypeId data_type, const int n… 3926 + quant_type == schema::QuantType_QUANT_DYNAMIC && data_type == kNumberTypeInt8) { 3960 + return RecoveryPackedWeight(dst_tensor, static_cast<int>(kernel->quant_type()), dst_tensor->… 3967 + return RecoveryPackedWeight(dst_tensor, static_cast<int>(kernel->quant_type()), dst_tensor->da… 3988 +int RecoveryPackedWeight(Tensor *weight, const int quant_type, const TypeId data_type, const int n… 3990 + auto recovery_func = GetRecoveryWeightFunc(quant_type, data_type, node_type, pack_info->cpu_opti… 4116 +int RecoveryPackedWeight(Tensor *weight, const int quant_type, const TypeId data_type, const int n… 4938 + return quant_param_holder->quant_type(); 4954 + auto quant_type = GetQuantType(cnode); 4955 + if (quant_type == schema::QuantType_QUANT_WEIGHT) { [all …]
|
D | 0015-train-0003.patch | 2438 return ExportInner<Buffer *>(model_buffer, model_type, quant_type, format, out_put_tensor_name); 2490 int Export(Buffer *model_buffer, ModelType model_type, QuantizationType quant_type, FormatType,
|
/third_party/mesa3d/src/amd/common/ |
D | ac_uvd_dec.h | 311 uint8_t quant_type; member
|
D | ac_vcn_dec.h | 713 unsigned char quant_type; member
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstmpeg4parser.h | 404 guint8 quant_type; member
|
D | gstmpeg4parser.c | 1144 READ_UINT8 (&br, vol->quant_type, 1); in gst_mpeg4_parse_video_object_layer() 1145 if (vol->quant_type) { in gst_mpeg4_parse_video_object_layer()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | radeon_uvd.h | 313 uint8_t quant_type; member
|
D | radeon_uvd.c | 640 result.quant_type = pic->quant_type; in get_mpeg4_msg()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | decode.c | 288 picture->quant_type = picture_info->quant_type; in vlVdpDecoderRenderMpeg4()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | cuviddec.h | 404 int quant_type; member
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_video_state.h | 230 uint8_t quant_type; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeon_uvd.c | 947 result.quant_type = pic->quant_type; in get_mpeg4_msg()
|
D | radeon_vcn_dec.c | 1556 result.quant_type = pic->quant_type; in get_mpeg4_msg()
|