intel / libyami

Yet Another Media Infrastructure. it is core part of media codec with hardware acceleration, it is yummy to your video experience on Linux like platform.
Apache License 2.0
147 stars 106 forks source link

Modify m_maxTbsize to 32 for hevc encoding #718

Closed pengche1 closed 7 years ago

pengche1 commented 7 years ago

Keep it as the same as CU max size.

Signed-off-by: peng.chen peng.c.chen@intel.com

xuguangxin commented 7 years ago

@pengche1 , could you give more descriptive log in the commit message?thanks

pengche1 commented 7 years ago

@xuguangxin, do you think below description is enough or not?

Modify m_maxTbsize to 32 for hevc encoding

Keep it as the same as CU max size. It makes it possible
to select bigger TU size for some CUs and improves the
encoding quality
lizhong1008 commented 7 years ago

@pengche1 , yeah, please change the commit message to "Keep it as the same as CU max size. It makes it possible to select bigger TU size for some CUs and improves the encoding quality"

xuguangxin commented 7 years ago

greate @pengche1 , thanks

pengche1 commented 7 years ago

Done