Searched defs:g1 (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dpre_big.cpp173 const Word16 *g1; /* Pointer to correct gammma1 vector */ local
179 g1 = gamma1;
183 g1 = gamma1_12k2;
198 Weight_Ai(&A_t[aOffset], g1, Ap1);
H A Dspreproc.cpp192 const Word16 *g1; /* Pointer to correct gammma1 vector */ local
197 g1 = gamma1_12k2;
201 g1 = gamma1;
205 Weight_Ai(A, g1, Ap1);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_FwdTransformResidual4x4.c81 int g1 = f0 - f3; local
85 int h1 = (g1 << 1) + g3;
87 int h3 = g1 - (g3 << 1);
H A DarmVCM4P10_TransformResidual4x4.c82 int g1 = f0 - f2; local
86 int h1 = g1 + g2;
87 int h2 = g1 - g2;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_TransformResidual4x4_s.s112 g1 RN 11 label
309 SSUB16 g1, trCol00,trCol20
315 SADD16 colOp10, g1, g2
316 SSUB16 colOp20, g1, g2
322 SSUB16 g1, trCol02,trCol22
328 SADD16 colOp12, g1, g2
329 SSUB16 colOp22, g1, g2
/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp201 signed g1 = (tmp1 + v_g + u_g) / 256; local
211 | ((kAdjustedClip[g1] >> 2) << 5)
279 signed r1, signed g1, signed b1,
286 | ((kAdjustedClip[g1] >> 2) << 5)
305 | (kAdjustedClip[g1] << 8)
322 | (kAdjustedClip[g1] << 8)
395 signed g1 = (tmp1 + v_g + u_g) / 256; local
405 kAdjustedClip, uncropped, r1, g1, b1, r2, g2, b2);
456 signed g1 = (tmp1 + v_g + u_g) / 256;
466 | ((kAdjustedClip[g1] >>
277 writeToDst( void *dst_ptr, uint8_t *kAdjustedClip, bool uncropped, signed r1, signed g1, signed b1, signed r2, signed g2, signed b2) argument
530 signed g1 = (tmp1 + v_g + u_g) / 256; local
600 signed g1 = (tmp1 + v_g + u_g) / 256; local
[all...]
/frameworks/native/opengl/libagl/
H A Ddxt.cpp240 int g1 = green(color1); local
245 c[1] = (r1 << 11) | ((g1 >> 1) << 6) | (b1 << 1) | 0x1;
260 g2 = avg23(g0, g1);
264 g3 = avg23(g1, g0);
269 g2 = (g0 + g1) >> 1;
370 int g1 = green(color1); local
374 int g2 = avg23(g0, g1);
378 int g3 = avg23(g1, g0);
382 c[1] = rgb565SepTo888(r1, g1, b1);
527 int g1 local
[all...]
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp203 int r1, r2, g1, g2, b1, b2; local
211 g1 = convert5To8(gBase);
219 g1 = convert4To8(high >> 20);
229 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped);
379 int r1, g1, b1, r2, g2, b2; // 8 bit base colors for sub-blocks local
390 g1 = convert5To8(g51);
416 g1 = convert4To8(g41);
425 pBaseColors[1] = g1;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_x86.cpp378 __m128 pf, g0, g1, g2, g3, gx, p0, p1; local
396 g1 = _mm_shuffle_ps(gx, gx, _MM_SHUFFLE(1, 1, 1, 1));
397 pf = _mm_add_ps(pf, _mm_mul_ps(g1, _mm_alignr_epi8(p1, p0, 4)));

Completed in 415 milliseconds