Home
last modified time | relevance | path

Searched refs:band (Results 1 - 25 of 91) sorted by relevance

1234

/third_party/ffmpeg/libavcodec/
H A Dg722.c74 static inline void s_zero(int cur_diff, struct G722Band *band) in s_zero() argument
80 band->zero_mem[k] = ((band->zero_mem[k] * 255) >> 8) + \ in s_zero()
81 d*((band->diff_mem[k]^cur_diff) < 0 ? -128 : 128); \ in s_zero()
82 band->diff_mem[k] = tmp; \ in s_zero()
83 s_zero += (tmp * band->zero_mem[k]) >> 15; \ in s_zero()
86 ACCUM(5, band->diff_mem[4], 1); in s_zero()
87 ACCUM(4, band->diff_mem[3], 1); in s_zero()
88 ACCUM(3, band->diff_mem[2], 1); in s_zero()
89 ACCUM(2, band in s_zero()
110 do_adaptive_prediction(struct G722Band *band, const int cur_diff) do_adaptive_prediction() argument
143 ff_g722_update_low_predictor(struct G722Band *band, const int ilow) ff_g722_update_low_predictor() argument
154 ff_g722_update_high_predictor(struct G722Band *band, const int dhigh, const int ihigh) ff_g722_update_high_predictor() argument
[all...]
H A Divi.c81 static int ivi_mc(const IVIBandDesc *band, ivi_mc_func mc, ivi_mc_avg_func mc_avg, in ivi_mc() argument
85 int ref_offs = offs + mv_y * band->pitch + mv_x; in ivi_mc()
86 int buf_size = band->pitch * band->aheight; in ivi_mc()
87 int min_size = band->pitch * (band->blk_size - 1) + band->blk_size; in ivi_mc()
88 int ref_size = (mc_type > 1) * band->pitch + (mc_type & 1); in ivi_mc()
91 av_assert0(offs >= 0 && ref_offs >= 0 && band->ref_buf); in ivi_mc()
97 mc(band in ivi_mc()
273 IVIBandDesc *band = &planes[p].bands[b]; ivi_free_buffers() local
297 IVIBandDesc *band; ff_ivi_init_planes() local
356 ivi_init_tiles(const IVIBandDesc *band, IVITile *ref_tile, int p, int b, int t_height, int t_width) ivi_init_tiles() argument
399 IVIBandDesc *band; ff_ivi_init_tiles() local
476 ivi_dc_transform(const IVIBandDesc *band, int *prev_dc, int buf_offs, int blk_size) ivi_dc_transform() argument
485 ivi_decode_coded_blocks(GetBitContext *gb, const IVIBandDesc *band, ivi_mc_func mc, ivi_mc_avg_func mc_avg, int mv_x, int mv_y, int mv_x2, int mv_y2, int *prev_dc, int is_intra, int mc_type, int mc_type2, uint32_t quant, int offs, AVCodecContext *avctx) ivi_decode_coded_blocks() argument
596 ivi_decode_blocks(GetBitContext *gb, const IVIBandDesc *band, IVITile *tile, AVCodecContext *avctx) ivi_decode_blocks() argument
748 ivi_process_empty_tile(AVCodecContext *avctx, const IVIBandDesc *band, IVITile *tile, int32_t mv_scale) ivi_process_empty_tile() argument
874 ivi_calc_band_checksum(const IVIBandDesc *band) ivi_calc_band_checksum() argument
924 prepare_buf(IVI45DecContext *ctx, IVIBandDesc *band, int i) prepare_buf() argument
941 decode_band(IVI45DecContext *ctx, IVIBandDesc *band, AVCodecContext *avctx) decode_band() argument
[all...]
H A Dindeo5.c64 IVIBandDesc *band, *band1, *band2; in decode_gop_header() local
129 band = &ctx->planes[p].bands[i]; in decode_gop_header()
131 band->is_halfpel = get_bits1(&ctx->gb); in decode_gop_header()
142 blk_size_changed = mb_size != band->mb_size || blk_size != band->blk_size; in decode_gop_header()
144 band->mb_size = mb_size; in decode_gop_header()
145 band->blk_size = blk_size; in decode_gop_header()
153 /* select transform function and scan pattern according to plane and band number */ in decode_gop_header()
156 band->inv_transform = ff_ivi_inverse_slant_8x8; in decode_gop_header()
157 band in decode_gop_header()
383 decode_band_hdr(IVI45DecContext *ctx, IVIBandDesc *band, AVCodecContext *avctx) decode_band_hdr() argument
455 decode_mb_info(IVI45DecContext *ctx, IVIBandDesc *band, IVITile *tile, AVCodecContext *avctx) decode_mb_info() argument
[all...]
H A Dindeo4.c70 * - 1 wavelet band per plane, size factor 1:1, code pattern: 3
264 * Decode Indeo 4 band header.
267 * @param[in,out] band pointer to the band descriptor
277 IVIBandDesc temp_band, *band = &temp_band; in decode_band_hdr() local
282 if (band->plane != plane || band->band_num != band_num) { in decode_band_hdr()
283 av_log(avctx, AV_LOG_ERROR, "Invalid band header sequence!\n"); in decode_band_hdr()
287 band->is_empty = get_bits1(&ctx->gb); in decode_band_hdr()
288 if (!band in decode_band_hdr()
469 decode_mb_info(IVI45DecContext *ctx, IVIBandDesc *band, IVITile *tile, AVCodecContext *avctx) decode_mb_info() argument
[all...]
H A Ddcaenc.c136 int ch, band; in subband_bufer_alloc() local
146 for (band = 0; band < DCAENC_SUBBANDS; band++) { in subband_bufer_alloc()
147 c->subband[ch][band] = bufer + in subband_bufer_alloc()
149 band * (SUBBAND_SAMPLES + DCA_ADPCM_COEFFS) + DCA_ADPCM_COEFFS; in subband_bufer_alloc()
340 int band; in subband_transform() local
356 for (band = 0; band < 32; band in subband_transform()
477 walk_band_low(DCAEncContext *c, int band, int channel, walk_band_t walk, int32_t *arg) walk_band_low() argument
492 walk_band_high(DCAEncContext *c, int band, int channel, walk_band_t walk, int32_t *arg) walk_band_high() argument
519 int i, k, band, ch, ssf; calc_masking() local
566 int band, ch; find_peaks() local
580 int ch, band; adpcm_analysis() local
606 get_step_size(DCAEncContext *c, int ch, int band) get_step_size() argument
651 quantize_adpcm_subband(DCAEncContext *c, int ch, int band) quantize_adpcm_subband() argument
670 int band, ch; quantize_adpcm() local
680 int sample, band, ch; quantize_pcm() local
775 int ch, band, ret = USED_26ABITS | USED_1ABITS; init_quantization_noise() local
908 int ch, band; fill_in_adpcm_bufer() local
1078 put_subframe_samples(DCAEncContext *c, int ss, int band, int ch) put_subframe_samples() argument
1114 int i, band, ss, ch; put_subframe() local
[all...]
H A Djpeg2000.c205 Jpeg2000Band *band, in init_band_stepsize()
217 band->f_stepsize = 1; in init_band_stepsize()
223 // band->f_stepsize = SHL(2048 + qntsty->mant[gbandno], in init_band_stepsize()
233 band->f_stepsize = ff_exp2fi(gain - qntsty->expn[gbandno]); in init_band_stepsize()
234 band->f_stepsize *= qntsty->mant[gbandno] / 2048.0 + 1.0; in init_band_stepsize()
237 band->f_stepsize = 0; in init_band_stepsize()
246 band->f_stepsize *= F_LFTG_X * 2; in init_band_stepsize()
250 band->f_stepsize *= F_LFTG_X * F_LFTG_X * 4; in init_band_stepsize()
254 band->f_stepsize *= pow(F_LFTG_K, 2*(codsty->nreslevels2decode - reslevelno) + lband - 2); in init_band_stepsize()
258 if (band in init_band_stepsize()
204 init_band_stepsize(AVCodecContext *avctx, Jpeg2000Band *band, Jpeg2000CodingStyle *codsty, Jpeg2000QuantStyle *qntsty, int bandno, int gbandno, int reslevelno, int cbps) init_band_stepsize() argument
271 init_prec(AVCodecContext *avctx, Jpeg2000Band *band, Jpeg2000ResLevel *reslevel, Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty, int precno, int bandno, int reslevelno, int log2_band_prec_width, int log2_band_prec_height) init_prec() argument
396 Jpeg2000Band *band = reslevel->band + bandno; init_band() local
582 Jpeg2000Band *band = rlevel->band + bandno; ff_jpeg2000_reinit() local
610 Jpeg2000Band *band; ff_jpeg2000_cleanup() local
[all...]
H A Dac3.c34 * Starting frequency coefficient bin for each critical band.
45 * Map each frequency coefficient bin to the critical band that contains it.
178 int bin, band; in ff_ac3_bit_alloc_calc_psd() local
187 band = ff_ac3_bin_to_band_tab[start]; in ff_ac3_bit_alloc_calc_psd()
190 int band_end = FFMIN(ff_ac3_band_start_tab[band+1], end); in ff_ac3_bit_alloc_calc_psd()
197 band_psd[band++] = v; in ff_ac3_bit_alloc_calc_psd()
198 } while (end > ff_ac3_band_start_tab[band]); in ff_ac3_bit_alloc_calc_psd()
208 int band; in ff_ac3_bit_alloc_calc_mask() local
226 for (band = 2; band < in ff_ac3_bit_alloc_calc_mask()
[all...]
H A Dnellymoserenc.c212 int band, best_idx, power_idx = 0; in get_exponent_greedy() local
220 for (band = 1; band < NELLY_BANDS; band++) { in get_exponent_greedy()
221 power_candidate = cand[band] - power_idx; in get_exponent_greedy()
223 idx_table[band] = best_idx; in get_exponent_greedy()
228 static inline float distance(float x, float y, int band) in distance() argument
237 int i, j, band, best_idx; in get_exponent_dynamic() local
252 for (band = 1; band < NELLY_BAND in get_exponent_dynamic()
307 int i, j, band, block, best_idx, power_idx = 0; encode_block() local
[all...]
H A Daacpsy.c106 * information for single band used by 3GPP TS26.403-inspired psychoacoustic model
109 float energy; ///< band energy
124 AacPsyBand band[128]; ///< bands information member
142 float barks; ///< Bark value for each spectral band in long frame
537 static float calc_pe_3gpp(AacPsyBand *band) in calc_pe_3gpp() argument
541 band->pe = 0.0f; in calc_pe_3gpp()
542 band->pe_const = 0.0f; in calc_pe_3gpp()
543 band->active_lines = 0.0f; in calc_pe_3gpp()
544 if (band->energy > band in calc_pe_3gpp()
574 calc_reduced_thr_3gpp(AacPsyBand *band, float min_snr, float reduction) calc_reduced_thr_3gpp() argument
608 AacPsyBand *band = &pch->band[w+g]; calc_thr_3gpp() local
687 AacPsyBand *band = &bands[g]; psy_3gpp_analyze_channel() local
749 AacPsyBand *band = &pch->band[w+g]; psy_3gpp_analyze_channel() local
765 AacPsyBand *band = &pch->band[w+g]; psy_3gpp_analyze_channel() local
781 AacPsyBand *band = &pch->band[w+g]; psy_3gpp_analyze_channel() local
803 AacPsyBand *band = &pch->band[w+g]; psy_3gpp_analyze_channel() local
821 AacPsyBand *band = &pch->band[w+g]; psy_3gpp_analyze_channel() local
835 AacPsyBand *band = &pch->band[w+g]; psy_3gpp_analyze_channel() local
[all...]
H A Ddca_core.c404 int ch, band, ret; in parse_subframe_header() local
419 for (band = 0; band < s->nsubbands[ch]; band++) in parse_subframe_header()
420 s->prediction_mode[ch][band] = get_bits1(&s->gb); in parse_subframe_header()
424 for (band = 0; band < s->nsubbands[ch]; band++) in parse_subframe_header()
425 if (s->prediction_mode[ch][band]) in parse_subframe_header()
426 s->prediction_vq_index[ch][band] in parse_subframe_header()
627 int n, ssf, ofs, ch, band; parse_subframe_audio() local
762 int ch, band; erase_adpcm_history() local
779 int ch, band; alloc_sample_buffer() local
803 int sf, ch, ret, band, sub_pos, lfe_pos; parse_frame_data() local
944 int ssf, ch, band, ofs; parse_xbr_subframe() local
1163 int n, ssf, ch, band, ofs; parse_x96_subframe_audio() local
1271 int ch, band; erase_x96_adpcm_history() local
1287 int ch, band; alloc_x96_sample_buffer() local
1310 int ch, band, ret; parse_x96_subframe_header() local
1481 int sf, ch, ret, band, sub_pos; parse_x96_frame_data() local
[all...]
H A Dcfhd.c118 static inline void difference_coding(int16_t *band, int width, int height) in difference_coding() argument
124 band[j] += band[j-1]; in difference_coding()
126 band += width; in difference_coding()
130 static inline void peak_table(int16_t *band, Peak *peak, int length) in peak_table() argument
134 if (abs(band[i]) > peak->level) in peak_table()
135 band[i] = bytestream2_get_le16(&peak->base); in peak_table()
237 p->band[j][0].read_ok = in free_buffers()
238 p->band[j][1].read_ok = in free_buffers()
239 p->band[ in free_buffers()
[all...]
H A Datrac3.c132 * @param odd_band 1 if the band is an odd band
268 * Restore the quantized band spectrum coefficients
411 * @param block the gainblock for the current band
443 * Combine the tonal band spectrum and regular band spectrum
447 * @param components tonal components for this band
474 int i, nsample, band; in reverse_matrixing() local
477 for (i = 0, band = 0; band < in reverse_matrixing()
548 int band, nsample; channel_weighting() local
581 int band, ret, num_subbands, last_tonal, num_bands; decode_channel_sound_unit() local
[all...]
H A Dg722dec.c67 c->band[0].scale_factor = 8; in g722_decode_init()
68 c->band[1].scale_factor = 2; in g722_decode_init()
115 rlow = av_clip_intp2((c->band[0].scale_factor * quantizer_table[ilow] >> 10) in g722_decode_frame()
116 + c->band[0].s_predictor, 14); in g722_decode_frame()
118 ff_g722_update_low_predictor(&c->band[0], ilow >> (2 - skip)); in g722_decode_frame()
120 dhigh = c->band[1].scale_factor * ff_g722_high_inv_quant[ihigh] >> 10; in g722_decode_frame()
121 rhigh = av_clip_intp2(dhigh + c->band[1].s_predictor, 14); in g722_decode_frame()
123 ff_g722_update_high_predictor(&c->band[1], dhigh, ihigh); in g722_decode_frame()
H A Dj2kenc.c94 static const int dwt_norms[2][4][10] = { // [dwt_type][band][rlevel] (multiplied by 10000)
193 Jpeg2000Band *band = reslevel->band + bandno;
195 fprintf(fd, "band %d:\n", bandno);
199 band->x0, band->x1,
200 band->y0, band->y1,
201 band->codeblock_width, band
800 Jpeg2000Band *band = rlevel->band + bandno; encode_packet() local
830 Jpeg2000Band *band = rlevel->band + bandno; encode_packet() local
857 Jpeg2000Band *band = rlevel->band + bandno; encode_packet() local
915 Jpeg2000Band *band = rlevel->band + bandno; encode_packet() local
1196 Jpeg2000Band *band = reslevel->band + bandno; makelayer() local
1284 Jpeg2000Band *band = reslevel->band + bandno; makelayers() local
1381 Jpeg2000Band *band = reslevel->band + bandno; truncpasses() local
1420 Jpeg2000Band *band = reslevel->band + bandno; encode_tile() local
[all...]
H A Ddca_xll.c120 int i, j, k, ret, band, header_size, header_pos = get_bits_count(&s->gb); in chs_parse_header() local
256 // Set the sampling frequency to that of the first frequency band. in chs_parse_header()
280 for (band = 0, b = c->bands; band < c->nfreqbands; band++, b++) { in chs_parse_header()
335 // Downmix performed by encoder in extension frequency band in chs_parse_header()
336 b->dmix_embedded = c->dmix_embedded && (band == 0 || get_bits1(&s->gb)); in chs_parse_header()
338 // MSB/LSB split flag in extension frequency band in chs_parse_header()
339 if ((band == 0 && s->scalable_lsbs) || (band ! in chs_parse_header()
444 chs_parse_band_data(DCAXllDecoder *s, DCAXllChSet *c, int band, int seg, int band_data_end) chs_parse_band_data() argument
601 chs_clear_band_data(DCAXllDecoder *s, DCAXllChSet *c, int band, int seg) chs_clear_band_data() argument
629 chs_filter_band_data(DCAXllDecoder *s, DCAXllChSet *c, int band) chs_filter_band_data() argument
694 chs_get_lsb_width(DCAXllDecoder *s, DCAXllChSet *c, int band, int ch) chs_get_lsb_width() argument
709 chs_assemble_msbs_lsbs(DCAXllDecoder *s, DCAXllChSet *c, int band) chs_assemble_msbs_lsbs() argument
955 int chs, seg, band, navi_nb, navi_pos, *navi_ptr; parse_navi_table() local
1006 int ret, chs, seg, band, navi_pos, *navi_ptr; parse_band_data() local
1180 undo_down_mix(DCAXllDecoder *s, DCAXllChSet *o, int band) undo_down_mix() argument
1211 scale_down_mix(DCAXllDecoder *s, DCAXllChSet *o, int band) scale_down_mix() argument
1242 int band, ch; force_lossy_output() local
[all...]
H A Daacenc_utils.h120 * even below-threshold lines do add up towards band spectral power. in find_form_factor()
207 /** Now really navigate the nonzero band chain */ in ff_init_nextband_map()
218 * Updates nextband to reflect a removed band (equivalent to
219 * calling ff_init_nextband_map after marking a band as zero)
221 static inline void ff_nextband_remove(uint8_t *nextband, int prevband, int band) in ff_nextband_remove() argument
223 nextband[prevband] = nextband[band]; in ff_nextband_remove()
227 * Checks whether the specified band could be removed without inducing
230 * band, in encoding order, or negative if there was no such band.
233 const uint8_t *nextband, int prev_sf, int band) in ff_sfdelta_can_remove_band()
232 ff_sfdelta_can_remove_band(const SingleChannelElement *sce, const uint8_t *nextband, int prev_sf, int band) ff_sfdelta_can_remove_band() argument
246 ff_sfdelta_can_replace(const SingleChannelElement *sce, const uint8_t *nextband, int prev_sf, int new_sf, int band) ff_sfdelta_can_replace() argument
[all...]
H A Dpixlet.c63 SubBand band[4][NB_LEVELS * 3 + 1]; member
107 ctx->band[plane][0].width = w >> NB_LEVELS; in init_decoder()
108 ctx->band[plane][0].height = h >> NB_LEVELS; in init_decoder()
109 ctx->band[plane][0].size = (w >> NB_LEVELS) * (h >> NB_LEVELS); in init_decoder()
114 ctx->band[plane][i + 1].width = w >> scale; in init_decoder()
115 ctx->band[plane][i + 1].height = h >> scale; in init_decoder()
116 ctx->band[plane][i + 1].size = (w >> scale) * (h >> scale); in init_decoder()
118 ctx->band[plane][i + 1].x = (w >> scale) * (((i + 1) % 3) != 2); in init_decoder()
119 ctx->band[plane][i + 1].y = (h >> scale) * (((i + 1) % 3) != 1); in init_decoder()
329 ctx->band[plan in read_highpass()
[all...]
H A Dcfhdenc.c224 SubBand band[DWT_LEVELS][4]; member
301 for (int k = 0; k < FF_ARRAY_ELEMS(s->plane[i].band[j]); k++) { in cfhd_encode_init()
302 s->plane[i].band[j][k].width = (width / 8) << j; in cfhd_encode_init()
303 s->plane[i].band[j][k].height = (height / 8) << j; in cfhd_encode_init()
304 s->plane[i].band[j][k].a_width = w8 << j; in cfhd_encode_init()
305 s->plane[i].band[j][k].a_height = h8 << j; in cfhd_encode_init()
436 int width = s->plane[plane].band[2][0].width; in cfhd_encode_frame()
437 int a_width = s->plane[plane].band[2][0].a_width; in cfhd_encode_frame()
438 int height = s->plane[plane].band[2][0].height; in cfhd_encode_frame()
459 low_stride = s->plane[plane].band[ in cfhd_encode_frame()
[all...]
H A Daaccoder.c75 * Encode band info for single window group bands.
122 FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[(win+w)*16+swb]; in encode_window_bands_info() local
126 lambda / band->threshold, INFINITY, NULL, NULL, 0); in encode_window_bands_info()
167 //perform actual band info encoding in encode_window_bands_info()
314 FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[(w+w2)*16+g]; in search_for_quantizers_anmr() local
315 if (band->energy <= band->threshold || band->threshold == 0.0f) { in search_for_quantizers_anmr()
347 FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[(w+w2)*16+g]; in search_for_quantizers_anmr() local
349 q + q0, cb, lambda / band in search_for_quantizers_anmr()
419 FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[(w+w2)*16+g]; search_for_quantizers_fast() local
544 FFPsyBand *band; search_for_pns() local
686 FFPsyBand *band; mark_pns() local
[all...]
/third_party/cups-filters/filter/
H A Drastertoescpx.c20 * OutputBand() - Output a band of graphics.
43 struct cups_weave_str *prev, /* Previous band */
44 *next; /* Next band */
97 void AddBand(cups_weave_t *band);
103 cups_weave_t *band);
140 cups_weave_t *band; /* Current band */ in StartPage() local
907 band = (cups_weave_t *)calloc(1, sizeof(cups_weave_t)); in StartPage()
908 band->next = DotAvailList; in StartPage()
909 DotAvailList = band; in StartPage()
1057 cups_weave_t *band, /* Current band */ EndPage() local
1222 AddBand(cups_weave_t *band) AddBand() argument
1493 OutputBand(ppd_file_t *ppd, cups_page_header2_t *header, cups_weave_t *band) OutputBand() argument
1567 cups_weave_t *band; /* Current band */ ProcessLine() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_delogo.c93 * @param band the size of the band around the processed area
102 unsigned int band, int show, int direct) in apply_delogo()
172 if (y >= logo_y+band && y < logo_y+logo_h-band && in apply_delogo()
173 x >= logo_x+band && x < logo_x+logo_w-band) { in apply_delogo()
178 if (x < logo_x+band) in apply_delogo()
179 dist = FFMAX(dist, logo_x-x+band); in apply_delogo()
180 else if (x >= logo_x+logo_w-band) in apply_delogo()
98 apply_delogo(uint8_t *dst, int dst_linesize, uint8_t *src, int src_linesize, int w, int h, AVRational sar, int logo_x, int logo_y, int logo_w, int logo_h, unsigned int band, int show, int direct) apply_delogo() argument
199 int x, y, w, h, band, show; global() member
[all...]
H A Daf_acrossover.c414 for (int band = 0; band < nb_outs; band++) { \
415 for (int f = 0; band + 1 < nb_outs && f < s->filter_count; f++) { \
416 const type *prv = (const type *)frames[band]->extended_data[ch]; \
417 type *dst = (type *)frames[band + 1]->extended_data[ch]; \
419 type *hp = xover + nb_outs * 20 + band * 20 + f * 2; \
420 const type *const hpc = (type *)&s->hp[band][f].c ## ff; \
425 for (int f = 0; band + 1 < nb_outs && f < s->filter_count; f++) { \
426 type *dst = (type *)frames[band]
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DTestOutputActivityBase.java70 for (short band = 0; band < numBands; band++) { in setupEqualizer()
71 String msg = "band " + band in setupEqualizer()
72 + ", center = " + equalizer.getCenterFreq(band) in setupEqualizer()
73 + ", level = " + equalizer.getBandLevel(band); in setupEqualizer()
75 equalizer.setBandLevel(band, (short)40); in setupEqualizer()
/third_party/ffmpeg/libavcodec/mips/
H A Daacpsy_mips.h72 AacPsyBand *band = &pch->band[w+g]; in calc_thr_3gpp_mips() local
76 band->energy = 0.0f; in calc_thr_3gpp_mips()
107 [e]"+f"(band->energy), [f]"+f"(form_factor), in calc_thr_3gpp_mips()
116 Temp = sqrtf((float)band_sizes[g] / band->energy); in calc_thr_3gpp_mips()
117 band->thr = band->energy * 0.001258925f; in calc_thr_3gpp_mips()
118 band->nz_lines = form_factor * sqrtf(Temp); in calc_thr_3gpp_mips()
/third_party/ffmpeg/tests/fate/
H A Dapi.mak6 FATE_API_SAMPLES_LIBAVFORMAT-$(call DEMDEC, FLV, FLV) += fate-api-band
7 fate-api-band: $(APITESTSDIR)/api-band-test$(EXESUF)
8 fate-api-band: CMD = run $(APITESTSDIR)/api-band-test$(EXESUF) $(TARGET_SAMPLES)/mpeg4/resize_down-up.h263
9 fate-api-band: CMP = null

Completed in 22 milliseconds

1234