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

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
synthesis_amr_wb.cpp 168 int16 *pt_tmp; local
223 pt_tmp = HF;
226 *(pt_tmp++) = noise_gen_amrwb(&(st->seed2)) >> 3;
227 *(pt_tmp++) = noise_gen_amrwb(&(st->seed2)) >> 3;
228 *(pt_tmp++) = noise_gen_amrwb(&(st->seed2)) >> 3;
229 *(pt_tmp++) = noise_gen_amrwb(&(st->seed2)) >> 3;
233 pt_tmp = exc;
237 *(pt_tmp) = add_int16(*(pt_tmp), 0x0004) >> 3;
238 pt_tmp++
    [all...]

Completed in 50 milliseconds