Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dbink.c644 int coef_idx[64], int q) in read_dct_coeffs()
694 coef_idx[coef_count++] = ccoef; in read_dct_coeffs()
715 coef_idx[coef_count++] = ccoef; in read_dct_coeffs()
739 int coef_count, int coef_idx[64], in unquantize_dct_coeffs()
745 int idx = coef_idx[i]; in unquantize_dct_coeffs()
866 int qp, quant_idx, coef_count, coef_idx[64]; in binkb_decode_plane() local
921 if ((quant_idx = read_dct_coeffs(c, gb, dctblock, bink_scan, &coef_count, coef_idx, qp)) < 0) in binkb_decode_plane()
923 unquantize_dct_coeffs(dctblock, binkb_intra_quant[quant_idx], coef_count, coef_idx, bink_scan); in binkb_decode_plane()
956 if ((quant_idx = read_dct_coeffs(c, gb, dctblock, bink_scan, &coef_count, coef_idx, qp)) < 0) in binkb_decode_plane()
958 unquantize_dct_coeffs(dctblock, binkb_inter_quant[quant_idx], coef_count, coef_idx, bink_sca in binkb_decode_plane()
642 read_dct_coeffs(BinkContext *c, GetBitContext *gb, int32_t block[64], const uint8_t *scan, int *coef_count_, int coef_idx[64], int q) read_dct_coeffs() argument
738 unquantize_dct_coeffs(int32_t block[64], const uint32_t quant[64], int coef_count, int coef_idx[64], const uint8_t *scan) unquantize_dct_coeffs() argument
1032 int coordmap[64], quant_idx, coef_count, coef_idx[64]; bink_decode_plane() local
[all...]
H A Daacenc_tns.c91 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()
H A Daacenc_ltp.c48 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()
H A Daac.h167 int coef_idx; member
205 int coef_idx[8][4][TNS_MAX_ORDER]; member
H A Devrcdec.c381 int offset, i, coef_idx; in bl_intrp() local
394 coef_idx = t * (2 * 8 + 1); in bl_intrp()
398 ex[0] += e->interpolation_coeffs[coef_idx + i] * f[i]; in bl_intrp()

Completed in 6 milliseconds