Searched refs:n_coeffs (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/alpha/
H A Dmpegvideo_alpha.c26 static void dct_unquantize_h263_axp(DCTELEM *block, int n_coeffs, argument
35 for(i = 0; i <= n_coeffs; block += 4, i += 4) {
75 int n_coeffs; local
90 n_coeffs = 63;
92 n_coeffs = s->inter_scantable.raster_end[s->block_last_index[n]];
94 dct_unquantize_h263_axp(block, n_coeffs, qscale, qadd);
102 int n_coeffs = s->inter_scantable.raster_end[s->block_last_index[n]]; local
103 dct_unquantize_h263_axp(block, n_coeffs, qscale, (qscale - 1) | 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/alpha/
H A Dmpegvideo_alpha.c26 static void dct_unquantize_h263_axp(int16_t *block, int n_coeffs, argument
35 for(i = 0; i <= n_coeffs; block += 4, i += 4) {
75 int n_coeffs; local
90 n_coeffs = 63;
92 n_coeffs = s->inter_scantable.raster_end[s->block_last_index[n]];
94 dct_unquantize_h263_axp(block, n_coeffs, qscale, qadd);
102 int n_coeffs = s->inter_scantable.raster_end[s->block_last_index[n]]; local
103 dct_unquantize_h263_axp(block, n_coeffs, qscale, (qscale - 1) | 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp9.c2016 decode_coeffs_b_generic(VP56RangeCoder *c, int16_t *coef, int n_coeffs, argument
2042 if (++i == n_coeffs)
2118 } while (++i < n_coeffs);
2123 static int decode_coeffs_b(VP56RangeCoder *c, int16_t *coef, int n_coeffs, argument
2129 return decode_coeffs_b_generic(c, coef, n_coeffs, 0, cnt, eob, p,
2133 static int decode_coeffs_b32(VP56RangeCoder *c, int16_t *coef, int n_coeffs, argument
2139 return decode_coeffs_b_generic(c, coef, n_coeffs, 1, cnt, eob, p,

Completed in 69 milliseconds