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

  /external/opencore/codecs_v2/audio/aac/dec/src/
imdct_fxp.cpp 285 Int32 temp_re32; local
343 temp_re32 = *(p_data_1++) << shift1;
356 temp1 = cmplx_mul32_by_16(temp_im32, -temp_re32, exp_jw);
357 temp2 = -cmplx_mul32_by_16(temp_re32, temp_im32, exp_jw);
360 temp_re32 = *(p_data_2--) << shift1;
377 temp1 = cmplx_mul32_by_16(temp_im32, -temp_re32, exp_jw);
378 temp2 = -cmplx_mul32_by_16(temp_re32, temp_im32, exp_jw);
381 temp_re32 = *(p_data_1++) << shift1;
393 temp_re32 = *(p_data_1++) >> 1;
406 temp1 = cmplx_mul32_by_16(temp_im32, -temp_re32, exp_jw)
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
imdct_fxp.cpp 285 Int32 temp_re32; local
343 temp_re32 = *(p_data_1++) << shift1;
356 temp1 = cmplx_mul32_by_16(temp_im32, -temp_re32, exp_jw);
357 temp2 = -cmplx_mul32_by_16(temp_re32, temp_im32, exp_jw);
360 temp_re32 = *(p_data_2--) << shift1;
377 temp1 = cmplx_mul32_by_16(temp_im32, -temp_re32, exp_jw);
378 temp2 = -cmplx_mul32_by_16(temp_re32, temp_im32, exp_jw);
381 temp_re32 = *(p_data_1++) << shift1;
393 temp_re32 = *(p_data_1++) >> 1;
406 temp1 = cmplx_mul32_by_16(temp_im32, -temp_re32, exp_jw)
    [all...]

Completed in 194 milliseconds