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

  /frameworks/base/media/libstagefright/codecs/aacdec/
calc_sbr_synfilterbank.cpp 403 const Int32* pt_C1 = &sbrDecoderFilterbankCoefficients_down_smpl[0];
411 realAccu1 = fxp_mul_16_by_16bt(*(pt_V1++), *(pt_C1));
412 realAccu2 = fxp_mul_16_by_16bb(*(pt_V1++), *(pt_C1++));
421 pt_C1 += 16;
602 const Int32* pt_C1 = &sbrDecoderFilterbankCoefficients_down_smpl[0];
610 realAccu1 = fxp_mul_16_by_16bt(*(pt_V1++), *(pt_C1));
611 realAccu2 = fxp_mul_16_by_16bb(*(pt_V1++), *(pt_C1++));
619 pt_C1 += 16;

Completed in 1196 milliseconds