Searched refs:p_height (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/tests/st/ops/cpu/ |
D | test_boundingbox_encode_op.py | 36 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/ |
D | vc2enc_dwt.h | 50 int ff_vc2enc_init_transforms(VC2TransformContext *t, int p_stride, int p_height,
|
D | vc2enc_dwt.c | 259 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()
|