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

/external/chromium_org/media/filters/
H A Dwsola_internals.h60 // Search [|low_limit|, |high_limit|] of |search_segment| to find a block that
64 MEDIA_EXPORT int FullSearch(int low_limit,
H A Dwsola_internals.cc186 int FullSearch(int low_limit, argument
200 for (int n = low_limit; n <= high_limit; ++n) {
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddecision_logic_normal.cc133 int low_limit, high_limit; local
134 delay_manager_->BufferLimits(&low_limit, &high_limit);
141 } else if ((buffer_level_filter_->filtered_current_level() < low_limit)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.c1477 int high_limit, int low_limit,
1497 (rc->projected_frame_size < low_limit && q > minq)) {
1476 recode_loop_test(const VP9_COMP *cpi, int high_limit, int low_limit, int q, int maxq, int minq) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1932 int high_limit, int low_limit,
1951 (rc->projected_frame_size < low_limit && q > minq)) {
1931 recode_loop_test(const VP9_COMP *cpi, int high_limit, int low_limit, int q, int maxq, int minq) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_if.c3091 int high_limit, int low_limit,
3109 ((cpi->projected_frame_size < low_limit) && (q > minq)) )
3090 recode_loop_test( VP8_COMP *cpi, int high_limit, int low_limit, int q, int maxq, int minq ) argument
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c3041 int high_limit, int low_limit,
3059 ((cpi->projected_frame_size < low_limit) && (q > minq)) )
3040 recode_loop_test( VP8_COMP *cpi, int high_limit, int low_limit, int q, int maxq, int minq ) argument
/external/chromium_org/v8/src/
H A Dapi.cc435 const uint64_t low_limit = 512ul * i::MB; local
439 const uint64_t low_limit = 512ul * i::MB;
444 if (physical_memory <= low_limit) {

Completed in 2559 milliseconds