代码搜索:changes
找到约 10,000 项符合「changes」的源代码
代码结果 10,000
www.eeworm.com/read/275831/10794426
rb 05 - listening for changes to a class.rb
class Tracker
def important
"This is an important method!"
end
def self.method_added sym
if sym == :important
raise 'The "important" method has been redefined!'
else
pu
www.eeworm.com/read/439049/7717588
txt changes_rm52g.txt
from rm52f to rm52g
1) Video Edit Code功能实现在编码解码器中
VECPeriod = 0 # Period of VEC, distance of two I frames (0=only first)
默认为0,则第一I帧前面总是有1个video edit code
2) MV越界在RDO off的情况下没
www.eeworm.com/read/439049/7717630
txt changes_rm52f.txt
from rm52d to rm52e
from rm52e to rm52f Beta
1.Chroma的帧内预测
macroblock.c中的int decode_one_macroblock(struct img_par *img,struct inp_par *inp)
int mb_available_up_right = (img->mb_y == 0 || im
www.eeworm.com/read/439049/7717633
txt changes_rm52i.txt
一. VEC问题: based on AVS-M1956 by Grandview Semi.
Encoder:
1. picture_header() in image.c
* row 159, 183
write the VEC_EXT byte to bitstream
* row 170, 194
force to write the val
www.eeworm.com/read/439049/7717635
txt changes_old versions.txt
RM52e Compared with RM52c
--encoder/decoder:fixed bug for Chroma intra prediction
--encoder/decoder:fixed bug for direct MV storage
--encoder/decoder:fixed bug for intra prediction initialization
www.eeworm.com/read/439049/7717638
txt changes_rm52j.txt
rm52j版本修改处:
1. picture_distance的计算
编码端:将picture_distance的计算移至init_frame()中;
解码端:int calculate_distance(int blkref, int fw_bw ) in macroblock.c
将用于计算DistanceIndex 和 BlockDistance
www.eeworm.com/read/439049/7717641
txt changes_rm52h.txt
1: Sequence Header中 aspect_ratio
2: Sequence Header中bit_rate
3: Advanced_pred_mode_disable:按场编码的码流问题
4: 解决了运动矢量超出了边界16个像素以上的问题
5: 解决了不能正确编码不能被16整除的图像,图像高度不能被32整除时,不能编码场码流的问题
6: 解决了加权预测的无