Home
last modified time | relevance | path

Searched refs:tns_max_order (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Daacdec_template.c1705 const int tns_max_order = is8 ? 7 : ac->oc[1].m4ac.object_type == AOT_AAC_MAIN ? 20 : 12; in decode_tns() local
1714 if ((tns->order[w][filt] = get_bits(gb, 5 - 2 * is8)) > tns_max_order) { in decode_tns()
1717 tns->order[w][filt], tns_max_order); in decode_tns()

Completed in 8 milliseconds