Searched refs:oc_start (Results 1 – 2 of 2) sorted by relevance
184 int oc_start = 0, os_start = 0; in ff_aac_search_for_tns() local205 tns->order[w][g] = g < tns->n_filt[w] ? order/tns->n_filt[w] : order - oc_start; in ff_aac_search_for_tns()207 quantize_coefs(&coefs[oc_start], tns->coef_idx[w][g], tns->coef[w][g], in ff_aac_search_for_tns()209 oc_start += tns->order[w][g]; in ff_aac_search_for_tns()
455 bool w_not_bound, int output_w, int real_num, int oc_start, in Conv3x3Int8OutputUnit() argument507 out_multiplier = vld1q_s32(quant_multiplier + oc_start); in Conv3x3Int8OutputUnit()508 ls = vld1q_s32(left_shift + oc_start); in Conv3x3Int8OutputUnit()509 rs = vld1q_s32(right_shift + oc_start); in Conv3x3Int8OutputUnit()624 int oc_index = oc_start + i; in Conv3x3Int8OutputUnit()