HomeSort by relevance Sort by last modified time
    Searched refs:dsf (Results 1 - 12 of 12) sorted by null

  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 71 vpx_rational_t *dsf,
100 if (dsf->num < 1 || dsf->num > 4096 || dsf->den < 1 ||
101 dsf->den > dsf->num) {
109 mr_cfg.mr_down_sampling_factor.num = dsf->num;
110 mr_cfg.mr_down_sampling_factor.den = dsf->den;
150 dsf++;
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 709 * \param[in] dsf Pointer to down-sampling factors.
722 vpx_rational_t *dsf,
730 #define vpx_codec_enc_init_multi(ctx, iface, cfg, num_enc, flags, dsf) \
731 vpx_codec_enc_init_multi_ver(ctx, iface, cfg, num_enc, flags, dsf, \
    [all...]
  /external/libvpx/libvpx/
vp8_multi_resolution_encoder.c 223 dsf[0] controls down sampling from level 0 to level 1;
224 dsf[1] controls down sampling from level 1 to level 2;
225 dsf[2] is not used. */
226 vpx_rational_t dsf[NUM_ENCODERS] = {{2, 1}, {2, 1}, {1, 1}}; local
315 unsigned int iw = cfg[i-1].g_w*dsf[i-1].den + dsf[i-1].num - 1;
316 unsigned int ih = cfg[i-1].g_h*dsf[i-1].den + dsf[i-1].num - 1;
317 cfg[i].g_w = iw/dsf[i-1].num;
318 cfg[i].g_h = ih/dsf[i-1].num
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldDatagramSocketImplFactoryTest.java 73 TestDatagramSocketImplFactory dsf = new TestDatagramSocketImplFactory(); local
74 DatagramSocketImpl dsi = dsf.createDatagramSocketImpl();
  /external/blktrace/btreplay/
btrecord.c 368 char *p, *dsf = malloc(256); local
373 dsf = strdup(ent->d_name);
374 p = index(dsf, '.');
377 add_input_file(dsf);
378 free(dsf);
btreplay.c 599 char *p, *dsf = malloc(256); local
604 dsf = strdup(ent->d_name);
605 p = index(dsf, '.');
608 add_input_dev(dsf);
609 free(dsf);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchShortcut.java 27 import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
NdkGdbLaunchDelegate.java 50 import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
51 import org.eclipse.cdt.dsf.gdb.launching.GdbLaunchDelegate;
NdkDebuggerTab.java 22 import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkHelper.java 25 import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_utils.js 94 * Example: "1-4dsf, 11" is invalid regardless of |totalPageCount|.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 

Completed in 564 milliseconds