Home
last modified time | relevance | path

Searched refs:levelScale (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_transform.c55 static const i32 levelScale[6][3] = { variable
108 tmp1 = levelScale[qpMod6[qp]][0] << qpDiv; in h264bsdProcessBlock()
109 tmp2 = levelScale[qpMod6[qp]][1] << qpDiv; in h264bsdProcessBlock()
110 tmp3 = levelScale[qpMod6[qp]][2] << qpDiv; in h264bsdProcessBlock()
302 levScale = levelScale[ qpMod ][0]; in h264bsdProcessLumaDc()
369 levScale = levelScale[ qpMod6[qp] ][0]; in h264bsdProcessChromaDc()