Home
last modified time | relevance | path

Searched refs:superres (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dsuperres.hpp60 namespace superres namespace
163 virtual Ptr<cv::superres::DenseOpticalFlowExt> getOpticalFlow() const = 0;
165 virtual void setOpticalFlow(const Ptr<cv::superres::DenseOpticalFlowExt> &val) = 0;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/superres/
H A Doptical_flow.hpp50 namespace superres namespace
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dav1d_syntax.h80 UINT32 superres : 1; member
/OK3568_Linux_fs/buildroot/package/opencv3/
H A DConfig.in190 bool "superres"
/OK3568_Linux_fs/buildroot/package/opencv4/
H A DConfig.in192 bool "superres"
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_parser2_syntax.c98 pp->coding.superres = frame_header->use_superres; in av1d_fill_picparams()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1123 if (dxva->coding.superres) { in vdpu_av1d_superres_params()
1498 …if (!leftmost && dxva->coding.use_128x128_superblock == 0 && dxva->coding.superres && width == 1) { in check_tile_width()
1505 if (dxva->coding.superres) { in check_tile_width()
1510 if (dxva->coding.superres) in check_tile_width()