Custom query (105 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 105)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#101 fixed wrong conformance check on encoder side Vadim kolya
Description

1627 assert(widthEL > 0 && heightEL > 0 && widthBL > 0 && widthEL > 0);

should contain heightBL insted of one of widthELs

#100 invalid wrong region height count Vadim kolya
Description

In TComUpsampleFilter.cpp line 103 there is

Int refRegionHeight = heightBL - windowRL.getWindowTopOffset() - windowRL.getWindowBottomOffset();

but it is already computed heighBL in line 71 with the same offset.

#97 fixed no build with AVC_BASE 0 Vadim kolya
Description

when AVC_BASE 0 is set, I have

/cygdrive/c/Users/nshlyakh/git/SHM/build/linux/app/TAppDecoder/../../../../source/App/TAppDecoder/TAppDecTop.cpp: In member function 'Void TAppDecTop::decode()': /cygdrive/c/Users/nshlyakh/git/nganalyzerqt-shvc_re/SHM/build/linux/app/TAppDecoder/../../../../source/App/TAppDecoder/TAppDecTop.cpp:427:32: error: 'm_tgtLayerId' was not declared in this scope

for(UInt layer = 0; layer <= m_tgtLayerId; layer++)

../../common/makefile.base:236: recipe for target 'objects/TAppDecTop.d.o' failed make[1]: * [objects/TAppDecTop.d.o] Error 1 make[1]: Leaving directory '/cygdrive/c/Users/nshlyakh/git/SHM/build/linux/app/TAppDecoder' makefile:21: recipe for target 'debug' failed make: * [debug] Error 2

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.