﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1178	Use of cu_transquant_bypass_flag in controlling intra prediction	peterderivaz		"In 8.4.4.2.6 Specification of intra prediction mode in the range of INTRA_ANGULAR2.. INTRA_ANGULAR34, equation 8-54 is only triggered if cu_transquant_bypass_flag is equal to 0.  In previous versions of the specification, there was no mention of cu_transquant_bypass_flag in this part.

This seems an odd change because:

1. It appears to break backwards compatability for Main and Main10 profile
2. The corresponding code at line 263 of TCompPrediction.cpp makes no mention of this extra condition:

    const Bool edgeFilter = isLuma(channelType) && (width <= MAXIMUM_INTRA_FILTERED_WIDTH) && (height <= MAXIMUM_INTRA_FILTERED_HEIGHT);

Can someone clear up my confusion on this point?"	defect	closed	major	RExt D5	RExt text	RExt D4 (N1005) v3	fixed		davidf joel teruhiko jct-vc@…
