Searched refs:ac (Results 101 - 125 of 1606) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/dsdb/samdb/ldb_modules/
H A Dranged_results.c43 struct rr_context *ac; local
45 ac = talloc_zero(req, struct rr_context);
46 if (ac == NULL) {
51 ac->module = module;
52 ac->req = req;
54 return ac;
60 struct rr_context *ac; local
63 ac = talloc_get_type(req->context, struct rr_context);
64 ldb = ldb_module_get_ctx(ac->module);
67 return ldb_module_done(ac
182 struct rr_context *ac; local
[all...]
H A Dpassword_hash.c96 struct ph_context *ac; member in struct:setup_password_fields_io
156 ldb = ldb_module_get_ctx(io->ac->module);
163 io->g.nt_history = talloc_array(io->ac,
198 ldb = ldb_module_get_ctx(io->ac->module);
205 io->g.lm_history = talloc_array(io->ac,
236 ldb = ldb_module_get_ctx(io->ac->module);
251 name = strlower_talloc(io->ac, io->u.sAMAccountName);
261 saltbody = talloc_asprintf(io->ac, "%s.%s", name, io->domain->dns_domain);
275 user_principal_name = talloc_strdup(io->ac, io->u.user_principal_name);
300 smb_get_krb5_error_message(io->smb_krb5_context->krb5_context, krb5_ret, io->ac));
1437 setup_io(struct ph_context *ac, const struct ldb_message *new_msg, const struct ldb_message *searched_msg, struct setup_password_fields_io *io) argument
1502 struct ph_context *ac; local
1520 struct ph_context *ac; local
1554 struct ph_context *ac; local
1664 build_domain_data_request(struct ph_context *ac) argument
1695 struct ph_context *ac; local
1806 password_hash_add_do_add(struct ph_context *ac) argument
1908 struct ph_context *ac; local
2014 struct ph_context *ac; local
2046 struct ph_context *ac; local
2114 password_hash_mod_search_self(struct ph_context *ac) argument
2146 password_hash_mod_do_mod(struct ph_context *ac) argument
[all...]
H A Ddescriptor.c237 struct descriptor_context *ac; local
241 ac = talloc_zero(req, struct descriptor_context);
242 if (ac == NULL) {
247 ac->module = module;
248 ac->req = req;
249 return ac;
255 struct descriptor_context *ac; local
258 ac = talloc_get_type(req->context, struct descriptor_context);
259 ldb = ldb_module_get_ctx(ac->module);
262 return ldb_module_done(ac
303 struct descriptor_context *ac; local
326 descriptor_do_add(struct descriptor_context *ac) argument
411 struct descriptor_context *ac; local
[all...]
H A Dkludge_acl.c203 struct kludge_acl_context *ac; local
207 ac = talloc_get_type(req->context, struct kludge_acl_context);
208 data = talloc_get_type(ldb_module_get_private(ac->module), struct kludge_private_data);
209 ldb = ldb_module_get_ctx(ac->module);
212 return ldb_module_done(ac->req, NULL, NULL,
216 return ldb_module_done(ac->req, ares->controls,
222 if (ac->allowedAttributes) {
227 return ldb_module_done(ac->req, NULL, NULL, ret);
230 if (ac->allowedChildClasses) {
235 return ldb_module_done(ac
312 struct kludge_acl_context *ac; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Dlzo.c49 * @param ac the adaptive compression state structure.
54 lzo_adaptive_compress_test (struct lzo_adaptive_compress *ac) argument
56 const bool save = ac->compress_state;
59 if (!ac->compress_state)
61 if (local_now >= ac->next)
63 if (ac->n_total > AC_MIN_BYTES
64 && (ac->n_total - ac->n_comp) < (ac->n_total / (100 / AC_SAVE_PCT)))
66 ac
94 lzo_adaptive_compress_data(struct lzo_adaptive_compress *ac, int n_total, int n_comp) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Dlzo.c49 * @param ac the adaptive compression state structure.
54 lzo_adaptive_compress_test (struct lzo_adaptive_compress *ac) argument
56 const bool save = ac->compress_state;
59 if (!ac->compress_state)
61 if (local_now >= ac->next)
63 if (ac->n_total > AC_MIN_BYTES
64 && (ac->n_total - ac->n_comp) < (ac->n_total / (100 / AC_SAVE_PCT)))
66 ac
94 lzo_adaptive_compress_data(struct lzo_adaptive_compress *ac, int n_total, int n_comp) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Dlzo.c49 * @param ac the adaptive compression state structure.
54 lzo_adaptive_compress_test (struct lzo_adaptive_compress *ac) argument
56 const bool save = ac->compress_state;
59 if (!ac->compress_state)
61 if (local_now >= ac->next)
63 if (ac->n_total > AC_MIN_BYTES
64 && (ac->n_total - ac->n_comp) < (ac->n_total / (100 / AC_SAVE_PCT)))
66 ac
94 lzo_adaptive_compress_data(struct lzo_adaptive_compress *ac, int n_total, int n_comp) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/dsdb/samdb/ldb_modules/
H A Dpassword_hash.c96 struct ph_context *ac; member in struct:setup_password_fields_io
156 ldb = ldb_module_get_ctx(io->ac->module);
163 io->g.nt_history = talloc_array(io->ac,
198 ldb = ldb_module_get_ctx(io->ac->module);
205 io->g.lm_history = talloc_array(io->ac,
236 ldb = ldb_module_get_ctx(io->ac->module);
251 name = strlower_talloc(io->ac, io->u.sAMAccountName);
261 saltbody = talloc_asprintf(io->ac, "%s.%s", name, io->domain->dns_domain);
275 user_principal_name = talloc_strdup(io->ac, io->u.user_principal_name);
300 smb_get_krb5_error_message(io->smb_krb5_context->krb5_context, krb5_ret, io->ac));
1437 setup_io(struct ph_context *ac, const struct ldb_message *new_msg, const struct ldb_message *searched_msg, struct setup_password_fields_io *io) argument
1502 struct ph_context *ac; local
1520 struct ph_context *ac; local
1554 struct ph_context *ac; local
1664 build_domain_data_request(struct ph_context *ac) argument
1695 struct ph_context *ac; local
1806 password_hash_add_do_add(struct ph_context *ac) argument
1908 struct ph_context *ac; local
2014 struct ph_context *ac; local
2046 struct ph_context *ac; local
2114 password_hash_mod_search_self(struct ph_context *ac) argument
2146 password_hash_mod_do_mod(struct ph_context *ac) argument
[all...]
H A Ddescriptor.c237 struct descriptor_context *ac; local
241 ac = talloc_zero(req, struct descriptor_context);
242 if (ac == NULL) {
247 ac->module = module;
248 ac->req = req;
249 return ac;
255 struct descriptor_context *ac; local
258 ac = talloc_get_type(req->context, struct descriptor_context);
259 ldb = ldb_module_get_ctx(ac->module);
262 return ldb_module_done(ac
303 struct descriptor_context *ac; local
326 descriptor_do_add(struct descriptor_context *ac) argument
411 struct descriptor_context *ac; local
[all...]
H A Dkludge_acl.c203 struct kludge_acl_context *ac; local
207 ac = talloc_get_type(req->context, struct kludge_acl_context);
208 data = talloc_get_type(ldb_module_get_private(ac->module), struct kludge_private_data);
209 ldb = ldb_module_get_ctx(ac->module);
212 return ldb_module_done(ac->req, NULL, NULL,
216 return ldb_module_done(ac->req, ares->controls,
222 if (ac->allowedAttributes) {
227 return ldb_module_done(ac->req, NULL, NULL, ret);
230 if (ac->allowedChildClasses) {
235 return ldb_module_done(ac
312 struct kludge_acl_context *ac; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/dsdb/samdb/ldb_modules/
H A Dpassword_hash.c96 struct ph_context *ac; member in struct:setup_password_fields_io
156 ldb = ldb_module_get_ctx(io->ac->module);
163 io->g.nt_history = talloc_array(io->ac,
198 ldb = ldb_module_get_ctx(io->ac->module);
205 io->g.lm_history = talloc_array(io->ac,
236 ldb = ldb_module_get_ctx(io->ac->module);
251 name = strlower_talloc(io->ac, io->u.sAMAccountName);
261 saltbody = talloc_asprintf(io->ac, "%s.%s", name, io->domain->dns_domain);
275 user_principal_name = talloc_strdup(io->ac, io->u.user_principal_name);
300 smb_get_krb5_error_message(io->smb_krb5_context->krb5_context, krb5_ret, io->ac));
1437 setup_io(struct ph_context *ac, const struct ldb_message *new_msg, const struct ldb_message *searched_msg, struct setup_password_fields_io *io) argument
1502 struct ph_context *ac; local
1520 struct ph_context *ac; local
1554 struct ph_context *ac; local
1664 build_domain_data_request(struct ph_context *ac) argument
1695 struct ph_context *ac; local
1806 password_hash_add_do_add(struct ph_context *ac) argument
1908 struct ph_context *ac; local
2014 struct ph_context *ac; local
2046 struct ph_context *ac; local
2114 password_hash_mod_search_self(struct ph_context *ac) argument
2146 password_hash_mod_do_mod(struct ph_context *ac) argument
[all...]
H A Ddescriptor.c237 struct descriptor_context *ac; local
241 ac = talloc_zero(req, struct descriptor_context);
242 if (ac == NULL) {
247 ac->module = module;
248 ac->req = req;
249 return ac;
255 struct descriptor_context *ac; local
258 ac = talloc_get_type(req->context, struct descriptor_context);
259 ldb = ldb_module_get_ctx(ac->module);
262 return ldb_module_done(ac
303 struct descriptor_context *ac; local
326 descriptor_do_add(struct descriptor_context *ac) argument
411 struct descriptor_context *ac; local
[all...]
H A Dkludge_acl.c203 struct kludge_acl_context *ac; local
207 ac = talloc_get_type(req->context, struct kludge_acl_context);
208 data = talloc_get_type(ldb_module_get_private(ac->module), struct kludge_private_data);
209 ldb = ldb_module_get_ctx(ac->module);
212 return ldb_module_done(ac->req, NULL, NULL,
216 return ldb_module_done(ac->req, ares->controls,
222 if (ac->allowedAttributes) {
227 return ldb_module_done(ac->req, NULL, NULL, ret);
230 if (ac->allowedChildClasses) {
235 return ldb_module_done(ac
312 struct kludge_acl_context *ac; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libiconv-1.14/djgpp/
H A DMakefile.maint10 fnchange.lst: fnchange.in $(top_srcdir)/configure.ac
12 PACKAGE=`grep "^AM_INIT_AUTOMAKE(" $(top_srcdir)/configure.ac | sed -e 's/^.*(\([A-Za-z]*\),.*$$/\1/'`; \
13 VERSION=`grep "^AM_INIT_AUTOMAKE(" $(top_srcdir)/configure.ac | sed -e 's/^.*,[ ]\([0-9.]*\).*$$/\1/'`; \
20 README: README.in $(top_srcdir)/configure.ac
22 PACKAGE=`grep "^AM_INIT_AUTOMAKE(" $(top_srcdir)/configure.ac | sed -e 's/^.*(\([A-Za-z]*\),.*$$/\1/'`; \
23 VERSION=`grep "^AM_INIT_AUTOMAKE(" $(top_srcdir)/configure.ac | sed -e 's/^.*,[ ]\([0-9.]*\).*$$/\1/'`; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libiconv-1.14/djgpp/
H A DMakefile.maint10 fnchange.lst: fnchange.in $(top_srcdir)/configure.ac
12 PACKAGE=`grep "^AM_INIT_AUTOMAKE(" $(top_srcdir)/configure.ac | sed -e 's/^.*(\([A-Za-z]*\),.*$$/\1/'`; \
13 VERSION=`grep "^AM_INIT_AUTOMAKE(" $(top_srcdir)/configure.ac | sed -e 's/^.*,[ ]\([0-9.]*\).*$$/\1/'`; \
20 README: README.in $(top_srcdir)/configure.ac
22 PACKAGE=`grep "^AM_INIT_AUTOMAKE(" $(top_srcdir)/configure.ac | sed -e 's/^.*(\([A-Za-z]*\),.*$$/\1/'`; \
23 VERSION=`grep "^AM_INIT_AUTOMAKE(" $(top_srcdir)/configure.ac | sed -e 's/^.*,[ ]\([0-9.]*\).*$$/\1/'`; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libiconv-1.14/libcharset/djgpp/
H A DMakefile.maint10 fnchange.lst: fnchange.in $(top_srcdir)/configure.ac
12 PACKAGE=`grep "^PACKAGE=" $(top_srcdir)/configure.ac | sed -e 's/^PACKAGE=//'`; \
13 VERSION=`grep "^VERSION=" $(top_srcdir)/configure.ac | sed -e 's/^VERSION=//'`; \
20 README: README.in $(top_srcdir)/configure.ac
22 PACKAGE=`grep "^PACKAGE=" $(top_srcdir)/configure.ac | sed -e 's/^PACKAGE=//'`; \
23 VERSION=`grep "^VERSION=" $(top_srcdir)/configure.ac | sed -e 's/^VERSION=//'`; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libiconv-1.14/libcharset/djgpp/
H A DMakefile.maint10 fnchange.lst: fnchange.in $(top_srcdir)/configure.ac
12 PACKAGE=`grep "^PACKAGE=" $(top_srcdir)/configure.ac | sed -e 's/^PACKAGE=//'`; \
13 VERSION=`grep "^VERSION=" $(top_srcdir)/configure.ac | sed -e 's/^VERSION=//'`; \
20 README: README.in $(top_srcdir)/configure.ac
22 PACKAGE=`grep "^PACKAGE=" $(top_srcdir)/configure.ac | sed -e 's/^PACKAGE=//'`; \
23 VERSION=`grep "^VERSION=" $(top_srcdir)/configure.ac | sed -e 's/^VERSION=//'`; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libiconv-1.14/djgpp/
H A DMakefile.maint10 fnchange.lst: fnchange.in $(top_srcdir)/configure.ac
12 PACKAGE=`grep "^AM_INIT_AUTOMAKE(" $(top_srcdir)/configure.ac | sed -e 's/^.*(\([A-Za-z]*\),.*$$/\1/'`; \
13 VERSION=`grep "^AM_INIT_AUTOMAKE(" $(top_srcdir)/configure.ac | sed -e 's/^.*,[ ]\([0-9.]*\).*$$/\1/'`; \
20 README: README.in $(top_srcdir)/configure.ac
22 PACKAGE=`grep "^AM_INIT_AUTOMAKE(" $(top_srcdir)/configure.ac | sed -e 's/^.*(\([A-Za-z]*\),.*$$/\1/'`; \
23 VERSION=`grep "^AM_INIT_AUTOMAKE(" $(top_srcdir)/configure.ac | sed -e 's/^.*,[ ]\([0-9.]*\).*$$/\1/'`; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libiconv-1.14/libcharset/djgpp/
H A DMakefile.maint10 fnchange.lst: fnchange.in $(top_srcdir)/configure.ac
12 PACKAGE=`grep "^PACKAGE=" $(top_srcdir)/configure.ac | sed -e 's/^PACKAGE=//'`; \
13 VERSION=`grep "^VERSION=" $(top_srcdir)/configure.ac | sed -e 's/^VERSION=//'`; \
20 README: README.in $(top_srcdir)/configure.ac
22 PACKAGE=`grep "^PACKAGE=" $(top_srcdir)/configure.ac | sed -e 's/^PACKAGE=//'`; \
23 VERSION=`grep "^VERSION=" $(top_srcdir)/configure.ac | sed -e 's/^VERSION=//'`; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Daac.c114 static ChannelElement *get_che(AACContext *ac, int type, int elem_id) argument
116 if (ac->tag_che_map[type][elem_id]) {
117 return ac->tag_che_map[type][elem_id];
119 if (ac->tags_mapped >= tags_per_config[ac->m4ac.chan_config]) {
122 switch (ac->m4ac.chan_config) {
124 if (ac->tags_mapped == 3 && type == TYPE_CPE) {
125 ac->tags_mapped++;
126 return ac->tag_che_map[TYPE_CPE][elem_id] = ac
176 che_configure(AACContext *ac, enum ChannelPosition che_pos[4][MAX_ELEM_ID], int type, int id, int *channels) argument
207 output_configure(AACContext *ac, enum ChannelPosition che_pos[4][MAX_ELEM_ID], enum ChannelPosition new_che_pos[4][MAX_ELEM_ID], int channel_config, enum OCStatus oc_type) argument
285 decode_pce(AACContext *ac, enum ChannelPosition new_che_pos[4][MAX_ELEM_ID], GetBitContext *gb) argument
341 set_default_channel_config(AACContext *ac, enum ChannelPosition new_che_pos[4][MAX_ELEM_ID], int channel_config) argument
384 decode_ga_specific_config(AACContext *ac, GetBitContext *gb, int channel_config) argument
444 decode_audio_specific_config(AACContext *ac, void *data, int data_size) argument
513 AACContext *ac = avccontext->priv_data; local
584 skip_data_stream_element(AACContext *ac, GetBitContext *gb) argument
601 decode_prediction(AACContext *ac, IndividualChannelStream *ics, GetBitContext *gb) argument
623 decode_ics_info(AACContext *ac, IndividualChannelStream *ics, GetBitContext *gb, int common_window) argument
698 decode_band_types(AACContext *ac, enum BandType band_type[120], int band_type_run_end[120], GetBitContext *gb, IndividualChannelStream *ics) argument
746 decode_scalefactors(AACContext *ac, float sf[120], GetBitContext *gb, unsigned int global_gain, IndividualChannelStream *ics, enum BandType band_type[120], int band_type_run_end[120]) argument
832 decode_tns(AACContext *ac, TemporalNoiseShaping *tns, GetBitContext *gb, const IndividualChannelStream *ics) argument
966 decode_spectrum_and_dequant(AACContext *ac, float coef[1024], GetBitContext *gb, const float sf[120], int pulse_present, const Pulse *pulse, const IndividualChannelStream *ics, enum BandType band_type[120]) argument
1249 predict(AACContext *ac, PredictorState *ps, float *coef, int output_enable) argument
1280 apply_prediction(AACContext *ac, SingleChannelElement *sce) argument
1310 decode_ics(AACContext *ac, SingleChannelElement *sce, GetBitContext *gb, int common_window, int scale_flag) argument
1368 apply_mid_side_stereo(AACContext *ac, ChannelElement *cpe) argument
1438 decode_cpe(AACContext *ac, GetBitContext *gb, ChannelElement *cpe) argument
1481 decode_cce(AACContext *ac, GetBitContext *gb, ChannelElement *che) argument
1628 decode_extension_payload(AACContext *ac, GetBitContext *gb, int cnt, ChannelElement *che, enum RawDataBlockType elem_type) argument
1715 imdct_and_windowing(AACContext *ac, SingleChannelElement *sce, float bias) argument
1787 apply_dependent_coupling(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) argument
1823 apply_independent_coupling(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) argument
1844 apply_channel_coupling(AACContext *ac, ChannelElement *cc, enum RawDataBlockType type, int elem_id, enum CouplingPoint coupling_point, void (*apply_coupling_method)(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index)) argument
1877 spectral_to_sample(AACContext *ac) argument
1909 parse_adts_frame_header(AACContext *ac, GetBitContext *gb) argument
1950 AACContext *ac = avccontext->priv_data; local
2078 AACContext *ac = avccontext->priv_data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Daac.c114 static ChannelElement *get_che(AACContext *ac, int type, int elem_id) argument
116 if (ac->tag_che_map[type][elem_id]) {
117 return ac->tag_che_map[type][elem_id];
119 if (ac->tags_mapped >= tags_per_config[ac->m4ac.chan_config]) {
122 switch (ac->m4ac.chan_config) {
124 if (ac->tags_mapped == 3 && type == TYPE_CPE) {
125 ac->tags_mapped++;
126 return ac->tag_che_map[TYPE_CPE][elem_id] = ac
176 che_configure(AACContext *ac, enum ChannelPosition che_pos[4][MAX_ELEM_ID], int type, int id, int *channels) argument
207 output_configure(AACContext *ac, enum ChannelPosition che_pos[4][MAX_ELEM_ID], enum ChannelPosition new_che_pos[4][MAX_ELEM_ID], int channel_config, enum OCStatus oc_type) argument
285 decode_pce(AACContext *ac, enum ChannelPosition new_che_pos[4][MAX_ELEM_ID], GetBitContext *gb) argument
341 set_default_channel_config(AACContext *ac, enum ChannelPosition new_che_pos[4][MAX_ELEM_ID], int channel_config) argument
384 decode_ga_specific_config(AACContext *ac, GetBitContext *gb, int channel_config) argument
444 decode_audio_specific_config(AACContext *ac, void *data, int data_size) argument
513 AACContext *ac = avccontext->priv_data; local
584 skip_data_stream_element(AACContext *ac, GetBitContext *gb) argument
601 decode_prediction(AACContext *ac, IndividualChannelStream *ics, GetBitContext *gb) argument
623 decode_ics_info(AACContext *ac, IndividualChannelStream *ics, GetBitContext *gb, int common_window) argument
698 decode_band_types(AACContext *ac, enum BandType band_type[120], int band_type_run_end[120], GetBitContext *gb, IndividualChannelStream *ics) argument
746 decode_scalefactors(AACContext *ac, float sf[120], GetBitContext *gb, unsigned int global_gain, IndividualChannelStream *ics, enum BandType band_type[120], int band_type_run_end[120]) argument
832 decode_tns(AACContext *ac, TemporalNoiseShaping *tns, GetBitContext *gb, const IndividualChannelStream *ics) argument
966 decode_spectrum_and_dequant(AACContext *ac, float coef[1024], GetBitContext *gb, const float sf[120], int pulse_present, const Pulse *pulse, const IndividualChannelStream *ics, enum BandType band_type[120]) argument
1249 predict(AACContext *ac, PredictorState *ps, float *coef, int output_enable) argument
1280 apply_prediction(AACContext *ac, SingleChannelElement *sce) argument
1310 decode_ics(AACContext *ac, SingleChannelElement *sce, GetBitContext *gb, int common_window, int scale_flag) argument
1368 apply_mid_side_stereo(AACContext *ac, ChannelElement *cpe) argument
1438 decode_cpe(AACContext *ac, GetBitContext *gb, ChannelElement *cpe) argument
1481 decode_cce(AACContext *ac, GetBitContext *gb, ChannelElement *che) argument
1628 decode_extension_payload(AACContext *ac, GetBitContext *gb, int cnt, ChannelElement *che, enum RawDataBlockType elem_type) argument
1715 imdct_and_windowing(AACContext *ac, SingleChannelElement *sce, float bias) argument
1787 apply_dependent_coupling(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) argument
1823 apply_independent_coupling(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) argument
1844 apply_channel_coupling(AACContext *ac, ChannelElement *cc, enum RawDataBlockType type, int elem_id, enum CouplingPoint coupling_point, void (*apply_coupling_method)(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index)) argument
1877 spectral_to_sample(AACContext *ac) argument
1909 parse_adts_frame_header(AACContext *ac, GetBitContext *gb) argument
1950 AACContext *ac = avccontext->priv_data; local
2078 AACContext *ac = avccontext->priv_data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Daac.c114 static ChannelElement *get_che(AACContext *ac, int type, int elem_id) argument
116 if (ac->tag_che_map[type][elem_id]) {
117 return ac->tag_che_map[type][elem_id];
119 if (ac->tags_mapped >= tags_per_config[ac->m4ac.chan_config]) {
122 switch (ac->m4ac.chan_config) {
124 if (ac->tags_mapped == 3 && type == TYPE_CPE) {
125 ac->tags_mapped++;
126 return ac->tag_che_map[TYPE_CPE][elem_id] = ac
176 che_configure(AACContext *ac, enum ChannelPosition che_pos[4][MAX_ELEM_ID], int type, int id, int *channels) argument
207 output_configure(AACContext *ac, enum ChannelPosition che_pos[4][MAX_ELEM_ID], enum ChannelPosition new_che_pos[4][MAX_ELEM_ID], int channel_config, enum OCStatus oc_type) argument
285 decode_pce(AACContext *ac, enum ChannelPosition new_che_pos[4][MAX_ELEM_ID], GetBitContext *gb) argument
341 set_default_channel_config(AACContext *ac, enum ChannelPosition new_che_pos[4][MAX_ELEM_ID], int channel_config) argument
384 decode_ga_specific_config(AACContext *ac, GetBitContext *gb, int channel_config) argument
444 decode_audio_specific_config(AACContext *ac, void *data, int data_size) argument
513 AACContext *ac = avccontext->priv_data; local
584 skip_data_stream_element(AACContext *ac, GetBitContext *gb) argument
601 decode_prediction(AACContext *ac, IndividualChannelStream *ics, GetBitContext *gb) argument
623 decode_ics_info(AACContext *ac, IndividualChannelStream *ics, GetBitContext *gb, int common_window) argument
698 decode_band_types(AACContext *ac, enum BandType band_type[120], int band_type_run_end[120], GetBitContext *gb, IndividualChannelStream *ics) argument
746 decode_scalefactors(AACContext *ac, float sf[120], GetBitContext *gb, unsigned int global_gain, IndividualChannelStream *ics, enum BandType band_type[120], int band_type_run_end[120]) argument
832 decode_tns(AACContext *ac, TemporalNoiseShaping *tns, GetBitContext *gb, const IndividualChannelStream *ics) argument
966 decode_spectrum_and_dequant(AACContext *ac, float coef[1024], GetBitContext *gb, const float sf[120], int pulse_present, const Pulse *pulse, const IndividualChannelStream *ics, enum BandType band_type[120]) argument
1249 predict(AACContext *ac, PredictorState *ps, float *coef, int output_enable) argument
1280 apply_prediction(AACContext *ac, SingleChannelElement *sce) argument
1310 decode_ics(AACContext *ac, SingleChannelElement *sce, GetBitContext *gb, int common_window, int scale_flag) argument
1368 apply_mid_side_stereo(AACContext *ac, ChannelElement *cpe) argument
1438 decode_cpe(AACContext *ac, GetBitContext *gb, ChannelElement *cpe) argument
1481 decode_cce(AACContext *ac, GetBitContext *gb, ChannelElement *che) argument
1628 decode_extension_payload(AACContext *ac, GetBitContext *gb, int cnt, ChannelElement *che, enum RawDataBlockType elem_type) argument
1715 imdct_and_windowing(AACContext *ac, SingleChannelElement *sce, float bias) argument
1787 apply_dependent_coupling(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) argument
1823 apply_independent_coupling(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) argument
1844 apply_channel_coupling(AACContext *ac, ChannelElement *cc, enum RawDataBlockType type, int elem_id, enum CouplingPoint coupling_point, void (*apply_coupling_method)(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index)) argument
1877 spectral_to_sample(AACContext *ac) argument
1909 parse_adts_frame_header(AACContext *ac, GetBitContext *gb) argument
1950 AACContext *ac = avccontext->priv_data; local
2078 AACContext *ac = avccontext->priv_data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/
H A Dsuballoc.h66 void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac);
67 static inline int ocfs2_alloc_context_bits_left(struct ocfs2_alloc_context *ac) argument
69 return ac->ac_bits_wanted - ac->ac_bits_given;
79 struct ocfs2_alloc_context **ac);
82 struct ocfs2_alloc_context **ac);
84 struct ocfs2_alloc_context **ac);
87 struct ocfs2_alloc_context **ac);
90 struct ocfs2_alloc_context *ac,
99 struct ocfs2_alloc_context *ac,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ceph/
H A Dauth_none.h27 extern int ceph_auth_none_init(struct ceph_auth_client *ac);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/
H A Dsuballoc.h66 void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac);
67 static inline int ocfs2_alloc_context_bits_left(struct ocfs2_alloc_context *ac) argument
69 return ac->ac_bits_wanted - ac->ac_bits_given;
79 struct ocfs2_alloc_context **ac);
82 struct ocfs2_alloc_context **ac);
84 struct ocfs2_alloc_context **ac);
87 struct ocfs2_alloc_context **ac);
90 struct ocfs2_alloc_context *ac,
99 struct ocfs2_alloc_context *ac,
[all...]

Completed in 321 milliseconds

1234567891011>>