/third_party/ffmpeg/libavcodec/ |
H A D | g722.h | 53 } band[2]; member
|
H A D | g722.c | 74 static inline void s_zero(int cur_diff, struct G722Band *band) in s_zero() argument 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 D | ac3.c | 178 int bin, band; in ff_ac3_bit_alloc_calc_psd() local 208 int band; in ff_ac3_bit_alloc_calc_mask() local [all...] |
H A D | aacenc_tns.c | 188 FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[w*16+g]; in ff_aac_search_for_tns() local
|
H A D | aacenc_ltp.c | 190 FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[(w+w2)*16+g]; in ff_aac_search_for_ltp() local
|
H A D | indeo4.c | 277 IVIBandDesc temp_band, *band = &temp_band; in decode_band_hdr() local 469 decode_mb_info(IVI45DecContext *ctx, IVIBandDesc *band, IVITile *tile, AVCodecContext *avctx) decode_mb_info() argument [all...] |
H A D | indeo5.c | 64 IVIBandDesc *band, *band1, *band2; in decode_gop_header() local 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 D | jpeg2000.c | 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 D | aacenc_utils.h | 221 static inline void ff_nextband_remove(uint8_t *nextband, int prevband, int band) in ff_nextband_remove() argument 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 D | ac3dsp.c | 78 int bin, band, band_end; in ac3_bit_alloc_calc_bap_c() local
|
H A D | nellymoserenc.c | 212 int band, best_idx, power_idx = 0; in get_exponent_greedy() local 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 307 int i, j, band, block, best_idx, power_idx = 0; encode_block() local [all...] |
H A D | aacenc_pred.c | 265 const FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[sfb]; in ff_aac_search_for_pred() local
|
H A D | cfhdenc.c | 224 SubBand band[DWT_LEVELS][4]; member [all...] |
H A D | aaccoder_twoloop.h | 224 FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[(w+w2)*16+g]; in search_for_quantizers_twoloop() local 236 FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[(w+w2)*16+g]; in search_for_quantizers_twoloop() local [all...] |
H A D | cfhd.c | 118 static inline void difference_coding(int16_t *band, int width, int height) in difference_coding() argument 130 static inline void peak_table(int16_t *band, Peak *peak, int length) in peak_table() argument [all...] |
H A D | dca_xll.c | 120 int i, j, k, ret, band, header_size, header_pos = get_bits_count(&s->gb); in chs_parse_header() local 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 D | aic.c | 204 aic_decode_coeffs(GetBitContext *gb, int16_t *dst, int band, int slice_width, int force_chroma) aic_decode_coeffs() argument
|
H A D | opusenc_psy.c | 28 static float pvq_band_cost(CeltPVQ *pvq, CeltFrame *f, OpusRangeCoder *rc, int band, in pvq_band_cost() argument [all...] |
H A D | qdmc.c | 362 int ch, j, k, v, idx, band, lastval, newval, len; in read_noise_data() local
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aacpsy_mips.h | 72 AacPsyBand *band = &pch->band[w+g]; in calc_thr_3gpp_mips() local
|
H A D | ac3dsp_mips.c | 69 int band, band_end, cond; in ac3_bit_alloc_calc_bap_mips() local
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | cost_enc.c | 61 int ctype, band, ctx; in VP8CalculateLevelCosts() local
|
/third_party/lame/libmp3lame/ |
H A D | newmdct.c | 956 int band; in mdct_sub48() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_group.c | 54 fst_fill_mb_ie(struct wpabuf *buf, const u8 *bssid, const u8 *own_addr, enum mb_band_id band, u8 channel) fst_fill_mb_ie() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst_group.c | 54 fst_fill_mb_ie(struct wpabuf *buf, const u8 *bssid, const u8 *own_addr, enum mb_band_id band, u8 channel) fst_fill_mb_ie() argument
|