Searched refs:coef_idx (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | bink.c | 642 int coef_idx[64], int q) in read_dct_coeffs() 692 coef_idx[coef_count++] = ccoef; in read_dct_coeffs() 713 coef_idx[coef_count++] = ccoef; in read_dct_coeffs() 737 int coef_count, int coef_idx[64], in unquantize_dct_coeffs() 743 int idx = coef_idx[i]; in unquantize_dct_coeffs() 864 int qp, quant_idx, coef_count, coef_idx[64]; in binkb_decode_plane() local 919 … if ((quant_idx = read_dct_coeffs(c, gb, dctblock, bink_scan, &coef_count, coef_idx, qp)) < 0) in binkb_decode_plane() 921 … unquantize_dct_coeffs(dctblock, binkb_intra_quant[quant_idx], coef_count, coef_idx, bink_scan); in binkb_decode_plane() 954 … if ((quant_idx = read_dct_coeffs(c, gb, dctblock, bink_scan, &coef_count, coef_idx, qp)) < 0) in binkb_decode_plane() 956 … unquantize_dct_coeffs(dctblock, binkb_inter_quant[quant_idx], coef_count, coef_idx, bink_scan); in binkb_decode_plane() [all …]
|
D | aacenc_tns.c | 91 coef_compress = compress_coeffs(tns->coef_idx[i][filt], in ff_aac_encode_tns_info() 96 put_bits(&s->pb, coef_len, tns->coef_idx[i][filt][w]); in ff_aac_encode_tns_info() 207 quantize_coefs(&coefs[oc_start], tns->coef_idx[w][g], tns->coef[w][g], in ff_aac_search_for_tns()
|
D | aacenc_ltp.c | 48 put_bits(&s->pb, 3, ics->ltp.coef_idx); in ff_aac_encode_ltp_info() 95 ltp->coef_idx = quant_array_idx(max_ratio, ltp_coef, 8); in get_lag() 96 ltp->coef = ltp_coef[ltp->coef_idx]; in get_lag()
|
D | aac.h | 167 int coef_idx; member 205 int coef_idx[8][4][TNS_MAX_ORDER]; member
|
D | evrcdec.c | 379 int offset, i, coef_idx; in bl_intrp() local 392 coef_idx = t * (2 * 8 + 1); in bl_intrp() 396 ex[0] += e->interpolation_coeffs[coef_idx + i] * f[i]; in bl_intrp()
|