HomeSort by relevance Sort by last modified time
    Searched refs:sf (Results 226 - 250 of 441) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/Mips/mips4/
invalid-mips5-wrong-error.s 23 c.sf.ps $fcc6,$f4,$f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
  /external/llvm/test/MC/Mips/mips64r6/
invalid-mips5-wrong-error.s 26 c.sf.ps $fcc6,$f4,$f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
  /external/svox/pico/lib/
picoos.h 392 the encoding 'enc' of the file, sampling rate 'sf',
407 from the file header and returned in 'sf' and 'enc'. For
408 headerless files, 'sf' and 'enc' are taken from the
413 extern picoos_bool picoos_sdfOpenIn (picoos_Common g, picoos_SDFile * sdFile, picoos_char fileName[], picoos_uint32 * sf, picoos_encoding_t * enc, picoos_uint32 * nrSamples);
424 extern picoos_bool picoos_sdfOpenOut (picoos_Common g, picoos_SDFile * sdFile, picoos_char fileName[], int sf, picoos_encoding_t enc);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
temporal_filter.c 181 step_param = cpi->sf.first_step + (cpi->Speed > 5);
185 step_param = cpi->sf.first_step + 2;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 471 sf = '%s' % (s,)
472 self.assertTrue(s == sf)
473 del sf
474 sf = '..%s..' % (s,)
475 self.assertEqual(len(sf), len(s) + 4)
476 self.assertTrue(sf.startswith('..-'))
477 self.assertTrue(sf.endswith('-..'))
478 del s, sf
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 471 sf = '%s' % (s,)
472 self.assertTrue(s == sf)
473 del sf
474 sf = '..%s..' % (s,)
475 self.assertEqual(len(sf), len(s) + 4)
476 self.assertTrue(sf.startswith('..-'))
477 self.assertTrue(sf.endswith('-..'))
478 del s, sf
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.c 659 cm->interp_filter = cpi->sf.default_interp_filter;
    [all...]
vp9_aq_cyclicrefresh.c 214 if (cpi->sf.use_nonrd_pick_mode) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 492 const SPEED_FEATURES *const sf = &cpi->sf; local
507 if (sf->disable_split_mask & (1 << i))
642 if (cpi->sf.search_method == NSTEP) {
644 } else if (cpi->sf.search_method == DIAMOND) {
2471 const SPEED_FEATURES *const sf = &cpi->sf; local
    [all...]
vp9_aq_cyclicrefresh.c 214 if (cpi->sf.use_nonrd_pick_mode) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 507 const SPEED_FEATURES *const sf = &cpi->sf; local
522 if (sf->disable_split_mask & (1 << i))
657 if (cpi->sf.search_method == NSTEP) {
659 } else if (cpi->sf.search_method == DIAMOND) {
2547 const SPEED_FEATURES *const sf = &cpi->sf; local
    [all...]
vp9_aq_cyclicrefresh.c 214 if (cpi->sf.use_nonrd_pick_mode) {
  /bootable/recovery/applypatch/
applypatch.c 657 struct statfs sf; local
658 if (statfs(filename, &sf) != 0) {
662 return sf.f_bsize * sf.f_bfree;
    [all...]
  /build/tools/signapk/
SignApk.java 105 private static final String CERT_SF_NAME = "META-INF/CERT.SF";
107 private static final String CERT_SF_MULTI_NAME = "META-INF/CERT%d.SF";
154 Pattern.compile("^(META-INF/((.*)[.](SF|RSA|DSA|EC)|com/android/otacert))|(" +
377 /** Write a .SF file with a digest of the specified manifest. */
381 Manifest sf = new Manifest(); local
382 Attributes main = sf.getMainAttributes();
411 sf.getEntries().put(entry.getKey(), sfAttr);
415 sf.write(cout);
756 // CERT.SF / CERT#.SF
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_blockd.h 202 struct scale_factors sf; member in struct:RefBuffer
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_urb.c 42 #define SF 3
60 * The SF unit preallocates a PUE at the start of thread dispatch, and only
63 * For CLIP, the SF unit will hold the previous primitive while the
84 * XXX: Verify SF min_entry_size.
95 { 1, 8, 1, 12 }, /* sf */
120 GLuint sfsize = brw->sf.prog_data->urb_entry_size;
128 if (sfsize < limits[SF].min_entry_size)
129 sfsize = limits[SF].min_entry_size;
146 brw->urb.nr_sf_entries = limits[SF].preferred_nr_entries;
159 brw->urb.nr_sf_entries = limits[SF].preferred_nr_entries
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 201 struct scale_factors sf; member in struct:RefBuffer
  /external/llvm/test/MC/Mips/mips2/
valid.s 26 c.sf.d $f30,$f0
27 c.sf.s $f14,$f22
  /external/llvm/test/MC/Mips/mips32/
valid.s 29 c.sf.d $f30,$f0
30 c.sf.s $f14,$f22
  /external/llvm/test/MC/Mips/mips32r2/
valid.s 29 c.sf.d $f30,$f0
30 c.sf.s $f14,$f22
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_urb.c 42 #define SF 3
60 * The SF unit preallocates a PUE at the start of thread dispatch, and only
63 * For CLIP, the SF unit will hold the previous primitive while the
84 * XXX: Verify SF min_entry_size.
95 { 1, 8, 1, 12 }, /* sf */
120 GLuint sfsize = brw->sf.prog_data->urb_entry_size;
128 if (sfsize < limits[SF].min_entry_size)
129 sfsize = limits[SF].min_entry_size;
146 brw->urb.nr_sf_entries = limits[SF].preferred_nr_entries;
159 brw->urb.nr_sf_entries = limits[SF].preferred_nr_entries
    [all...]
  /external/oprofile/libpp/
format_output.cpp 607 string_filter const & sf)
613 symbol_filter(sf)
934 string_filter const & sf)
936 xml_formatter(0, s, cg.extra_found_images, sf),
format_output.h 304 symbol_collection & symbols, string_filter const & sf);
  /external/sonivox/jet_tools/JetCreator/
img_Cut.py 51 \xa3\xad\x1eP\x15\x079\xbf sf\x9e:#\x97\xb4gg\xa1\xf7\x83\xbd\xc8w\xa5!\xdb\
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_blockd.h 201 struct scale_factors sf; member in struct:RefBuffer

Completed in 630 milliseconds

1 2 3 4 5 6 7 8 91011>>