Searched refs:quantized_coeffs (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dqdm2.c187 int8_t quantized_coeffs[MPA_MAX_CHANNELS][10][8]; member in struct:__anon1975
457 sum += q->quantized_coeffs[ch][i][j];
464 q->quantized_coeffs[ch][i][j] = sum;
559 tmp = q->quantized_coeffs[ch][tab + 1][i] * dequant_table[q->coeff_per_sb_select][tab + 1][sb]+
560 q->quantized_coeffs[ch][tab][i] * dequant_table[q->coeff_per_sb_select][tab][sb];
562 tmp = q->quantized_coeffs[ch][tab][i] * dequant_table[q->coeff_per_sb_select][tab][sb];
951 * Init the first element of a channel in quantized_coeffs with data from packet 10 (quantized_coeffs[ch][0]).
955 * @param quantized_coeffs pointer to quantized_coeffs[c
959 init_quantized_coeffs_elem0(int8_t *quantized_coeffs, GetBitContext *gb, int length) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqdm2.c183 int8_t quantized_coeffs[MPA_MAX_CHANNELS][10][8]; member in struct:__anon3213
490 sum += q->quantized_coeffs[ch][i][j];
497 q->quantized_coeffs[ch][i][j] = sum;
610 tmp = q->quantized_coeffs[ch][tab + 1][i] * dequant_table[q->coeff_per_sb_select][tab + 1][sb]+
611 q->quantized_coeffs[ch][tab][i] * dequant_table[q->coeff_per_sb_select][tab][sb];
613 tmp = q->quantized_coeffs[ch][tab][i] * dequant_table[q->coeff_per_sb_select][tab][sb];
1024 * Init the first element of a channel in quantized_coeffs with data
1025 * from packet 10 (quantized_coeffs[ch][0]).
1030 * @param quantized_coeffs pointer to quantized_coeffs[c
1033 init_quantized_coeffs_elem0(int8_t *quantized_coeffs, GetBitContext *gb) argument
[all...]

Completed in 51 milliseconds