Home
last modified time | relevance | path

Searched refs:p_height (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/tests/st/ops/cpu/
Dtest_boundingbox_encode_op.py36 p_height = proposals[..., 3] - proposals[..., 1] + 1.0
39 … = (((gt[..., 1] + gt[..., 3]) * 0.5) - ((proposals[..., 1] + proposals[..., 3]) * 0.5)) / p_height
41 dh = np.log((gt[..., 3] - gt[..., 1] + 1.0) / p_height)
/third_party/ffmpeg/libavcodec/
Dvc2enc_dwt.h50 int ff_vc2enc_init_transforms(VC2TransformContext *t, int p_stride, int p_height,
Dvc2enc_dwt.c259 int p_height, int slice_w, int slice_h) in ff_vc2enc_init_transforms() argument
267 s->buffer = av_calloc((p_stride + slice_w)*(p_height + slice_h), sizeof(dwtcoef)); in ff_vc2enc_init_transforms()