自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 问答 (1)
  • 收藏
  • 关注

原创 【记录问题】遇到的问题整理

记录一些短期内没时间去看或者不知道如何系统解决的问题

2022-12-30 10:49:07 54

翻译 VVC帧内算法-PDPC

3.3.3 Position dependent intra prediction combination (PDPC)在VVC帧内预测中,DC,Planar和几种角度模式的预测值会进一步被PDPC修改。PDPC结合未滤波的边界参考像素和基于滤波后边界参考像素的HEVC帧内预测值来进行帧内预测。以下的帧内模式直接使用PDPC而无需signal:planar,DC,水平模式,垂直模式,左下角度模式与8个邻近角度模式,右上角度模式与8个邻近角度模式。pred(x’,y’)的计算需要一个帧内预测模式(DC,p

2020-09-15 09:27:18 956

原创 LeetCode-70

LeetCode-70You are climbing a stair case. It takes n steps to reach to the top.Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top?Note: Given n will be ...

2019-05-06 16:52:36 111

原创 LeetCode-69

LeetCode-69Implement int sqrt(int x).Compute and return the square root of x, where x is guaranteed to be a non-negative integer.Since the return type is an integer, the decimal digits are truncate...

2019-05-06 16:29:23 112

原创 LeetCode-1的python和c++

LeetCode-1 TwosumGiven an array of integers, return indices of the two numbers such that they add up to a specific target.You may assume that each input would have exactly one solution, and you may ...

2019-05-06 15:13:35 134

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除