Searched refs:levScale (Results 1 – 1 of 1) sorted by relevance
260 i32 levScale; in h264bsdProcessLumaDc() local302 levScale = levelScale[ qpMod ][0]; in h264bsdProcessLumaDc()305 levScale <<= (qpDiv-2); in h264bsdProcessLumaDc()312 data[0 ] = ((tmp0 + tmp3)*levScale); in h264bsdProcessLumaDc()313 data[4 ] = ((tmp1 + tmp2)*levScale); in h264bsdProcessLumaDc()314 data[8 ] = ((tmp1 - tmp2)*levScale); in h264bsdProcessLumaDc()315 data[12] = ((tmp0 - tmp3)*levScale); in h264bsdProcessLumaDc()328 data[0 ] = ((tmp0 + tmp3)*levScale+tmp) >> (2-qpDiv); in h264bsdProcessLumaDc()329 data[4 ] = ((tmp1 + tmp2)*levScale+tmp) >> (2-qpDiv); in h264bsdProcessLumaDc()330 data[8 ] = ((tmp1 - tmp2)*levScale+tmp) >> (2-qpDiv); in h264bsdProcessLumaDc()[all …]