Home
last modified time | relevance | path

Searched refs:predict (Results 1 – 25 of 45) sorted by relevance

12

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/
H A Davs2d_ps.c589 RK_U32 predict = 0; in parse_picture_header_intra() local
643 READ_ONEBIT(bitctx, &predict); in parse_picture_header_intra()
644 AVS2D_PARSE_TRACE("predict %d\n", predict); in parse_picture_header_intra()
645 if (predict) { in parse_picture_header_intra()
703 RK_U32 predict = 0; in parse_picture_header_inter() local
752 READ_ONEBIT(bitctx, &predict); in parse_picture_header_inter()
753 AVS2D_PARSE_TRACE("predict %d\n", predict); in parse_picture_header_inter()
754 if (predict) { in parse_picture_header_inter()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Db-header-vars39 BASIC_BLOCK_H=basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.…
40 …e-desc.h statistics.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h st…
50 CFGLOOP_H=cfgloop.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h stati…
51 …-types.h arm-opts.h real.h fixed-value.h tree-check.h basic-block.h predict.h predict.def vec.h st…
53 …nfig/arm/arm-opts.h real.h fixed-value.h tree-check.h basic-block.h predict.h predict.def vec.h st…
54 …map.h hashtab.h statistics.h hard-reg-set.h sbitmap.h basic-block.h predict.h predict.def vec.h st…
55 …map.h hashtab.h statistics.h hard-reg-set.h sbitmap.h basic-block.h predict.h predict.def vec.h st…
65 PREDICT_H=predict.h predict.def
73predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h…
82predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h…
[all …]
H A Dgimple.def393 PREDICT is one of the predictors from predict.def.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Db-header-vars39 BASIC_BLOCK_H=basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.…
40 …e-desc.h statistics.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h st…
50 CFGLOOP_H=cfgloop.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h stati…
51 …64-tuning-flags.def real.h fixed-value.h tree-check.h basic-block.h predict.h predict.def vec.h st…
53 …64-tuning-flags.def real.h fixed-value.h tree-check.h basic-block.h predict.h predict.def vec.h st…
54 …map.h hashtab.h statistics.h hard-reg-set.h sbitmap.h basic-block.h predict.h predict.def vec.h st…
55 …map.h hashtab.h statistics.h hard-reg-set.h sbitmap.h basic-block.h predict.h predict.def vec.h st…
65 PREDICT_H=predict.h predict.def
73predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h…
82predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h…
[all …]
H A Dgimple.def393 PREDICT is one of the predictors from predict.def.
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Ddictlist.h107 size_t predict(const char16 last_hzs[], uint16 hzs_len,
H A Datomdictbase.h181 virtual size_t predict(const char16 last_hzs[], uint16 hzs_len,
H A Ddicttrie.h199 size_t predict(const char16 *last_hzs, uint16 hzs_len,
H A Duserdict.h63 size_t predict(const char16 last_hzs[], uint16 hzs_len,
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Ddictlist.h107 size_t predict(const char16 last_hzs[], uint16 hzs_len,
H A Datomdictbase.h181 virtual size_t predict(const char16 last_hzs[], uint16 hzs_len,
H A Ddicttrie.h199 size_t predict(const char16 *last_hzs, uint16 hzs_len,
H A Duserdict.h63 size_t predict(const char16 last_hzs[], uint16 hzs_len,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dml.hpp366 …CV_WRAP virtual float predict( InputArray samples, OutputArray results=noArray(), int flags=0 ) co…
897 …CV_WRAP virtual float predict( InputArray samples, OutputArray results=noArray(), int flags=0 ) co…
1659 …CV_WRAP virtual float predict( InputArray samples, OutputArray results=noArray(), int flags=0 ) co…
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/video/
H A Dtracking.hpp364 CV_WRAP const Mat& predict( const Mat& control = Mat() );
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/video/
H A Dtracking.hpp364 CV_WRAP const Mat& predict( const Mat& control = Mat() );
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Ddicttrie.cpp936 size_t DictTrie::predict(const char16 *last_hzs, uint16 hzs_len, in predict() function in ime_pinyin::DictTrie
939 return dict_list_->predict(last_hzs, hzs_len, npre_items, npre_max, b4_used); in predict()
H A Ddictlist.cpp233 size_t DictList::predict(const char16 last_hzs[], uint16 hzs_len, in predict() function in ime_pinyin::DictList
H A Dmatrixsearch.cpp1905 dict_trie_->predict(fixed_buf + fixed_len - len, len, in inner_predict()
1912 user_dict_->predict(fixed_buf + fixed_len - len, len, in inner_predict()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgsl_point_id.c90 unsigned predict:1; member
832 pp[0][n].other.predict = 0; in PointPredictOne()
857 pp[0][n].other.predict = 1; in PointPredictTwo()
886 pp[0][n].other.predict = 1; in PointPredictThree()
991 if (pp[0][i].other.predict == 0 || pp[1][i].other.fill != 0) in PointId()
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-energy.rst8 Energy Aware Scheduling (or EAS) gives the scheduler the ability to predict
388 EAS tries to predict at which OPP will the CPUs be running in the close future
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/intel/
H A Digb.rst70 to predict in all cases where the positions would be on the command line.
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D01_man_portability.patch242 To predict how \fItcpd\fR would handle a telnet request from the local
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp1259 isp_cfg.others.hdrtmo_cfg.predict.global_tmo = atmo_data.isHdrGlobalTmo; in convertAiqTmoToIsp20Params()
1260 isp_cfg.others.hdrtmo_cfg.predict.scene_stable = atmo_data.Predict.Scenestable; in convertAiqTmoToIsp20Params()
1261 isp_cfg.others.hdrtmo_cfg.predict.k_rolgmean = atmo_data.Predict.K_Rolgmean; in convertAiqTmoToIsp20Params()
1262 isp_cfg.others.hdrtmo_cfg.predict.iir = atmo_data.Predict.iir; in convertAiqTmoToIsp20Params()
1263 isp_cfg.others.hdrtmo_cfg.predict.iir_max = atmo_data.Predict.iir_max; in convertAiqTmoToIsp20Params()
1264 isp_cfg.others.hdrtmo_cfg.predict.global_tmo_strength = atmo_data.Predict.global_tmo_strength; in convertAiqTmoToIsp20Params()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dnetdev-FAQ.rst62 sent to netdev, but knowing the above, you can predict that in advance.

12