Searched refs:g2 (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_FwdTransformResidual4x4.c67 int g2 = f1 + f2; local
69 int h0 = g0 + g2;
71 int h2 = g0 - g2;
H A DarmVCM4P10_TransformResidual4x4.c68 int g2 = (f1>>1) - f3; local
71 int h1 = g1 + g2;
72 int h2 = g1 - g2;
/frameworks/base/media/libstagefright/codecs/aacenc/src/
H A Dquantize.c335 Word32 g2 = (g << 1) + 1; local
344 if(g2 < 0 && g >= 0)
346 g2 = -g2;
359 distSingle = (saShft * saShft) >> g2;
365 distSingle = (diff * diff) >> g2;
371 distSingle = (diff * diff) >> g2;
377 distSingle = (diff * diff) >> g2;
408 distSingle = L_shl((saShft * saShft), g2);
414 distSingle = L_shl((diff * diff), g2);
[all...]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_TransformResidual4x4_s.s99 g2 RN 12 label
296 SHADD16 g2, trCol10,constZero ;// (f1>>1) constZero is a register holding 0
298 SSUB16 g2, g2, trCol30
301 SADD16 colOp10, g1, g2
302 SSUB16 colOp20, g1, g2
309 SHADD16 g2, trCol12,constZero ;// (f1>>1) constZero is a register holding 0
311 SSUB16 g2, g2, trCol32
314 SADD16 colOp12, g1, g2
[all...]
/frameworks/base/media/libstagefright/colorconversion/
H A DColorConverter.cpp172 signed g2 = (tmp2 + v_g + u_g) / 256; local
182 | ((kAdjustedClip[g2] >> 2) << 5)
256 signed g2 = (tmp2 + v_g + u_g) / 256; local
266 | ((kAdjustedClip[g2] >> 2) << 5)
330 signed g2 = (tmp2 + v_g + u_g) / 256; local
340 | ((kAdjustedClip[g2] >> 2) << 5)
401 signed g2 = (tmp2 + v_g + u_g) / 256; local
411 | ((kAdjustedClip[g2] >> 2) << 5)
468 signed g2 = (tmp2 + v_g + u_g) / 256; local
478 | ((kAdjustedClip[g2] >>
[all...]
/frameworks/base/opengl/libagl/
H A Ddxt.cpp251 int r2, g2, b2, r3, g3, b3, a3; local
260 g2 = avg23(g0, g1);
269 g2 = (g0 + g1) >> 1;
275 c[2] = (r2 << 11) | ((g2 >> 1) << 6) |
280 c[2] = (r2 << 11) | (g2 << 5) | b2;
374 int g2 = avg23(g0, g1); local
383 c[2] = rgb565SepTo888(r2, g2, b2);
531 int g2 = avg23(g0, g1); local
540 c[2] = rgb565SepTo888(r2, g2, b2);
/frameworks/base/opengl/libs/ETC1/
H A Detc1.cpp203 int r1, r2, g1, g2, b1, b2; local
212 g2 = convertDiff(gBase, high >> 16);
220 g2 = convert4To8(high >> 16);
230 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
379 int r1, g1, b1, r2, g2, b2; // 8 bit base colors for sub-blocks local
401 g2 = convert5To8(g51 + dg);
419 g2 = convert4To8(g42);
428 pBaseColors[4] = g2;
/frameworks/base/media/tests/contents/media_api/music/
H A Dtest_amr_ietf.amr580 55h6�>�Q؂�t;�k?M0< {zO����v�&�����R���T���`吿0<�$G�����*��E���$704����hi� �<({x?�k� U��Խ��Z�� N[@��t,T�v�<��G�a �ݭ����{2������b��OV�<��ϣt��^��de���ך �[B���`<���Ĕ D�g2h����Q8��Aj�܏�p<�t�zB 2�zI���˖˗~�7�zO

Completed in 147 milliseconds