Searched refs:firstPhase (Results 1 – 1 of 1) sorted by relevance
267 i32 firstPhase[16]; in ConcealMb() local333 H264SwDecMemset(firstPhase, 0, sizeof(firstPhase)); in ConcealMb()348 firstPhase[0] += a[0] + a[1] + a[2] + a[3]; in ConcealMb()349 firstPhase[1] += a[0] + a[1] - a[2] - a[3]; in ConcealMb()361 firstPhase[0] += b[0] + b[1] + b[2] + b[3]; in ConcealMb()362 firstPhase[1] += b[0] + b[1] - b[2] - b[3]; in ConcealMb()381 firstPhase[0] += l[0] + l[1] + l[2] + l[3]; in ConcealMb()382 firstPhase[4] += l[0] + l[1] - l[2] - l[3]; in ConcealMb()401 firstPhase[0] += r[0] + r[1] + r[2] + r[3]; in ConcealMb()402 firstPhase[4] += r[0] + r[1] - r[2] - r[3]; in ConcealMb()[all …]