HomeSort by relevance Sort by last modified time
    Searched full:int_max (Results 876 - 900 of 1058) sorted by null

<<31323334353637383940>>

  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h     [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 468 if ( tmp_err < INT_MAX-new_mv_mode_penalty )
494 if ( tmp_err < INT_MAX-new_mv_mode_penalty )
601 int gf_motion_error = INT_MAX;
641 int motion_error = INT_MAX;
642 int raw_motion_error = INT_MAX;
666 tmp_err = INT_MAX;
    [all...]
mcomp.c 350 return INT_MAX;
369 int bestmse = INT_MAX;
680 int bestmse = INT_MAX;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 327 if (tmp_err < INT_MAX)
329 if (tmp_err < INT_MAX - new_mv_mode_penalty)
350 if (tmp_err < INT_MAX)
352 if (tmp_err < INT_MAX - new_mv_mode_penalty)
396 cpi->rc.frames_to_key = INT_MAX;
629 tmp_err = INT_MAX;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c 468 if ( tmp_err < INT_MAX-new_mv_mode_penalty )
494 if ( tmp_err < INT_MAX-new_mv_mode_penalty )
601 int gf_motion_error = INT_MAX;
641 int motion_error = INT_MAX;
642 int raw_motion_error = INT_MAX;
666 tmp_err = INT_MAX;
    [all...]
mcomp.c 349 return INT_MAX;
368 int bestmse = INT_MAX;
679 int bestmse = INT_MAX;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c 421 if (tmp_err < INT_MAX)
423 if (tmp_err < INT_MAX - new_mv_mode_penalty)
447 if (tmp_err < INT_MAX)
449 if (tmp_err < INT_MAX - new_mv_mode_penalty)
650 tmp_err = INT_MAX;
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 80 .stop_threshold = INT_MAX,
91 .stop_threshold = INT_MAX,
102 .stop_threshold = INT_MAX,
110 .stop_threshold = INT_MAX,
127 .stop_threshold = INT_MAX,
141 .stop_threshold = INT_MAX,
    [all...]
  /external/mesa3d/src/mesa/main/
get.c 67 #define FLOAT_TO_FIXED(F) ( ((F) * 65536.0f > INT_MAX) ? INT_MAX : \
72 #define INT_TO_FIXED(I) ( ((I) > SHRT_MAX) ? INT_MAX : \
77 #define INT64_TO_INT(I) ( (GLint)((I > INT_MAX) ? INT_MAX : ((I < INT_MIN) ? INT_MIN : (I))) )
    [all...]
  /external/opencv/ml/src/
mltree.cpp 347 int val = INT_MAX, si = sidx ? sidx[i] : i;
364 if( val == INT_MAX )
827 node->Tn = INT_MAX;
    [all...]
  /ndk/build/gmsl/
__gmsl 608 # Function: int_max, int_min
614 int_max = $(__gmsl_tr2)$(subst xx,x,$(join $1,$2))
623 max = $(__gmsl_tr2)$(call __gmsl_int_wrap,int_max,$1,$2)
640 $(words $(call int_max,$1,$2))))
645 $(words $(call int_max,$1,$2))))
    [all...]
  /external/bison/src/
scan-gram.c     [all...]
  /external/elfutils/src/src/
ar.c 629 int printlen = INT_MAX;
718 int printlen = INT_MAX;
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-death-test_test.cc     [all...]
  /external/gtest/test/
gtest-death-test_test.cc     [all...]
  /external/libpcap/
pcap-dlpi.c 120 #define INT_MAX 2147483647
820 if (errno == ERANGE || unit > INT_MAX) {
    [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 299 MinCSFrameIndex = INT_MAX;
764 if (FuncInfo.UnwindHelpFrameIdx != INT_MAX)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 83 rect->right = INT_MAX;
84 rect->bottom = INT_MAX;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp 834 if (index == INT_MAX || (index + 1) > INT_MAX / m_nBaseComponents ||
    [all...]
  /external/toybox/toys/pending/
dhcp.c     [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
alsa_default.cpp 376 params->stop_threshold = INT_MAX;
380 params->stop_threshold = INT_MAX;
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 1194 int min_visitors = INT_MAX;
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc     [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
dtoa.c 442 if (be >= 0 && k <= Int_max) {
gdtoa.c 450 if (be >= 0 && k <= Int_max) {

Completed in 656 milliseconds

<<31323334353637383940>>