Home
last modified time | relevance | path

Searched refs:quant_type (Results 1 – 19 of 19) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvaapi_mpeg4.c68 .quant_type = s->mpeg_quant, in vaapi_mpeg4_start_frame()
112 if (pic_param.vol_fields.bits.quant_type) { in vaapi_mpeg4_start_frame()
Dnvdec_mpeg4.c68 .quant_type = s->mpeg_quant, in nvdec_mpeg4_start_frame()
Dvdpau_mpeg4.c70 info->quant_type = s->mpeg_quant; in vdpau_mpeg4_start_frame()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_mpeg4.c53 context->desc.mpeg4.quant_type = mpeg4->vol_fields.bits.quant_type; in vlVaHandlePictureParameterBufferMPEG4()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_vp.c71 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/
D0013-train-0001.patch2109 + 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 …]
D0036-new-dynamic-quant-algorigthm-and-init-packed.patch3923 +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 …]
D0015-train-0003.patch2438 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/
Dac_uvd_dec.h311 uint8_t quant_type; member
Dac_vcn_dec.h713 unsigned char quant_type; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstmpeg4parser.h404 guint8 quant_type; member
Dgstmpeg4parser.c1144 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/
Dradeon_uvd.h313 uint8_t quant_type; member
Dradeon_uvd.c640 result.quant_type = pic->quant_type; in get_mpeg4_msg()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c288 picture->quant_type = picture_info->quant_type; in vlVdpDecoderRenderMpeg4()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h404 int quant_type; member
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h230 uint8_t quant_type; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_uvd.c947 result.quant_type = pic->quant_type; in get_mpeg4_msg()
Dradeon_vcn_dec.c1556 result.quant_type = pic->quant_type; in get_mpeg4_msg()