Searched refs:firstPhase (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_conceal.c267 i32 firstPhase[16]; local
333 H264SwDecMemset(firstPhase, 0, sizeof(firstPhase));
348 firstPhase[0] += a[0] + a[1] + a[2] + a[3];
349 firstPhase[1] += a[0] + a[1] - a[2] - a[3];
361 firstPhase[0] += b[0] + b[1] + b[2] + b[3];
362 firstPhase[1] += b[0] + b[1] - b[2] - b[3];
381 firstPhase[0] += l[0] + l[1] + l[2] + l[3];
382 firstPhase[4] += l[0] + l[1] - l[2] - l[3];
401 firstPhase[
[all...]

Completed in 133 milliseconds