Home
last modified time | relevance | path

Searched refs:pceValue (Results 1 – 1 of 1) sorted by relevance

/external/aac/libAACenc/src/
Daacenc_lib.cpp1870 UINT pceValue = (UINT)((0 << 3) | ((matrix_mixdown_idx & 0x3) << 1) | 1); in aacEncEncode() local
1871 if (hAacEncoder->extParam.userPceAdditions != pceValue) { in aacEncEncode()
1872 hAacEncoder->extParam.userPceAdditions = pceValue; in aacEncEncode()