HomeSort by: relevance | last modified time | path
    Searched defs:scalefactor (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/bta2dpd/bta2dpd/
sbc_encode.c 62 uint32_t scalefactor[2][8]; variable in typeref:typename:uint32_t[2][8]
199 if ((scalefactor[0][sb] + scalefactor[1][sb]) > x + y) {
201 scalefactor[0][sb] = x;
202 scalefactor[1][sb] = y;
236 scalefactor[ch][sb] = 16 - lz;
260 bitneed[ch][sb] = (int32_t)scalefactor[ch][sb];
269 if (scalefactor[ch][sb] == 0)
274 ((int)scalefactor[ch][sb]
279 ((int)scalefactor[ch][sb
    [all...]
sbc_encode.c 62 uint32_t scalefactor[2][8]; variable in typeref:typename:uint32_t[2][8]
199 if ((scalefactor[0][sb] + scalefactor[1][sb]) > x + y) {
201 scalefactor[0][sb] = x;
202 scalefactor[1][sb] = y;
236 scalefactor[ch][sb] = 16 - lz;
260 bitneed[ch][sb] = (int32_t)scalefactor[ch][sb];
269 if (scalefactor[ch][sb] == 0)
274 ((int)scalefactor[ch][sb]
279 ((int)scalefactor[ch][sb
    [all...]

Completed in 23 milliseconds