Searched defs:L2 (Results 1 - 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
H A D | convolve_opt.s | 88 BLE L2 104 L2: label
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
H A D | convolve_neon.s | 87 BLE L2 96 L2: label
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
H A D | omxVCM4P10_PredictIntra_4x4.c | 157 * L2 xx xx xx xx 172 #define L2 pSrcLeft[2*leftStep] macro 192 pDst[2*dstStep+x] = L2; 232 pTmp[0] = (OMX_U8)((L1 + 2*L2 + L3 + 2)>>2); 233 pTmp[1] = (OMX_U8)((L0 + 2*L1 + L2 + 2)>>2); 253 pTmp[0] = (OMX_U8)((L2 + 2*L1 + L0 + 2)>>2); 283 pTmp[6] = (OMX_U8)((L0 + 2*L1 + L2 + 2)>>2); 284 pTmp[7] = (OMX_U8)((L1 + L2 + 1)>>1); 285 pTmp[8] = (OMX_U8)((L1 + 2*L2 + L3 + 2)>>2); 286 pTmp[9] = (OMX_U8)((L2 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/ |
H A D | armVCM4P10_DecodeCoeffsToPair_s.S | 97 BCC L2 99 L2: label
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
H A D | common_defs.h | 25 enum RegularizationType { L0, L1, L2, L1L2, L1LInf }; enumerator in enum:learning_stochastic_linear::RegularizationType
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
H A D | rate_control.cpp | 172 double L1, L2, L3, bpp; local 251 L2 = 0.3; 257 L2 = 0.6; 263 L2 = 1.4; 271 else if (bpp <= L2)
|
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
H A D | deblock.cpp | 1091 int L2 = 0, L1, L0, R0, R1, R2 = 0, RL0; local 1122 L2 = SrcPtr[-(pitch+(pitch<<1))]; // -inc3 1129 // |L0 - L2| < Beta && |R0 - L0| < (Alpha/4 + 2) 1130 tmp = L0 - L2; 1148 SrcPtr[-pitch] = (R1 + (tmp << 1) + L2 + 4) >> 3; 1149 tmp += L2; 1151 SrcPtr[-(pitch+(pitch<<1))] = (((SrcPtr[-(pitch<<2)] + L2) << 1) + tmp + 4) >> 3; 1194 L2 = SrcPtr[-(pitch+(pitch<<1))]; // -inc3 1201 // |L0 - L2| < Beta 1202 tmp = L0 - L2; 1280 int L2 = 0, L1, L0, R0, R1, R2 = 0; local [all...] |
Completed in 37 milliseconds