Searched refs:effectiveBytes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_encoder.c892 int effectiveBytes, opus_int32 *tot_boost_, int lfe, opus_val16 *surround_dynalloc)
920 if (effectiveBytes > 50 && LM>=1 && !lfe)
989 && (tot_boost+boost_bits)>>BITRES>>3 > effectiveBytes/4)
991 opus_int32 cap = ((effectiveBytes/4)<<BITRES<<3);
1283 int effectiveBytes; local
1390 effectiveBytes = vbr_rate>>(3+BITRES);
1400 effectiveBytes = nbCompressedBytes;
1466 effectiveBytes=nbCompressedBytes=IMIN(nbCompressedBytes, nbFilledBytes+2);
1693 if (effectiveBytes>=15*C && st->start==0 && st->complexity>=2 && !st->lfe)
1696 if (effectiveBytes<4
889 dynalloc_analysis(const opus_val16 *bandLogE, const opus_val16 *bandLogE2, int nbEBands, int start, int end, int C, int *offsets, int lsb_depth, const opus_int16 *logN, int isTransient, int vbr, int constrained_vbr, const opus_int16 *eBands, int LM, int effectiveBytes, opus_int32 *tot_boost_, int lfe, opus_val16 *surround_dynalloc) argument
[all...]
/external/libopus/celt/
H A Dcelt_encoder.c892 int effectiveBytes, opus_int32 *tot_boost_, int lfe, opus_val16 *surround_dynalloc)
920 if (effectiveBytes > 50 && LM>=1 && !lfe)
989 && (tot_boost+boost_bits)>>BITRES>>3 > effectiveBytes/4)
991 opus_int32 cap = ((effectiveBytes/4)<<BITRES<<3);
1283 int effectiveBytes; local
1390 effectiveBytes = vbr_rate>>(3+BITRES);
1400 effectiveBytes = nbCompressedBytes;
1466 effectiveBytes=nbCompressedBytes=IMIN(nbCompressedBytes, nbFilledBytes+2);
1693 if (effectiveBytes>=15*C && st->start==0 && st->complexity>=2 && !st->lfe)
1696 if (effectiveBytes<4
889 dynalloc_analysis(const opus_val16 *bandLogE, const opus_val16 *bandLogE2, int nbEBands, int start, int end, int C, int *offsets, int lsb_depth, const opus_int16 *logN, int isTransient, int vbr, int constrained_vbr, const opus_int16 *eBands, int LM, int effectiveBytes, opus_int32 *tot_boost_, int lfe, opus_val16 *surround_dynalloc) argument
[all...]

Completed in 63 milliseconds