Searched refs:low_limit (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Ddecision_logic_normal.cc135 int low_limit, high_limit; local
136 delay_manager_->BufferLimits(&low_limit, &high_limit);
142 if (buffer_level_filter_->filtered_current_level() < low_limit)
/external/aac/libAACdec/src/
H A Dchannel.cpp146 const int low_limit, const int high_limit) {
148 for (int sfb = low_limit; sfb < high_limit; sfb++) {
144 Clean_Complex_Prediction_coefficients( CJointStereoPersistentData *pJointStereoPersistentData, int windowGroups, const int low_limit, const int high_limit) argument
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c2871 static int recode_loop_test(VP8_COMP *cpi, int high_limit, int low_limit, int q, argument
2886 ((cpi->projected_frame_size < low_limit) && (q > minq))) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.c2769 static int recode_loop_test(VP9_COMP *cpi, int high_limit, int low_limit, int q, argument
2797 (rc->projected_frame_size < low_limit && q > minq)) {
/external/v8/src/
H A Dapi.cc813 const uint64_t low_limit = 512ul * i::MB; local
817 const uint64_t low_limit = 512ul * i::MB;
822 if (physical_memory <= low_limit) {

Completed in 858 milliseconds