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

  /frameworks/av/media/libstagefright/codecs/aacdec/
get_tns.cpp 36 changed calculation of s_mask and n_mask from table-based to being
358 Int n_mask; local
534 n_mask = -((Int)tempInt & s_mask);
537 * n_mask is used to sign_extend the
541 *(pLpcCoef++) = tempInt | n_mask;
  /external/aac/libAACdec/src/
aacdec_tns.cpp 187 SCHAR n_mask; local
198 n_mask = neg_mask[coef_res + 1 - coef_compress];
203 filter->Coeff[i] = (coef & s_mask) ? (coef | n_mask) : coef;

Completed in 471 milliseconds