Searched refs:num_coeffs (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddcadsp.c50 int num_coeffs = 256 / decifactor; local
57 for (j = 0; j < num_coeffs; j++, coefs++) {
59 v1 += in[j + 1 - num_coeffs] * *coefs;
H A Dmimic.c232 static int vlc_decode_block(MimicContext *ctx, int num_coeffs, int qscale) argument
241 for (pos = 1; pos < num_coeffs; pos++) {
276 static int decode(MimicContext *ctx, int quality, int num_coeffs, argument
300 if ((ret = vlc_decode_block(ctx, num_coeffs,
366 int quality, num_coeffs; local
381 num_coeffs = bytestream2_get_byteu(&gb);
435 res = decode(ctx, quality, num_coeffs, !is_pframe);
H A Daic.c205 const int num_coeffs = aic_num_band_coeffs[band]; local
225 if (idx >= num_coeffs)
232 } while (idx < num_coeffs - 1);
233 dst += num_coeffs;
237 for (idx = 0; idx < num_coeffs; idx++) {
243 dst += num_coeffs;
H A Dproresdec2.c424 static void unpack_alpha(GetBitContext *gb, uint16_t *dst, int num_coeffs, argument
450 if (idx >= num_coeffs)
456 if (idx + val > num_coeffs)
457 val = num_coeffs - idx;
466 } while (idx < num_coeffs);
H A Dproresdec_lgpl.c484 static void unpack_alpha(GetBitContext *gb, uint16_t *dst, int num_coeffs, argument
509 if (idx >= num_coeffs) {
516 if (idx + val > num_coeffs)
517 val = num_coeffs - idx;
524 } while (idx < num_coeffs);
H A Dvp3.c943 int num_coeffs = s->num_coded_frags[plane][coeff_index]; local
951 if (num_coeffs < 0)
955 if (eob_run > num_coeffs) {
957 blocks_ended = num_coeffs;
958 eob_run -= num_coeffs;
969 while (coeff_i < num_coeffs && get_bits_left(gb) > 0) {
980 if (eob_run > num_coeffs - coeff_i) {
981 dct_tokens[j++] = TOKEN_EOB(num_coeffs - coeff_i);
982 blocks_ended += num_coeffs - coeff_i;
983 eob_run -= num_coeffs
[all...]
H A Divi_common.c517 int num_coeffs = blk_size * blk_size; local
533 memset(trvec, 0, num_coeffs * sizeof(trvec[0]));
536 while (scan_pos <= num_coeffs) {
560 if (scan_pos >= num_coeffs || scan_pos < 0)
575 if (scan_pos < 0 || scan_pos >= num_coeffs && sym != rvmap->eob_sym)
H A Dproresenc_kostya.c479 const int num_coeffs = mbs_per_slice * 256; local
498 } while (idx < num_coeffs);
712 const int num_coeffs = mbs_per_slice * 256; local
737 } while (idx < num_coeffs);
H A Datrac3plus.c820 int num_coeffs = tab->num_coeffs; local
830 for (i = 0; i < num_coeffs; i++) {
842 pos += group_size * num_coeffs;
H A Ddcadec.c1630 int num_coeffs = av_popcount(mix_map_mask); local
1631 skip_bits_long(gb, num_coeffs * 6);
H A Datrac3plus_data.h1643 uint8_t num_coeffs; ///< 1 - map index to a single value, > 1 - map index to a vector of values member in struct:Atrac3pSpecCodeTab
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmimic.c184 static int vlc_decode_block(MimicContext *ctx, int num_coeffs, int qscale) argument
193 for(pos = 1; pos < num_coeffs; pos++) {
228 static int decode(MimicContext *ctx, int quality, int num_coeffs, argument
254 if(!vlc_decode_block(ctx, num_coeffs, qscale))
311 int quality, num_coeffs; local
326 num_coeffs = bytestream_get_byte(&buf);
381 res = decode(ctx, quality, num_coeffs, !is_pframe);
H A Divi_common.c342 int mbn, blk, num_blocks, num_coeffs, blk_size, scan_pos, run, val, local
358 num_coeffs = blk_size * blk_size;
422 memset(trvec, 0, num_coeffs*sizeof(trvec[0])); /* zero transform vector */
425 while (scan_pos <= num_coeffs) {
446 if (scan_pos >= num_coeffs)
460 if (scan_pos >= num_coeffs && sym != rvmap->eob_sym)
H A Dvp3.c922 int num_coeffs = s->num_coded_frags[plane][coeff_index]; local
930 if (num_coeffs < 0)
933 if (eob_run > num_coeffs) {
934 coeff_i = blocks_ended = num_coeffs;
935 eob_run -= num_coeffs;
945 while (coeff_i < num_coeffs && get_bits_left(gb) > 0) {
956 if (eob_run > num_coeffs - coeff_i) {
957 dct_tokens[j++] = TOKEN_EOB(num_coeffs - coeff_i);
958 blocks_ended += num_coeffs - coeff_i;
959 eob_run -= num_coeffs
[all...]
H A Ddca.c1447 int num_coeffs = av_popcount(mix_map_mask); local
1448 skip_bits_long(gb, num_coeffs * 6);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davf_showcqt.c263 int num_coeffs = 0; local
379 num_coeffs += s->coeffs_len[k];
390 av_log(ctx, AV_LOG_INFO, "Elapsed time %.6f s (fft_len=%u, num_coeffs=%u)\n", 1e-6 * (end_time-start_time), fft_len, num_coeffs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhevc.c395 int i, j, k, num_coeffs; local
402 num_coeffs = FFMIN(64, 1 << (4 + (i << 1)));
407 for (k = 0; k < num_coeffs; k++)

Completed in 280 milliseconds