Home
last modified time | relevance | path

Searched refs:pcu (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dcodec-utils.c362 int pcu = -1, rcu = -1, pcu_ref, rcu_ref; in gst_codec_utils_aac_get_level() local
461 pcu = ((float) rate / 48000) * pcu_ref * in gst_codec_utils_aac_get_level()
476 if (num_channels <= 2 && rate <= 24000 && pcu <= 3 && rcu <= 5) in gst_codec_utils_aac_get_level()
478 else if (num_channels <= 2 && rate <= 48000 && pcu <= 6 && rcu <= 5) in gst_codec_utils_aac_get_level()
481 else if (num_channels <= 5 && rate <= 48000 && pcu <= 19 && rcu <= 15) in gst_codec_utils_aac_get_level()
483 else if (num_channels <= 5 && rate <= 96000 && pcu <= 38 && rcu <= 15) in gst_codec_utils_aac_get_level()
485 else if (num_channels <= 7 && rate <= 48000 && pcu <= 25 && rcu <= 19) in gst_codec_utils_aac_get_level()
487 else if (num_channels <= 7 && rate <= 96000 && pcu <= 50 && rcu <= 19) in gst_codec_utils_aac_get_level()
491 if (pcu < 40 && rcu < 20) in gst_codec_utils_aac_get_level()
493 else if (pcu < 80 && rcu < 64) in gst_codec_utils_aac_get_level()
[all …]
/third_party/icu/icu4c/source/test/cintltst/
Dccapitst.c3083 const UChar *pcu; in testSwap() local
3122 pcu=text; in testSwap()
3124 …ucnv_fromUnicode(cnv, &pc, normal+UPRV_LENGTHOF(normal), &pcu, text+UPRV_LENGTHOF(text), NULL, TRU… in testSwap()
3127 pcu=text; in testSwap()
3129 …ucnv_fromUnicode(swapCnv, &pc, swapped+UPRV_LENGTHOF(swapped), &pcu, text+UPRV_LENGTHOF(text), NUL… in testSwap()