Home
last modified time | relevance | path

Searched refs:group_len (Results 1 - 21 of 21) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Daaccoder_twoloop.h219 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in search_for_quantizers_twoloop()
223 for (w2 = 0; w2 < sce->ics.group_len[w]; w2++) { in search_for_quantizers_twoloop()
235 for (w2 = 0; w2 < sce->ics.group_len[w]; w2++) { in search_for_quantizers_twoloop()
264 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in search_for_quantizers_twoloop()
287 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) in search_for_quantizers_twoloop()
299 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in search_for_quantizers_twoloop()
304 maxvals[w*16+g] = find_max_val(sce->ics.group_len[w], sce->ics.swb_sizes[g], scaled); in search_for_quantizers_twoloop()
307 for (w2 = 0; w2 < sce->ics.group_len[w]; w2++) in search_for_quantizers_twoloop()
322 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in search_for_quantizers_twoloop()
324 float de_psy_factor = (sce->ics.num_windows > 1) ? 8.0f / sce->ics.group_len[ in search_for_quantizers_twoloop()
[all...]
H A Daacenc_utils.h80 static inline float find_max_val(int group_len, int swb_size, const float *scaled) in find_max_val() argument
84 for (w2 = 0; w2 < group_len; w2++) { in find_max_val()
104 static inline float find_form_factor(int group_len, int swb_size, float thresh, in find_form_factor() argument
111 for (w2 = 0; w2 < group_len; w2++) { in find_form_factor()
208 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in ff_init_nextband_map()
H A Daaccoder.c78 int win, int group_len, const float lambda) in encode_window_bands_info()
121 for (w = 0; w < group_len; w++) { in encode_window_bands_info()
202 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in set_special_band_scalefactors()
222 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in set_special_band_scalefactors()
303 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in search_for_quantizers_anmr()
313 for (w2 = 0; w2 < sce->ics.group_len[w]; w2++) { in search_for_quantizers_anmr()
342 maxval = find_max_val(sce->ics.group_len[w], sce->ics.swb_sizes[g], s->scoefs+start); in search_for_quantizers_anmr()
346 for (w2 = 0; w2 < sce->ics.group_len[w]; w2++) { in search_for_quantizers_anmr()
389 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) in search_for_quantizers_anmr()
391 for (w2 = 1; w2 < sce->ics.group_len[ in search_for_quantizers_anmr()
77 encode_window_bands_info(AACEncContext *s, SingleChannelElement *sce, int win, int group_len, const float lambda) encode_window_bands_info() argument
[all...]
H A Daacenc_ltp.c179 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in ff_aac_search_for_ltp()
188 for (w2 = 0; w2 < sce->ics.group_len[w]; w2++) { in ff_aac_search_for_ltp()
206 for (w2 = 0; w2 < sce->ics.group_len[w]; w2++) in ff_aac_search_for_ltp()
222 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in ff_aac_search_for_ltp()
226 for (w2 = 0; w2 < sce->ics.group_len[w]; w2++) { in ff_aac_search_for_ltp()
H A Daacenc.c235 put_bits(&s->pb, 1, !info->group_len[w]); in put_ics_info()
249 for (w = 0; w < cpe->ch[0].ics.num_windows; w += cpe->ch[0].ics.group_len[w]) in encode_ms_info()
266 for (w = 0; w < ics->num_windows; w += ics->group_len[w]) { in adjust_frame_information()
267 for (w2 = 0; w2 < ics->group_len[w]; w2++) { in adjust_frame_information()
276 for (w = 0; w < ics->num_windows; w += ics->group_len[w]) { in adjust_frame_information()
279 for (w2 = w; w2 < w + ics->group_len[w]; w2++) { in adjust_frame_information()
313 for (w = 0; w < ics->num_windows; w += ics->group_len[w]) { in apply_intensity_stereo()
314 for (w2 = 0; w2 < ics->group_len[w]; w2++) { in apply_intensity_stereo()
342 for (w = 0; w < ics->num_windows; w += ics->group_len[w]) { in apply_mid_side_stereo()
343 for (w2 = 0; w2 < ics->group_len[ in apply_mid_side_stereo()
[all...]
H A Daacenc_is.c53 for (w2 = 0; w2 < sce0->ics.group_len[w]; w2++) { in ff_aac_is_encoding_err()
112 for (w = 0; w < sce0->ics.num_windows; w += sce0->ics.group_len[w]) { in ff_aac_search_for_is()
121 for (w2 = 0; w2 < sce0->ics.group_len[w]; w2++) { in ff_aac_search_for_is()
H A Daacdec_fixed.c391 for (group = 0; group < ics->group_len[g]; group++) { in apply_dependent_coupling_fixed()
400 for (group = 0; group < ics->group_len[g]; group++) { in apply_dependent_coupling_fixed()
410 dest += ics->group_len[g] * 128; in apply_dependent_coupling_fixed()
411 src += ics->group_len[g] * 128; in apply_dependent_coupling_fixed()
H A Daaccoder_trellis.h60 int win, int group_len, const float lambda) in codebook_trellis_rate()
125 for (w = 0; w < group_len; w++) { in codebook_trellis_rate()
59 codebook_trellis_rate(AACEncContext *s, SingleChannelElement *sce, int win, int group_len, const float lambda) codebook_trellis_rate() argument
H A Daacdec.c232 for (group = 0; group < ics->group_len[g]; group++) { in apply_dependent_coupling()
240 dest += ics->group_len[g] * 128; in apply_dependent_coupling()
241 src += ics->group_len[g] * 128; in apply_dependent_coupling()
H A Daacdec_template.c1451 ics->group_len[0] = 1; in decode_ics_info()
1457 ics->group_len[ics->num_window_groups - 1]++; in decode_ics_info()
1460 ics->group_len[ics->num_window_groups - 1] = 1; in decode_ics_info()
1784 unsigned g_len = ics->group_len[g]; in decode_spectrum_and_dequant()
2039 unsigned g_len = ics->group_len[g]; in decode_spectrum_and_dequant()
2230 for (group = 0; group < ics->group_len[g]; group++) {
2235 for (group = 0; group < ics->group_len[g]; group++) {
2243 ch0 += ics->group_len[g] * 128;
2244 ch1 += ics->group_len[g] * 128;
2275 for (group = 0; group < ics->group_len[
[all...]
H A Daacenc_pred.c165 for (w = 0; w < sce0->ics.num_windows; w += sce0->ics.group_len[w]) { in ff_aac_adjust_common_pred()
178 for (w2 = 0; w2 < sce0->ics.group_len[w]; w2++) { in ff_aac_adjust_common_pred()
H A Daac.h180 uint8_t group_len[8]; member
H A Daacenc.h63 int win, int group_len, const float lambda);
/third_party/icu/icu4c/source/i18n/unicode/
H A Dregex.h905 * @param group_len A reference to receive the length of the desired capture group
914 virtual UText *group(UText *dest, int64_t &group_len, UErrorCode &status) const;
927 * @param group_len A reference to receive the length of the desired capture group
936 virtual UText *group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) const;
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dregex.h905 * @param group_len A reference to receive the length of the desired capture group
914 virtual UText *group(UText *dest, int64_t &group_len, UErrorCode &status) const;
927 * @param group_len A reference to receive the length of the desired capture group
936 virtual UText *group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) const;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dregex.h905 * @param group_len A reference to receive the length of the desired capture group
914 virtual UText *group(UText *dest, int64_t &group_len, UErrorCode &status) const;
927 * @param group_len A reference to receive the length of the desired capture group
936 virtual UText *group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) const;
/third_party/ffmpeg/libavcodec/mips/
H A Daaccoder_mips.c2357 for (w = 0; w < sce0->ics.num_windows; w += sce0->ics.group_len[w]) { in search_for_ms_mips()
2367 for (w2 = 0; w2 < sce0->ics.group_len[w]; w2++) { in search_for_ms_mips()
2406 for (w2 = 0; w2 < sce0->ics.group_len[w]; w2++) { in search_for_ms_mips()
/third_party/icu/icu4c/source/i18n/
H A Drematch.cpp1166 UText *RegexMatcher::group(UText *dest, int64_t &group_len, UErrorCode &status) const { in group() argument
1167 return group(0, dest, group_len, status); in group()
1171 UText *RegexMatcher::group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) const { in group() argument
1172 group_len = 0; in group()
1205 group_len = e - s; in group()
/third_party/node/deps/icu-small/source/i18n/
H A Drematch.cpp1166 UText *RegexMatcher::group(UText *dest, int64_t &group_len, UErrorCode &status) const { in group() argument
1167 return group(0, dest, group_len, status); in group()
1171 UText *RegexMatcher::group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) const { in group() argument
1172 group_len = 0; in group()
1205 group_len = e - s; in group()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drematch.cpp1156 UText *RegexMatcher::group(UText *dest, int64_t &group_len, UErrorCode &status) const { in group() argument
1157 return group(0, dest, group_len, status); in group()
1161 UText *RegexMatcher::group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) const { in group() argument
1162 group_len = 0; in group()
1195 group_len = e - s; in group()
/third_party/icu/icu4c/source/test/intltest/
H A Dregextst.cpp2032 int64_t group_len; in API_Match_UTF8() local
2033 result = matcher->group((UText *)NULL, group_len, status); in API_Match_UTF8()
2037 result = matcher->group(0, &destText, group_len, status); in API_Match_UTF8()

Completed in 53 milliseconds