Home
last modified time | relevance | path

Searched refs:oc_start (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daacenc_tns.c184 int oc_start = 0, os_start = 0; in ff_aac_search_for_tns() local
205 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()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dconv3x3_int8.c455 bool w_not_bound, int output_w, int real_num, int oc_start, in Conv3x3Int8OutputUnit() argument
507 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()