Searched refs:id_aac (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aacsbr.h | 84 void AAC_RENAME(ff_aac_sbr_ctx_init)(AACContext *ac, SpectralBandReplication *sbr, int id_aac); 89 GetBitContext *gb, int crc, int cnt, int id_aac); 91 void AAC_RENAME(ff_sbr_apply)(AACContext *ac, SpectralBandReplication *sbr, int id_aac,
|
D | aacsbr_template.c | 92 …cold void AAC_RENAME(ff_aac_sbr_ctx_init)(AACContext *ac, SpectralBandReplication *sbr, int id_aac) in AAC_RENAME() 97 sbr->id_aac = id_aac; in AAC_RENAME() 1047 GetBitContext *gb, int id_aac) argument 1051 sbr->id_aac = id_aac; 1054 if (id_aac == TYPE_SCE || id_aac == TYPE_CCE) { 1059 } else if (id_aac == TYPE_CPE) { 1066 "Invalid bitstream - cannot apply SBR to element type %d\n", id_aac); 1112 GetBitContext *gb_host, int crc, int cnt, int id_aac) 1144 num_sbr_bits += read_sbr_data(ac, sbr, gb, id_aac); 1475 void AAC_RENAME(ff_sbr_apply)(AACContext *ac, SpectralBandReplication *sbr, int id_aac, [all …]
|
D | aacsbr.c | 73 static void sbr_dequant(SpectralBandReplication *sbr, int id_aac) in sbr_dequant() argument 78 if (id_aac == TYPE_CPE && sbr->bs_coupling) { in sbr_dequant() 114 for (ch = 0; ch < (id_aac == TYPE_CPE) + 1; ch++) { in sbr_dequant()
|
D | sbr.h | 146 int id_aac; member
|
D | aacsbr_fixed.c | 153 static void sbr_dequant(SpectralBandReplication *sbr, int id_aac) in sbr_dequant() argument 158 if (id_aac == TYPE_CPE && sbr->bs_coupling) { in sbr_dequant() 203 for (ch = 0; ch < (id_aac == TYPE_CPE) + 1; ch++) { in sbr_dequant()
|