Searched refs:qpDiv6 (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_transform.c | 63 static const u8 qpDiv6[52] = {0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3, variable 107 qpDiv = qpDiv6[qp]; in h264bsdProcessBlock() 266 qpDiv = qpDiv6[qp]; in h264bsdProcessLumaDc() 368 qpDiv = qpDiv6[qp]; in h264bsdProcessChromaDc()
|