Searched refs:lame_calloc (Results 1 - 8 of 8) sorted by relevance
/third_party/lame/libmp3lame/ |
H A D | util.c | 567 esv->inbuf_old[0] = lame_calloc(sample_t, BLACKSIZE); in fill_buffer_resample() 568 esv->inbuf_old[1] = lame_calloc(sample_t, BLACKSIZE); in fill_buffer_resample() 570 esv->blackfilt[i] = lame_calloc(sample_t, BLACKSIZE); in fill_buffer_resample()
|
H A D | id3tag.c | 424 *dst = lame_calloc(char, n + 1); in local_strdup() 450 *dst = lame_calloc(unsigned short, n + 1); in local_ucs2_strdup() 480 unsigned short *ptr = lame_calloc(unsigned short, len); in local_ucs2_substr() 568 unsigned char* latin1 = lame_calloc(unsigned char, len+1); in local_strdup_utf16_to_latin1() 652 gfc->tag_spec.albumart = lame_calloc(unsigned char, size); in id3tag_set_albumart() 884 node = lame_calloc(FrameDataNode, 1); in id3v2_add_ucs2() 921 node = lame_calloc(FrameDataNode, 1); in id3v2_add_latin1() 1818 tag = lame_calloc(unsigned char, n); in id3tag_write_v2()
|
H A D | machine.h | 161 #define lame_calloc(TYPE, COUNT) ((TYPE*)calloc(COUNT, sizeof(TYPE))) macro
|
H A D | lame.c | 1639 esv->in_buffer_0 = lame_calloc(sample_t, nsamples); in update_inbuffer_size() 1640 esv->in_buffer_1 = lame_calloc(sample_t, nsamples); in update_inbuffer_size() 2384 gfc->ATH = lame_calloc(ATH_t, 1); in lame_init_internal_flags() 2388 gfc->sv_rpg.rgdata = lame_calloc(replaygain_t, 1); in lame_init_internal_flags() 2475 gfp->internal_flags = lame_calloc(lame_internal_flags, 1); in lame_init_old() 2494 gfp = lame_calloc(lame_global_flags, 1); in lame_init()
|
H A D | mpglib_interface.c | 382 hip_t hip = lame_calloc(hip_global_flags, 1); in hip_decode_init() 408 hip_t hip = lame_calloc(hip_global_flags, 1); in hip_decode_init_gapless()
|
H A D | VbrTag.c | 518 gfc->VBR_seek_table.bag = lame_calloc(int, 400); in InitVbrTag()
|
H A D | psymodel.c | 1865 *p = lame_calloc(FLOAT, numberOfNoneZero); in init_s3_values() 1902 gd = lame_calloc(PsyConst_t, 1); in psymodel_init()
|
H A D | bitstream.c | 1104 gfc->bs.buf = lame_calloc(unsigned char, BUFFER_SIZE); in init_bit_stream_w()
|
Completed in 14 milliseconds