Searched refs:lr_type (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | nvdec_av1.c | 175 .lr_type[0] = remap_lr_type[frame_header->lr_type[0]], in nvdec_av1_start_frame() 176 .lr_type[1] = remap_lr_type[frame_header->lr_type[1]], in nvdec_av1_start_frame() 177 .lr_type[2] = remap_lr_type[frame_header->lr_type[2]], in nvdec_av1_start_frame()
|
D | dxva2_av1.c | 172 pp->loop_filter.frame_restoration_type[0] = remap_lr_type[frame_header->lr_type[0]]; in fill_picture_parameters() 173 pp->loop_filter.frame_restoration_type[1] = remap_lr_type[frame_header->lr_type[1]]; in fill_picture_parameters() 174 pp->loop_filter.frame_restoration_type[2] = remap_lr_type[frame_header->lr_type[2]]; in fill_picture_parameters() 175 uses_lr = frame_header->lr_type[0] || frame_header->lr_type[1] || frame_header->lr_type[2]; in fill_picture_parameters()
|
D | vaapi_av1.c | 173 .yframe_restoration_type = remap_lr_type[frame_header->lr_type[0]], in vaapi_av1_start_frame() 174 .cbframe_restoration_type = remap_lr_type[frame_header->lr_type[1]], in vaapi_av1_start_frame() 175 .crframe_restoration_type = remap_lr_type[frame_header->lr_type[2]], in vaapi_av1_start_frame()
|
D | cbs_av1.h | 269 uint8_t lr_type[3]; member
|
D | cbs_av1_syntax_template.c | 988 fbs(2, lr_type[i], 1, i); in FUNC() 990 if (current->lr_type[i] != AV1_RESTORE_NONE) { in FUNC()
|
/third_party/mindspore/mindspore/core/ops/ |
D | sparse_apply_r_m_s_prop.cc | 82 auto lr_type = input_args[3]->BuildType(); in InferType() local 95 (void)args2.insert(std::make_pair("lr", lr_type)); in InferType()
|
D | apply_adagrad_d_a.cc | 71 auto lr_type = input_args[kInputIndex4]->BuildType(); in InferType() local 88 (void)args_lr.insert(std::make_pair("lr_type", lr_type)); in InferType()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstav1parser.c | 2589 guint8 lr_type; in gst_av1_parse_loop_restoration_params() local 2615 lr_type = AV1_READ_BITS_CHECKED (br, 2, &retval); in gst_av1_parse_loop_restoration_params() 2619 lr_params->frame_restoration_type[i] = remap_lr_type[lr_type]; in gst_av1_parse_loop_restoration_params()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
D | vid_dec_av1.c | 1051 uint8_t lr_type = av1_f(vlc, 2); in lr_params() local 1052 lrp->FrameRestorationType[i] = Remap_Lr_Type[lr_type]; in lr_params()
|
/third_party/mindspore/mindspore/ops/operations/ |
D | nn_ops.py | 7020 def infer_dtype(self, var_type, accum_type, linear_type, grad_type, lr_type, l1_type, l2_type, argument 7026 validator.check_scalar_or_tensor_types_same({"lr": lr_type}, valid_dtypes, self.name)
|