2019年6月10日

摘要: 参考:https://blog.csdn.net/cxy19931018/article/details/79781042 1、源代码: /** Check R-D costs for a CU with PCM mode. * \param rpcBestCU pointer to best mo 阅读全文
posted @ 2019-06-10 14:53 穷酸秀才大草包 阅读(457) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/nb_vol_1/article/details/51163625 1、源代码: /** check RD costs for a CU block encoded with merge * \param rpcBestCU * \param rpc 阅读全文
posted @ 2019-06-10 11:18 穷酸秀才大草包 阅读(600) 评论(0) 推荐(0)

2019年6月9日

摘要: 参考:https://blog.csdn.net/nb_vol_1/article/category/6179825/1? 1、源代码: #if AMP_MRG Void TEncCu::xCheckRDCostInter( TComDataCU*& rpcBestCU, TComDataCU*& 阅读全文
posted @ 2019-06-09 16:02 穷酸秀才大草包 阅读(841) 评论(0) 推荐(0)

2019年6月8日

摘要: 参考:https://blog.csdn.net/nb_vol_1/article/category/6179825/1? 1、源代码: Void TEncCu::xCheckRDCostIntra( TComDataCU *&rpcBestCU, TComDataCU *&rpcTempCU, D 阅读全文
posted @ 2019-06-08 16:40 穷酸秀才大草包 阅读(1316) 评论(0) 推荐(0)

2019年6月4日

摘要: 参考: https://www.cnblogs.com/tiansha/p/6458573.html https://blog.csdn.net/liangjiubujiu/article/details/81128013 一、编码流程 1、encmain.cpp: // 创建cTAppEncTop 阅读全文
posted @ 2019-06-04 16:23 穷酸秀才大草包 阅读(765) 评论(0) 推荐(0)

2019年4月3日

摘要: 参考: https://www.cnblogs.com/huangshiyu13/p/6209016.html https://zhuanlan.zhihu.com/p/25401928 https://blog.csdn.net/ustbfym/article/details/78870990 h 阅读全文
posted @ 2019-04-03 19:16 穷酸秀才大草包 阅读(5634) 评论(3) 推荐(1)

2019年4月2日

摘要: RDO: 平均误差(SSD/SSE)、均方误差(MSE)、绝对误差和(SAD)、峰值信噪比(PSNR) min D subject to R < Rc 拉格朗日优化(λ为拉格朗日乘子): min J, where J = D +λR RLO: The performance loss P(D) – 阅读全文
posted @ 2019-04-02 19:28 穷酸秀才大草包 阅读(719) 评论(0) 推荐(0)

2019年3月13日

摘要: 参见https://blog.csdn.net/hyk_1996/article/details/80322026(内有数据集下载地址) 其中footwearSneaker属性应该是footwearSneakers 阅读全文
posted @ 2019-03-13 09:36 穷酸秀才大草包 阅读(726) 评论(0) 推荐(0)

2019年3月11日

摘要: 环境: Ubuntu 16.04.4 LTS CUDA:8.0 CUDNN:5.1 CUDA下载:https://developer.nvidia.com/cuda-80-ga2-download-archive 选择runfile(local) 参见https://blog.csdn.net/QL 阅读全文
posted @ 2019-03-11 20:23 穷酸秀才大草包 阅读(657) 评论(0) 推荐(0)

2019年3月5日

摘要: https://askubuntu.com/questions/431925/how-to-restart-apache2-when-i-get-a-pid-conflict sudo kill -9 $(ps -e | grep apache2 | awk '{print $1}') 阅读全文
posted @ 2019-03-05 19:17 穷酸秀才大草包 阅读(186) 评论(0) 推荐(0)

导航