Searched refs:L3 (Results 1 – 11 of 11) sorted by relevance
229 Long3 L3 = s.get_u32_3(); in initializeGlobals() local230 if (L3.x != 1 || L3.y != 2 || L3.z != 3) { in initializeGlobals()233 L3.x = 2; in initializeGlobals()234 L3.y = 3; in initializeGlobals()235 L3.z = 4; in initializeGlobals()236 s.set_u32_3(L3); in initializeGlobals()256 L3 = s.get_i64_3(); in initializeGlobals()257 if (L3.x != 1 || L3.y != 2 || L3.z != 3) { in initializeGlobals()260 L3.x = 2; in initializeGlobals()261 L3.y = 3; in initializeGlobals()[all …]
173 #define L3 pSrcLeft[3*leftStep] in omxVCM4P10_PredictIntra_4x4() macro193 pDst[3*dstStep+x] = L3; in omxVCM4P10_PredictIntra_4x4()232 pTmp[0] = (OMX_U8)((L1 + 2*L2 + L3 + 2)>>2); in omxVCM4P10_PredictIntra_4x4()285 pTmp[8] = (OMX_U8)((L1 + 2*L2 + L3 + 2)>>2); in omxVCM4P10_PredictIntra_4x4()286 pTmp[9] = (OMX_U8)((L2 + L3 + 1)>>1); in omxVCM4P10_PredictIntra_4x4()335 pTmp[3] = (OMX_U8)((L1 + 2*L2 + L3 + 2)>>2); in omxVCM4P10_PredictIntra_4x4()336 pTmp[4] = (OMX_U8)((L2 + L3 + 1)>>1); in omxVCM4P10_PredictIntra_4x4()337 pTmp[5] = (OMX_U8)((L2 + 3*L3 + 2)>>2); in omxVCM4P10_PredictIntra_4x4()338 pTmp[6] = L3; in omxVCM4P10_PredictIntra_4x4()339 pTmp[7] = L3; in omxVCM4P10_PredictIntra_4x4()[all …]
125 BLE L3135 L3: label
123 BCC L3127 BCC L3129 L3: label
126 BLE L3142 L3: label
172 double L1, L2, L3, bpp; in InitRateControlModule() local252 L3 = 0.6; in InitRateControlModule()258 L3 = 1.2; in InitRateControlModule()264 L3 = 2.4; in InitRateControlModule()273 else if (bpp <= L3) in InitRateControlModule()
287 have small L1 caches and little or no L2/L3.</p>