Skip to content

Commit d80cbb8

Browse files
Jean-Baptiste Queruandroid code review
authored andcommitted
Merge "stagefright aacenc: Add missing newlines at the end of files"
2 parents 164a984 + 17510c1 commit d80cbb8

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

media/libstagefright/codecs/aacenc/basic_op/oper_32b.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,4 +358,4 @@ Word32 pow2_xy(Word32 x, Word32 y)
358358
res = pow2Table[(POW2_TABLE_SIZE*fPart)/y] >> iPart;
359359

360360
return(res);
361-
}
361+
}

media/libstagefright/codecs/aacenc/inc/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
#define MINBITS_COEF 744
3434

3535

36-
#endif
36+
#endif

media/libstagefright/codecs/aacenc/inc/sf_estim.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ EstimateScaleFactors(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
4343
Word16 logSfbFormFactor[MAX_CHANNELS][MAX_GROUPED_SFB],
4444
Word16 sfbNRelevantLines[MAX_CHANNELS][MAX_GROUPED_SFB],
4545
const Word16 nChannels);
46-
#endif
46+
#endif

media/libstagefright/codecs/aacenc/inc/transform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ void Transform_Real(Word16 *mdctDelayBuffer,
3333
Word16 windowSequence
3434
);
3535

36-
#endif
36+
#endif

media/libstagefright/codecs/aacenc/src/aac_rom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2360,4 +2360,4 @@ const unsigned char bitrevTab[17 + 129] =
23602360
0x4d, 0x59, 0x4f, 0x79, 0x53, 0x65, 0x57, 0x75, 0x5b, 0x6d, 0x5f, 0x7d, 0x67, 0x73, 0x6f, 0x7b,
23612361
0x00, 0x08, 0x14, 0x1c, 0x22, 0x2a, 0x36, 0x3e, 0x41, 0x49, 0x55, 0x5d, 0x63, 0x6b, 0x77, 0x7f,
23622362
0x00,
2363-
};
2363+
};

media/libstagefright/codecs/aacenc/src/aacenc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,4 +492,4 @@ VO_S32 VO_API voGetAACEncAPI(VO_AUDIO_CODECAPI * pDecHandle)
492492
pDecHandle->Uninit = voAACEncUninit;
493493

494494
return VO_ERR_NONE;
495-
}
495+
}

media/libstagefright/codecs/aacenc/src/asm/ARMV5E/PrePostMDCT_v5.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ PostMDCT_LOOP:
128128
PostMDCT_END:
129129
ldmia sp!, {r4 - r11, pc}
130130
@ENDP @ |PostMDCT|
131-
.end
131+
.end

media/libstagefright/codecs/aacenc/src/asm/ARMV5E/R4R8First_v5.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,4 +249,4 @@ DATATab:
249249
.word 0x5a82799a
250250

251251
@ENDP @ |Radix8First|
252-
.end
252+
.end

media/libstagefright/codecs/aacenc/src/asm/ARMV5E/Radix4FFT_v5.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ Radix4FFT_END:
166166
ldmia sp!, {r4 - r11, pc}
167167

168168
@ENDP @ |Radix4FFT|
169-
.end
169+
.end

media/libstagefright/codecs/aacenc/src/asm/ARMV7/PrePostMDCT_v7.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@ PostMDCT_END:
132132
ldmia sp!, {r4 - r11, pc}
133133

134134
@ENDP @ |PostMDCT|
135-
.end
135+
.end

0 commit comments

Comments
 (0)