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

  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
pitch_ol.cpp 206 Word16 max_h, max_l, ener_h, ener_l;
251 L_Extract (max, &max_h, &max_l);
254 t0 = Mpy_32 (max_h, max_l, ener_h, ener_l);
328 Word16 max_l; local
402 /* L_Extract (max, &max_h, &max_l), i.e. */
408 /* the calculation of *max_l (see next operation) */
411 /* *max_l = extract_l (L_msu (L_shr (max, 1), *max_h, 16384)); */
416 max_l = (Word16)L_temp;
435 t0 = Mpy_32(max_h, max_l, ener_h, ener_l, pOverflow);
    [all...]

Completed in 40 milliseconds