Loading media/libstagefright/codecs/aacenc/src/bitenc.c +1 −1 Original line number Diff line number Diff line Loading @@ -547,7 +547,7 @@ static void writeFillElement( const UWord8 *ancBytes, totFillBits = totFillBits - (3+4); if ((cnt == (1<<4)-1)) { if (cnt == (1<<4)-1) { esc_count = min( ((totFillBits >> 3) - ((1<<4)-1)), (1<<8)-1); WriteBits(hBitStream,esc_count,8); Loading media/libstagefright/codecs/amrwbenc/src/wb_vad.c +1 −1 Original line number Diff line number Diff line Loading @@ -404,7 +404,7 @@ static void noise_estimate_update( alpha_down = ALPHA_DOWN1; } else { if ((st->stat_count == 0)) if (st->stat_count == 0) { alpha_up = ALPHA_UP2; alpha_down = ALPHA_DOWN2; Loading Loading
media/libstagefright/codecs/aacenc/src/bitenc.c +1 −1 Original line number Diff line number Diff line Loading @@ -547,7 +547,7 @@ static void writeFillElement( const UWord8 *ancBytes, totFillBits = totFillBits - (3+4); if ((cnt == (1<<4)-1)) { if (cnt == (1<<4)-1) { esc_count = min( ((totFillBits >> 3) - ((1<<4)-1)), (1<<8)-1); WriteBits(hBitStream,esc_count,8); Loading
media/libstagefright/codecs/amrwbenc/src/wb_vad.c +1 −1 Original line number Diff line number Diff line Loading @@ -404,7 +404,7 @@ static void noise_estimate_update( alpha_down = ALPHA_DOWN1; } else { if ((st->stat_count == 0)) if (st->stat_count == 0) { alpha_up = ALPHA_UP2; alpha_down = ALPHA_DOWN2; Loading