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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.c82 static const u8 betas[52] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,3,3,3,3,4,4, variable
1403 thresholds[INNER].beta = betas[indexB];
1417 thresholds[TOP].beta = betas[indexB];
1438 thresholds[LEFT].beta = betas[indexB];
1484 thresholds[INNER].beta = betas[indexB];
1499 thresholds[TOP].beta = betas[indexB];
1521 thresholds[LEFT].beta = betas[indexB];
2207 beta[0][1] = betas[indexB];
2208 beta[1][1] = betas[indexB];
2209 beta[1][0] = betas[index
[all...]

Completed in 295 milliseconds