HomeSort by relevance Sort by last modified time
    Searched refs:temp11 (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacdec/
synthesis_sub_band.cpp 148 Int32 temp11; local
222 temp11 = *(pt_temp_x--);
230 *(pt_data_1--) = (Int16) fxp_mul32_Q31((temp11 + temp2), SCALE_DOWN_LP);
234 *(pt_data_1--) = (Int16) fxp_mul32_Q31((temp11 + temp3), SCALE_DOWN_LP);
235 temp11 = *(pt_temp_x--);
239 *(pt_data_1--) = (Int16) fxp_mul32_Q31((temp11 + temp3), SCALE_DOWN_LP);
243 *(pt_data_1--) = (Int16) fxp_mul32_Q31((temp11 + temp1), SCALE_DOWN_LP);
244 temp11 = *(pt_temp_x--);
248 *(pt_data_1--) = (Int16) fxp_mul32_Q31((temp11 + temp1), SCALE_DOWN_LP);
252 *(pt_data_1--) = (Int16) fxp_mul32_Q31((temp11 + temp2), SCALE_DOWN_LP)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Matrix3f.java 790 float temp10, temp11, temp12; local
800 temp11 = m10 * mat.m01 + m11 * mat.m11 + m12 * mat.m21;
810 product.m11 = temp11;
    [all...]
Matrix4f.java 1019 float temp10, temp11, temp12, temp13; local
1044 temp11 = m10 * in2.m01
    [all...]

Completed in 1208 milliseconds