Searched refs:coefRes (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dtns.h50 Word16 coefRes; member in struct:__anon336
102 Word16 coefRes[TRANS_FAC]; member in struct:__anon342
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c146 tC->coefRes = 4;
212 tC->coefRes = 3;
419 tC.coefRes);
424 tC.coefRes);
441 tnsInfo->coefRes[subBlockNumber] = tC.coefRes;
464 tC.coefRes);
469 tC.coefRes);
482 tnsInfo->coefRes[subBlockNumber] = tC.coefRes;
[all...]
H A Dbitenc.c305 WriteBits(hBitStream,((tnsInfo.coefRes[i] - 4)==0?1:0),1);
314 if(tnsInfo.coefRes[i] == 4) {
336 WriteBits(hBitStream, tnsInfo.coefRes[i] - coefBits, 1); /*coef_compres*/
H A Dstat_bits.c129 if (tnsInfo->coefRes[i] == 4) {

Completed in 67 milliseconds