HomeSort by relevance Sort by last modified time
    Searched full:temp21 (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans32_cols_dspr2.c 40 int i, temp21; local
476 temp21 = step2_18 * cospi_24_64 + step2_29 * cospi_8_64;
477 step3_29 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS;
495 temp21 = step2_19 * cospi_24_64 + step2_28 * cospi_8_64;
496 step3_28 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS;
519 temp21 = -step2_20 * cospi_8_64 + step2_27 * cospi_24_64;
520 step3_27 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS;
538 temp21 = -step2_21 * cospi_8_64 + step2_26 * cospi_24_64;
539 step3_26 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS;
    [all...]
vp9_itrans32_dspr2.c 41 int temp21; local
542 temp21 = step2_18 * cospi_24_64 + step2_29 * cospi_8_64;
543 step3_29 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS;
561 temp21 = step2_19 * cospi_24_64 + step2_28 * cospi_8_64;
562 step3_28 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS;
585 temp21 = -step2_20 * cospi_8_64 + step2_27 * cospi_24_64;
586 step3_27 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS;
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Matrix3f.java 791 float temp20, temp21, temp22; local
803 temp21 = m20 * mat.m01 + m21 * mat.m11 + m22 * mat.m21;
813 product.m21 = temp21;
    [all...]
Matrix4f.java 1020 float temp20, temp21, temp22, temp23; local
1061 temp21 = m20 * in2.m01
    [all...]

Completed in 3721 milliseconds