Lines Matching defs:is8
74 const int is8 = sce->ics.window_sequence[0] == EIGHT_SHORT_SEQUENCE;
75 const int c_bits = is8 ? TNS_Q_BITS_IS8 == 4 : TNS_Q_BITS == 4;
81 put_bits(&s->pb, 2 - is8, sce->tns.n_filt[i]);
86 put_bits(&s->pb, 6 - 2 * is8, tns->length[i][filt]);
87 put_bits(&s->pb, 5 - 2 * is8, tns->order[i][filt]);
167 const int is8 = sce->ics.window_sequence[0] == EIGHT_SHORT_SEQUENCE;
168 const int c_bits = is8 ? TNS_Q_BITS_IS8 == 4 : TNS_Q_BITS == 4;
169 const int sfb_start = av_clip(tns_min_sfb[is8][s->samplerate_index], 0, mmm);
171 const int order = is8 ? 7 : s->profile == FF_PROFILE_AAC_LOW ? 12 : TNS_MAX_ORDER;
202 tns->n_filt[w] = is8 ? 1 : order != TNS_MAX_ORDER ? 2 : 3;