HomeSort by relevance Sort by last modified time
    Searched defs:thresh (Results 26 - 46 of 46) sorted by null

12

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
tcd.c 210 OPJ_FLOAT64 thresh,
261 if (dd / dr >= thresh)
469 tile_info->thresh = (OPJ_FLOAT64 *) opj_malloc(tcd_tcp->numlayers * sizeof(OPJ_FLOAT64));
491 OPJ_FLOAT64 thresh = 0; local
500 thresh = (lo + hi) / 2;
502 opj_tcd_makelayer(tcd, layno, thresh, 0);
508 lo = thresh;
516 hi=thresh;
517 stable_thresh = thresh;
520 lo=thresh;
    [all...]
openjpeg.h 686 /** value of thresh for each layer by tile cfr. Marcela */
687 double *thresh; member in struct:opj_tile_info
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 291 int thresh, color = 0; local
293 thresh = mColors[i];
295 if (percent <= thresh) return color;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_avx2.c 22 const __m128i thresh = _mm_broadcastb_epi8( local
59 hev = _mm_subs_epu8(flat, thresh);
405 const __m128i thresh = _mm_broadcastb_epi8( local
436 hev = _mm_subs_epu8(flat, thresh);
    [all...]
vp9_loopfilter_intrin_sse2.c 24 const __m128i thresh = _mm_load_si128((const __m128i *)_thresh); local
59 hev = _mm_subs_epu8(flat, thresh);
385 const __m128i thresh = _mm_load_si128((const __m128i *)_thresh); local
428 hev = _mm_subs_epu8(flat, thresh);
872 const __m128i thresh = _mm_load_si128((const __m128i *)_thresh); local
1102 const __m128i thresh = local
1342 const __m128i thresh = local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c 947 int thresh; local
965 /* i starts from 2 to make sure thresh started from 2048 */
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
quant.c 568 const int thresh = mtx->q_[1] * mtx->q_[1] / 4; local
576 if (err > thresh) {
855 static score_t IsFlat(const int16_t* levels, int num_blocks, score_t thresh) {
861 if (score > thresh) return 0;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 947 int thresh; local
965 /* i starts from 2 to make sure thresh started from 2048 */
    [all...]
  /external/webp/src/enc/
quant.c 568 const int thresh = mtx->q_[1] * mtx->q_[1] / 4; local
576 if (err > thresh) {
855 static score_t IsFlat(const int16_t* levels, int num_blocks, score_t thresh) {
861 if (score > thresh) return 0;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 947 int thresh; local
965 /* i starts from 2 to make sure thresh started from 2048 */
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 813 float thresh[CV_MAX_DIM][2]; /* For uniform histograms. */ member in struct:CvHistogram
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 4101 milliseconds

12