Home
last modified time | relevance | path

Searched defs:group_len (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daacenc_utils.h80 static inline float find_max_val(int group_len, int swb_size, const float *scaled) in find_max_val()
104 static inline float find_form_factor(int group_len, int swb_size, float thresh, in find_form_factor()
Daaccoder_trellis.h60 int win, int group_len, const float lambda) in codebook_trellis_rate()
Daaccoder.c78 int win, int group_len, const float lambda) in encode_window_bands_info()
Daac.h179 uint8_t group_len[8]; member
/third_party/node/deps/icu-small/source/i18n/
Drematch.cpp1166 UText *RegexMatcher::group(UText *dest, int64_t &group_len, UErrorCode &status) const { in group()
1171 UText *RegexMatcher::group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) c… in group()
/third_party/skia/third_party/externals/icu/source/i18n/
Drematch.cpp1156 UText *RegexMatcher::group(UText *dest, int64_t &group_len, UErrorCode &status) const { in group()
1161 UText *RegexMatcher::group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) c… in group()
/third_party/icu/icu4c/source/i18n/
Drematch.cpp1156 UText *RegexMatcher::group(UText *dest, int64_t &group_len, UErrorCode &status) const { in group()
1161 UText *RegexMatcher::group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) c… in group()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Drematch.cpp1156 UText *RegexMatcher::group(UText *dest, int64_t &group_len, UErrorCode &status) const { in group()
1161 UText *RegexMatcher::group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) c… in group()
/third_party/icu/icu4c/source/test/intltest/
Dregextst.cpp2032 int64_t group_len; in API_Match_UTF8() local