Fix: set bvLicIdx in SrchCostBv intBvList for AE0078
There is a problem with the line pu.cu->ibcLicIdx = intBvList.bvLicIdx[candIdx]
, it introduces undefined behavior (valgrind) since bvLicIdx[] is not set in intBvList, and there is no default initialization for bvLicIdx.