Home
last modified time | relevance | path

Searched refs:MAX_BINS_LONG (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_defines.h28 #define MAX_BINS_LONG 1024 macro
44 #define SIZE01 (MAX_BINS_LONG / 16)
Dixheaacd_aacdecoder.c165 &work_buffer_core[ch * MAX_BINS_LONG]; in ixheaacd_aacdec_decodeframe()
169 &work_buffer_core[2 * ch * MAX_BINS_LONG]; in ixheaacd_aacdec_decodeframe()
Dixheaacd_pns_js_thumb.c362 if ((((win << 7) + position) + filter->order) > MAX_BINS_LONG) continue; in ixheaacd_aac_tns_process()